|
Page 1 of 2
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 DM Music Charts
Hi everyone,
I found this DM Music Charts Mod and trying to adapt to IP.
I am trying to install it to lastest IP 1.20.27 and could not make it. Can anyone help me to install it? i appreciate it.
What is this mod?
DM Music Charts gives you the possibility to offer your users a music chart table. They can enter ther own favorites. Other users can then vote for the songs entered. It is based on a weekly run (manually initiated by the admin). Each user can only vote one time per song and per week and, after the administrator closes the week, the voting can start over.
Admins can edit or delete every single song in the ACP.
|
#1 Sat 26 Apr, 2008 17:09 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
femu 
Joined: May 2008
Posts: 8
|
 Re: DM Music Charts
Nice to see that someone likes to use my MOD over here
I'm just thinking of changing to Icy too and was wondering, if there's a docu available, where I see, what I need to chnage, if I like to convert phpBB mods to use with Icy Phoenix.
So a structure, which shows, what is different with IP in comparison with phpBB ... That's also important for all the mods I already installed in my current system (Orion) as I still wnt to use them
Then I would convert all my mods to work with Icy Phoenix t share with the community!
Thanks very much,
femu
|
#2 Thu 22 May, 2008 16:38 |
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 Re: DM Music Charts
Thank you Femu,
I think you can post it here the instructions how to edit/modify files and when it adapts to IP, then IP moderator moves it to Customize category.
Thank you for sharing.
|
#3 Thu 22 May, 2008 17:45 |
|
femu 
Joined: May 2008
Posts: 8
|
 Re: DM Music Charts
Thank you Femu,
I think you can post it here the instructions how to edit/modify files and when it adapts to IP, then IP moderator moves it to Customize category.
Thank you for sharing.
Let's hope I find the "How-To modify phpBB mods to work with IP" soon to start over with  I'm currently test the convertion from Orion to IP local on my xampp.
|
#4 Thu 22 May, 2008 18:21 |
|
femu 
Joined: May 2008
Posts: 8
|
 Re: DM Music Charts
Hi,
I think I got it. It works at least on my local xampp. So if you like to try it, find it attached. Just let me know, if you experiance any problems.
regards,
femu
Description: |
DM Music Charts v1.0.7 IP Edition |
 Download |
Filename: |
DM_Music_Charts_v1.0.7_IP_Edition.zip |
Filesize: |
95.58 KB |
Downloaded: |
260 Time(s) |
|
#5 Fri 23 May, 2008 09:44 |
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 Re: DM Music Charts
awesome femu. I'll try and let you know.
Thank you so much,
|
#6 Fri 23 May, 2008 14:57 |
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 Re: DM Music Charts
femu, i am running into these error:
When i try to upload album cover
Warning: include(/home1/vietnico/public_html/dm_charts/dm_charts_classes/upload_class.php) [function.include]: failed to open stream: No such file or directory in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 2
Warning: include() [function.include]: Failed opening '/home1/vietnico/public_html/dm_charts/dm_charts_classes/upload_class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 2
Fatal error: Class 'file_upload' not found in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 7
When I submite new song, i got this errow
CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit script so the Security System stopped the script.
If you can see this page after including a new MOD into your board or after clicking on a link please contact the Board Administrator with this error message and a description what you have done before you could see this page, that the Admin has the possibility to fix the problem.
|
#7 Sat 24 May, 2008 02:59 |
|
femu 
Joined: May 2008
Posts: 8
|
 Re: DM Music Charts
xmenfile wrote: femu, i am running into these error:
When i try to upload album cover
Warning: include(/home1/vietnico/public_html/dm_charts/dm_charts_classes/upload_class.php) [function.include]: failed to open stream: No such file or directory in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 2
Warning: include() [function.include]: Failed opening '/home1/vietnico/public_html/dm_charts/dm_charts_classes/upload_class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 2
Fatal error: Class 'file_upload' not found in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 7
Check, if all files are uploaded correctly. Especially the folder ip_root/dm_charts. Then (that one I forgot) set following folders to 777:
ip_root/dm_charts/dm_charts_images
ip_root/dm_charts/dm_charts_images/photo
ip_root/dm_charts/dm_charts_images/thumbs
xmenfile wrote: When I submite new song, i got this errow
CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit script so the Security System stopped the script.
If you can see this page after including a new MOD into your board or after clicking on a link please contact the Board Administrator with this error message and a description what you have done before you could see this page, that the Admin has the possibility to fix the problem.
Open dm_music_charts.php and search:
include($phpbb_root_path . 'common.'.$phpEx);
Before add:
define('CT_SECLEVEL', 'MEDIUM');
If MEDIUM still produces the error, change it to LOW
regards,
femu
|
#8 Sat 24 May, 2008 04:14 |
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 Re: DM Music Charts
I think, my issue is my board locate www.sitename/xxx. i have edited cover_upload.php
include ($_SERVER['DOCUMENT_ROOT']."/XXX/dm_charts/dm_charts_classes/upload_class.php");
$foto_upload->upload_dir = $_SERVER['DOCUMENT_ROOT']."/XXX/dm_charts/chart_images/"; // "files" is the folder for the uploaded files (you have to create these folder)
$foto_upload->foto_folder = $_SERVER['DOCUMENT_ROOT']."/XXX/dm_charts/dm_charts_images/photo/";
$foto_upload->thumb_folder = $_SERVER['DOCUMENT_ROOT']."/XXX/dm_charts/dm_charts_images/thumb/";
ps: there is a discripancy in control panel, so i changed folder to "thumb", not "thumbs"
Path to the cover images:
Enter here the full path to the folder, where the cover images will be uploaded, i.e. http://www.your_domain.com/dm_charts_images/thumb/. Please use the given paths and only change your domain from the example !!
Now, it leads to different issue. Upload is success and file save in thumb & photo folders. But image on DM Charts is dead, I checked its directory and it shows wwww.sitename/coveralbum.jpg
what do i miss?
Thank you
|
#9 Sat 24 May, 2008 06:37 |
|
femu 
Joined: May 2008
Posts: 8
|
 Re: DM Music Charts
Thanks. So I will change the doc for that point.
For the second one. Do you have a link to your board for me? If you don't like to make it public, just send me a PM.
|
#10 Sun 25 May, 2008 17:06 |
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 Re: DM Music Charts
femu - here is my test link
|
#11 Sun 25 May, 2008 17:33 |
|
femu 
Joined: May 2008
Posts: 8
|
 Re: DM Music Charts
Hi,
as it looks like, the path to the thumbnails is missing. So in the ACP config you should hvae something like:
- http://die-muellers.org/dm_charts_images/thumb/
The source code from your page only shows the image name, but should show the complett path incl. http ....
|
#12 Mon 26 May, 2008 09:18 |
|
xmenfile 
Joined: September 2007
Posts: 482
Location:  Right in front of my computer
|
 Re: DM Music Charts
Hi,
as it looks like, the path to the thumbnails is missing. So in the ACP config you should hvae something like:
- http://die-muellers.org/dm_charts_images/thumb/
The source code from your page only shows the image name, but should show the complett path incl. http ....
i have it complete patch, look at couple posts above. That's how i found out the thumb folder name incorrect.
|
#13 Mon 26 May, 2008 15:06 |
|
Fanshop 
Joined: March 2007
Posts: 56
Location:
|
 Re: DM Music Charts
I test it in the xmenfile testsite and i like it. i hope the mod working fine ..i wanna have this in my site..great job. !
|
#14 Mon 26 May, 2008 15:13 |
|
TheSteffen 
Joined: August 2006
Posts: 1625
Location:  Magdeburg
|
 Re: DM Music Charts
Looks nice, thanks for sharing it.
|
#15 Thu 29 May, 2008 12:27 |
|
|
Page 1 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|