Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 27th November 2018, 20:21
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default ballon tooltip poster
need little help I mist something or....Tip and unTip did need some scripts for this

This code not show poster in browse

Code:
      	      print("\" onmouseover=\"Tip('<b>$dispname</b><br /><b>Added:&nbsp;".get_date($row['added'],'DATE',0,1)."</b><br /><b>Size:&nbsp;".mksize(intval($row["size"])) ."</b><br /><b>Seeders:&nbsp;".intval($row["seeders"]) ."</b><br /><b>Leechers:&nbsp;".intval($row["leechers"]) ."</b><br />$poster3');\" onmouseout=\"UnTip();\"><b><font color=blackwhite>$dispname</font></b></a><div style=\"float:right;vertical-align:bottom\">&nbsp;<font color=red><font=Impact><b>(NOVO)</b></font>(</font></div>$thisisfree $release_group $silver $thisisseedb $nuked $request $sticky<br>$description$timezone$url$tube$nfo $ratings <b></b>\n"); 
				 else
			  print("\" onmouseover=\"Tip('<b>$dispname</b><br /><b>Added:&nbsp;".get_date($row['added'],'DATE',0,1)."</b><br /><b>Size:&nbsp;".mksize(intval($row["size"])) ."</b><br /><b>Seeders:&nbsp;".intval($row["seeders"]) ."</b><br /><b>Leechers:&nbsp;".intval($row["leechers"]) ."</b><br />$poster3');}\" onmouseout=\"UnTip();\"><b><font color=blackwhite>$dispname</font></b></a>$thisisfree $release_group $silver $thisisseedb $nuked $request $sticky<br>$description$tube$timezone$url$checked&nbsp;$Subs$nfo $ratings<b></b>\n");
Reply With Quote
  #2  
Old 27th November 2018, 23:35
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
hit me up on pm ill give u mod in my v2 this is in it also in the v1

Last edited by Napon; 28th November 2018 at 00:25.
Reply With Quote
  #3  
Old 28th November 2018, 00:30
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
do you have $poster3 variable defined? and also you have a } which doesn't belong there
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #4  
Old 28th November 2018, 00:47
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default
Quote:
Originally Posted by DND View Post
do you have $poster3 variable defined? and also you have a } which doesn't belong there
Yes I have it...if add a OVERLIB it shows a poster look...I wont first poster then down these description

Click the image to open in full size.
Reply With Quote
  #5  
Old 28th November 2018, 01:12
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
well..inverse the code.. no? put poster3 variable first and then the others. in the code above the poster3 variable is last
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #6  
Old 28th November 2018, 01:17
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default
Not work if change dispname and poster

still doesnt understand what is Tip ans unTip how it works
Reply With Quote
  #7  
Old 28th November 2018, 01:34
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
tip is when you hover over the torrentname
untip is when you dont hover
basic code only for poster to show and dissapear:


Code:
'onmouseover=\"Tip('$poster');\" onmouseout=\"UnTip();\">
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #8  
Old 28th November 2018, 01:50
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default
ok find mistake with this code Works fine


PHP Code:
                print("\" onmouseover=\"{Tip('<b>$poster3</b><br /><b>Added:&nbsp;".get_date($row['added'],'DATE',0,1)."</b><br /><b>Size:&nbsp;".mksize(intval($row["size"])) ."</b><br /><b>Seeders:&nbsp;".intval($row["seeders"]) ."</b><br /><b>Leechers:&nbsp;".intval($row["leechers"]) ."</b><br />$dispname');}\" onmouseout=\"UnTip();\"><b><font color=blackwhite>$dispname</font></b></a><div style=\"float:right;vertical-align:bottom\">&nbsp;<font color=red><font=Impact><b>(NOVO)</b></font>(</font></div>$thisisfree $release_group $silver $thisisseedb $nuked $request $sticky<br>$description$timezone$url$tube$nfo $ratings <b></b>\n"); 
                 else
              print(
"\" onmouseover=\"{Tip('<b>$poster3</b><br /><b>Added:&nbsp;".get_date($row['added'],'DATE',0,1)."</b><br /><b>Size:&nbsp;".mksize(intval($row["size"])) ."</b><br /><b>Seeders:&nbsp;".intval($row["seeders"]) ."</b><br /><b>Leechers:&nbsp;".intval($row["leechers"]) ."</b><br />$dispname');}\" onmouseout=\"UnTip();\"><b><font color=blackwhite>$dispname</font></b></a>$thisisfree $release_group $silver $thisisseedb $nuked $request $sticky<br>$description$tube$timezone$url$checked&nbsp;$Subs$nfo $ratings<b></b>\n"); 
Reply With Quote
  #9  
Old 28th November 2018, 09:24
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
well i did said to put the poster3 variable first...
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
Reply

Tags
ballon , poster , tooltip

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 20:36. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.