Thread: Youtube
View Single Post
  #12  
Old 6th May 2010, 07:19
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by JoKeR_3D View Post
Help me
Parse error: parse error in youtube.php on line 68

PHP Code:
print("<tr><td align=left>  <a href=".$link." rel="nofollow" target=games>".$name."</td></tr>"); 
change to this

Code:
print("<tr><td align=left>  <a href=".$link." rel=\"nofollow\" target=games>".$name."</td></tr>");
not sure Y but this post is adding 2 rel="nofollow" in the code I post you only need one the one with the \"nofollow\"
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote