View Single Post
  #8  
Old 23rd June 2011, 20:30
vin91 vin91 is offline
Member
 
Join Date: May 2011
P2P
Posts: 2
Default
thank you very much for your work:)
but I have a small problem, when I finally add a torrent, the button to download does not appear.
so I edit the files and detaildll.php details.php, so I replaced the links

detaildll.php (line 58) :
PHP Code:
<td style="padding-left: 5px;" valign="top" width="430"><a href="<?=$download['url']?><?=$download['id']?><?php echo $divx?>
" ><img src="https://xxxxxxx.net/images/download.png"></a></td>
details.php (line 594) :
PHP Code:
        <td style="padding-left: 5px;" valign="top" width="430"><a href="'.ts_seo($id,$torrent['name'],'d').'" alt="'.$lang->details['dltorrent'].'" title="'.$lang->details['dltorrent'].'"><img src="https://xxxxxxx.net/images/download.png"></a></td
I also tried to put: image / download.png

Unfortunately it does not work, what to do please?


-------------------------------------------

merci beaucoup pour votre travail :)
mais j'ai un petit problème, quand j'ai finit d'ajouter un torrent, le bouton pour télécharger n’apparait pas.
j'ai donc éditez les fichiers detaildll.php et details.php, et j'ai donc remplacé les liens

detaildll.php (ligne 58) :
PHP Code:
<td style="padding-left: 5px;" valign="top" width="430"><a  href="<?=$download['url']?><?=$download['id']?><?php  echo $divx?>
" ><img src="https://xxxxxxx.net/images/download.png"></a></td>
details.php (ligne 594) :
PHP Code:
        <td style="padding-left: 5px;" valign="top"  width="430"><a href="'.ts_seo($id,$torrent['name'],'d').'"  alt="'.$lang->details['dltorrent'].'"  title="'.$lang->details['dltorrent'].'"><img  src="https://xxxxxxx/images/download.png"></a></td
j'ai aussi éssayé de mettre : image/download.png

malheureusement sa ne marche toujours pas, que faire s'il vous plait ?
Reply With Quote
The Following User Says Thank You to vin91 For This Useful Post:
roland22 (30th January 2015)