help w/ 4shared multi search script

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

    help w/ 4shared multi search script

    please fix diz one the search butt0n works perfectly but i can't download the file it sh0ws 404 page n0t f0und. . heres the script. .please fix it. .
    Attached Files

    #2
    Hello venom

    Edit search.php on line 123

    echo ''.$image.' <a href="http://'.$_SERVER['HTTP_HOST'].'/download.php?type='.$url1[3].'&id='.$url1[4].'&name='.$name.'">'.hapus($name).'</a> (<font color="#ff0000">'.str_replace(",", '.', $size).'</font>)';
    echo '</div>';

    Change it to..
    echo ''.$image.' <a href="download.php?type='.$url1[3].'&id='.$url1[4].'&name='.$name.'">'.hapus($name).'</a> (<font color="#ff0000">'.str_replace(",", '.', $size).'</font>)';
    echo '</div>';

    This will fix the 404 not found & for ""error file not found!"

    Use a mobile browser to download files

    You can better use Ibeyond's mod script (available here)
    I need some facebook likes, can you please help me
    http://facebook.com/softwarefreakin
    I noticed social media is really powerful
    Well DONE is better than well SAID

    Comment


      #3
      Originally posted by softwarefreak View Post
      Hello venom

      Edit search.php on line 123

      echo ''.$image.' <a href="http://'.$_SERVER['HTTP_HOST'].'/download.php?type='.$url1[3].'&id='.$url1[4].'&name='.$name.'">'.hapus($name).'</a> (<font color="#ff0000">'.str_replace(",", '.', $size).'</font>)';
      echo '</div>';

      Change it to..
      echo ''.$image.' <a href="download.php?type='.$url1[3].'&id='.$url1[4].'&name='.$name.'">'.hapus($name).'</a> (<font color="#ff0000">'.str_replace(",", '.', $size).'</font>)';
      echo '</div>';

      This will fix the 404 not found & for ""error file not found!"

      Use a mobile browser to download files

      You can better use Ibeyond's mod script (available here)
      ok tnx for this great help.. Can you please upload that code here bcoz i am unavable to copy & paste that code.. my mobile browser does n0t support copy paste.. tnx..

      Comment


        #4
        @ven0m_ dude just remove this>>
        Code:
         http://'.$_SERVER['HTTP_HOST'].'/
        from everywhere & you're done

        2. or Use a subdomain like search.yoursite.com

        3. or You can Try this>> http://coding-talk.com/f16/multi-sea...r-mod-d-10885/

        Comment


          #5
          Originally posted by iBeyond View Post
          @ven0m_ dude just remove this>>
          Code:
           http://'.$_SERVER['HTTP_HOST'].'/
          from everywhere & you're done

          2. or Use a subdomain like search.yoursite.com

          3. or You can Try this>> http://coding-talk.com/f16/multi-sea...r-mod-d-10885/
          ok bro..im using it ryt n0w.. tnx it w0rks perfectly..Tnx a lot..

          Comment

          Working...
          X