Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TS v1.3.9 by Xam Last 10 Torrents (http://www.bvlist.com/showthread.php?t=601)

");
    //End of Last X torrents with poster and marquee mod

?>
nako75018 11th July 2008 03:52

TS v1.3.9 by Xam Last 10 Torrents
 
hello i want make like torrentsstrike x-fusion for last torrent but i don't know what i do in my database beacause when a make this code i have one errer help me :sos:

Code:


    //Start of Last X torrents with poster and marquee mod
    $query="SELECT id, name, poster FROM torrents WHERE poster <> '' ORDER BY added DESC LIMIT 10";
    $result=mysql_query($query);$num = mysql_num_rows($result);
    print("");
    while ($row = mysql_fetch_assoc($result))  {
    $id = $row['id'];
    $name = $row['name'];
    $poster = $row['poster'];
    $name = str_replace('_', ' ' , $name);
    $name = str_replace('.', ' ' , $name);
    $name = substr($name, 0, 50);
    print("");
    }
    print("

joeroberts 11th July 2008 04:35

Re: TS v1.3.9 by Xam Last 10 Torrents
 
what is the error you get?

nako75018 12th July 2008 22:28

Re: TS v1.3.9 by Xam Last 10 Torrents
 
i have this

Code:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /data/18/1/75/141/1564956/user/1685657/htdocs/index.php on line 452

reptileking 12th July 2008 22:46

Re: TS v1.3.9 by Xam Last 10 Torrents
 
why dont u use 4.3 nulled ??

wMan 12th July 2008 23:24

Re: TS v1.3.9 by Xam Last 10 Torrents
 
add poster sql in ur database

Code:

ALTER TABLE torrents ADD poster VARCHAR(255) NOT NULL

NatashaRhea 1st January 2009 22:55

thanks
 
works awesome:drink::drink:


All times are GMT +2. The time now is 16:53.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.