Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 25th August 2012, 21:57
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default xbTiT Latest torrents mod for pmbt?
i found this latest torrent function from xbtit...can it be ported to pmbt? http://www.bvlist.com/attachment.php...4&d=1294264579
Reply With Quote
  #2  
Old 25th August 2012, 23:47
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
you can find one like that here
https://www.phpmybittorrent.com/foru...&start=0&rid=6
__________________
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
  #3  
Old 27th August 2012, 12:20
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
i did exactly what the link you gave me says but i get this error:

Code:
SQL Error
Σφάλμα κατά την εκτέλεση SQL Αιτήματος /home/a8696442/public_html/blocks/latestimages_block.php
Σφάλμα ID: 1054
Σφάλμα Μηνύματος: Unknown column 'torrent_torrents.screen1' in 'field list'
Reply With Quote
  #4  
Old 27th August 2012, 13:34
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
can you please put that in English?

did you run this sql query in your data base?
Code:
ALTER TABLE `torrent_torrents` ADD `post_img` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `descr` , ADD `screen1` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `post_img` , ADD `screen2` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screen1` , ADD `screen3` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screen2` , ADD `screen4` TEXT CHARACTER SET utf8 COLLATE utf8_bin NULL AFTER `screen3` ;
__________________
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
  #5  
Old 27th August 2012, 13:54
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
Yes i did run the sql command and everything seems to bee ok with the database...i thought you will get the point no matter part of it was in greek...




Quote:
SQL Error
Σφάλμα κατά την εκτέλεση SQL Αιτήματος /home/a8696442/public_html/blocks/latestimages_block.php
Σφάλμα ID: 1054
Σφάλμα Μηνύματος: Unknown column 'torrent_torrents.screen1' in 'field list'
this message is what i get when i paste:

Quote:
if ($user->user) {
include("blocks/latestimages_block.php");
}

in my index.php edited for horizontal show of the latest torrents....
Reply With Quote
  #6  
Old 27th August 2012, 13:58
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
can you check your data base and make sure the rows are screen1 screen2 screen3 screen4 and not screan1..4
__________________
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
  #7  
Old 27th August 2012, 14:11
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
This is what i have....
Attached Thumbnails
27-8-2012 15-09-00.jpg  
Reply With Quote
  #8  
Old 27th August 2012, 14:21
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
You must have gotten to the code before I changed it because everyone was
complaining about the fact screans was miss spelled so I fixed it to be screens
can you please update your data base and files?
__________________
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
The Following User Says Thank You to joeroberts For This Useful Post:
Giorgatzelos (27th August 2012)
  #9  
Old 27th August 2012, 14:27
Giorgatzelos's Avatar
Giorgatzelos Giorgatzelos is offline
Senior Member
 
Join Date: Nov 2009
Greece
Posts: 300
Default
It always is a typo!



Thank you...but i still get an error...how can i correct it or remove the hover functions when i take my mouse over the picture?

i believe these are the lines that are responsible:

Code:
            $img1 = "<a href='$siteurl/details.php?id=$row[id]'><img border='0' src='$row[post_img]' alt=\"$altname / $cat\" width='130' onmouseover=\" return overlib('<center><h1><b>screen Shots:</b></h1></center><hr><table width=100%><br><tr><td><img src=$simg1 width=250 border=0></td><td><img src=$simg2 width=250 border=0><img src=$simg3 width=250 border=0><img src=$simg4 width=250 border=0></td></tr></table>', CENTER, HEIGHT, 250, WIDTH, 300);\" onmouseout=\"return nd();\"></a><br><font color=\"green\"><b>S</font> $seed</b> and <font color=\"red\"><b>L</font> $leech </b><br>";
                        $img2 = "<a href='$siteurl/details.php?id=$row[id]'><img border='0' src='$row[post_img]' alt=\"$altname / $cat\" width='130' onmouseover=\" return overlib('<center><h1><b>screen Shots:</b></h1></center><hr><table width=100%><br><br><br><br><br><tr><td><center><font color=red size=4><b>Sorry no screens available</b></font></center></td></tr></table>', CENTER, HEIGHT, 250, WIDTH, 300);\" onmouseout=\"return nd();\"></a><br><font color=\"green\"><b>S</font> $seed</b> and <font color=\"red\"><b>L</font> $leech </b><br>";
Attached Thumbnails
error.jpg  

Last edited by Giorgatzelos; 27th August 2012 at 15:20.
Reply With Quote
  #10  
Old 28th August 2012, 03:15
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
the hover is not ment to show if there is no screen shots I well take a look and see if I can fix it.
__________________
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
The Following User Says Thank You to joeroberts For This Useful Post:
Giorgatzelos (28th August 2012)
Reply

Tags
latest , mod , pmbt , torrents , xbtit

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 10:50. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.