Please masters Modify Dload script. [Help!]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • stolen_moment
    replied
    Originally posted by Rocky01 View Post
    Hey any master can help me
    I M just surprise r u doing spamming of your site here because u already have a very good script on your server???????

    Leave a comment:


  • Rocky01
    replied
    Hey any master can help me

    Leave a comment:


  • Rocky01
    replied
    Hey help me plz. Someone help me

    Leave a comment:


  • Rocky01
    replied
    Master help me

    Leave a comment:


  • Rocky01
    replied
    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.com
    Attached Files
    Last edited by Rocky01; 05.06.10, 08:20.

    Leave a comment:


  • Rocky01
    replied
    bro, u r really gr8, take a look of my site, give me feedback

    Leave a comment:


  • something else
    replied
    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:


  • Rocky01
    replied
    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:


  • something else
    replied
    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:


  • Rocky01
    replied
    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:


  • something else
    replied
    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:


  • Rocky01
    replied
    My index.zip file added
    Attached Files

    Leave a comment:


  • Rocky01
    replied
    Where i put it bro?

    Leave a comment:


  • something else
    replied
    PHP Code:
    $cwd getcwd(); 
    $dir substr_count($cwd,"/"); 
    $folder explode("/",$cwd);
    echo 
    $folder[$dir]; 

    Leave a comment:


  • Rocky01
    replied
    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.com
    Last edited by Rocky01; 29.05.10, 16:15.

    Leave a comment:

Working...
X