Originally posted by Rocky01
View Post
Please masters Modify Dload script. [Help!]
Collapse
X
-
I M just surprise r u doing spamming of your site here because u already have a very good script on your server???????
-
In modifyng the script. I want to include MP3 INFO to my mp3 file. I search for the script and finally got named MP3 INFO,have 2 file >1.index.php
2. mp3info.php
I include info showing script from index.php, to my file.php(line 79 to 92). But info does not showing
Check my site page
Rockwap.Tk
Working Demo site:
FusionBD.Com/mp3/hindi/I_Hate_Luv_Storys
** I'm using free hosting service of x10hosting.comAttached FilesLast edited by Rocky01; 05.06.10, 08:20.
Leave a comment:
-
im not to sure what you mean but at a guess i think you want something coded so it only shows $radz if subfolder is open or $kat if the subfolder isnt open
PHP Code:if($radz==""){
echo $kat;
}else{
echo $radz;
}
Leave a comment:
-
If I echo $razd, it will echo sub-category (eg. Girls), and if I echo $kat, it will echo main category (eg. Pictures). If you define which is kat portion and razd portion , I can put right thing
Leave a comment:
-
ooops your script doesnt actually open the folder name via http.... it change directory using php
so for ur script its even easier as work has been done for you:
PHP Code:echo $razd;
Leave a comment:
-
Bro it showing sitename (wap49.co.cc) on all pages. You already know that all the script is in my index page. Perhaps, for that reason index page name in my all pages.
Leave a comment:
-
you can pretty much put it where ever you like it to be
...all it does is shows the name of the folder you are in
Leave a comment:
-
PHP Code:$cwd = getcwd();
$dir = substr_count($cwd,"/");
$folder = explode("/",$cwd);
echo $folder[$dir];
Leave a comment:
-
How can i create folder name has head when open the folder.
Eg.- If I open Pictures folder, opened page Show the folder name as heading under my site header (Wap49.Co.cc), same thing must be done when I open the sub-folder Girls, Girls will be the heading under the header
Demo: Samwep.comLast edited by Rocky01; 29.05.10, 16:15.
Leave a comment:
Leave a comment: