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. .
help w/ 4shared multi search script
Collapse
X
-
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
-
Originally posted by softwarefreak View PostHello 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)
Comment
-
@ven0m_ dude just remove this>>
Code:http://'.$_SERVER['HTTP_HOST'].'/
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
-
Originally posted by iBeyond View Post@ven0m_ dude just remove this>>
Code:http://'.$_SERVER['HTTP_HOST'].'/
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
Comment