Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Template Shares 5.6 - modded by lateam & lafouine022 (http://www.bvlist.com/showthread.php?t=6520)

tryplex92 11th November 2013 22:39

Quote:

Originally Posted by DeNeDe (Post 43294)
use firebug for mozilla or chrome and you'll see from where it is

doesn't work

firefly007 12th November 2013 19:14

Quote:

Originally Posted by tryplex92 (Post 43293)
how to edit the red color? i don't find.
isn't in template css

Could you post that page or plugin here please!

tryplex92 13th November 2013 20:57

Quote:

Originally Posted by firefly007 (Post 43300)
Could you post that page or plugin here please!

i don't know the name of plugin or the name file

Birkoff 21st January 2014 00:43

don't works external scrape :)
 
Warning: fopen(http://tracker.trackerfix.com:80/scr...98%BC%E5%7D%98[%F0%EEMJ%1C%12%22+%F9%09%21) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /membri/projectandy/include/ts_external_scrape/ts_external.php on line 30
0

joeroberts 21st January 2014 06:09

Quote:

Originally Posted by dupont (Post 43670)
Warning: fopen(http://tracker.trackerfix.com:80/scr...98%BC%E5%7D%98[%F0%EEMJ%1C%12%22+%F9%09%21) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /membri/projectandy/include/ts_external_scrape/ts_external.php on line 30
0

Free hosting Is not the place to try external torrents!

gogo999 10th April 2014 17:43

Quote:

under add


Code:


Add to the pic folder the image below

Originally Posted by wMan (Post 41350)
@details.php find

Code:

'.$lang->details['download'].'

It replaced

Quote:



lpanosl 4th May 2014 21:54

greek
 
hello...where can i found greek language for this script??
thnks

Bump: i installed but invitation not working.what is the problem?

eckeO5 6th January 2015 21:37

ajaxtorrent1.php
 
Hello DAKz , lafouine022 and all others,
happy new 2015.

may be you or some1 can help.
question is about ajaxtorrent1.php an all its included phps.

f.e. in top_last.php i got working to see 22 torrents, each row 11 showing up.
looks like this
http://puu.sh/e9UQr/b0f6c5e5b6.jpg

Does ne1 know how to show f.e. 4 rows with exactly 44 torrents in all ???

top_last.php actual looks like this:
PHP Code:

<?php
require('global.php');
dbconn();

header("Content-Type: text/html; charset=iso-8859-1");


//Letzen XX torrents mit bild

define('ANZAHL_NEUESTE_TORRENTS'22);

 
//begin_frame("..:: Die ".ANZAHL_NEUESTE_TORRENTS." neusten Torrents ::..","true","100%");
  
$query="SELECT id, name, t_image, seeders, leechers, category, size, free, doubleupload, silver, offensive, times_completed FROM torrents WHERE t_image <> '' ORDER BY added DESC LIMIT 22";
    
$result=mysql_query($query);
    
$num mysql_num_rows($result);
// count rows
print'<scrollAmount=2 onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=2" scrolldelay="0"

direction="left">'
;
print 
'<center><table border=0 cellspacing=0 cellpadding=5><tr>';
$i=20;
$count 11;
while (
$row mysql_fetch_assoc($result)) {

if (
$row['offensive'] == 'yes' && preg_match('#E0#is'$CURUSER['options']))

    {
    continue;
    }

 
$id $row['id'];
if((
$count == 22)) //Wieviel in einer Reihe?
print'</tr><tr><td>';
else
print
'<td>';
$res mysql_query("SELECT name FROM categories WHERE id=$row[category]");
$arr mysql_fetch_assoc($res);
$cat $arr["name"];

$free mysql_query("SELECT * FROM torrents WHERE free = 'yes'") or sqlerr();
if  (
$row[free]=="yes") {
$free="<b><font color=green> [OnlyUpload] </font></b>";
            }
else
{
$free="";
            }

$doubleupload mysql_query("SELECT * FROM torrents WHERE doubleupload = 'yes'") or sqlerr();
if  (
$row[doubleupload]=="yes") {
$doubleupload="<b><font color=yellow> [DoubleUpload] </font></b>";
            }
else
{
$doubleupload="";
            }

$silver mysql_query("SELECT * FROM torrents WHERE silver = 'yes'") or sqlerr();
if  (
$row[silver]=="yes") {
$silver="<b><font color=yellow> [fifty-fifty] </font></b>";
            }
else
{
$silver="";
            }

$size mksize($row["size"]);
$res=mysql_query("SELECT * FROM peers WHERE torrent=$id AND seeder = 'yes'") or sqlerr();
$seeder=mysql_num_rows($res);
$res=mysql_query("SELECT * FROM peers WHERE torrent=$id AND seeder != 'yes'") or sqlerr();
$leecher=mysql_num_rows($res);
$t_image $row['t_image'];
$name $row['name'];
$name str_replace('_'' ' $name);
$name str_replace('.'' ' $name);
$name substr($name0100);
print(
"<a href=\"/details.php?id=$id&hit=1\" onMouseover=\"overlib('<table cellpadding=4 cellspacing=1 width=100% height=80><tr><td class=tablea align=center ><b><font color=white>$name</font></b><font color=yellow><b>Typ:&nbsp;$cat</font><font color=lime><b>$seeder&nbsp;Seeder</font><font color=red>$leecher&nbsp;Leecher</font><font color=white>Größe:&nbsp;$size</font><font color=white>$row[times_completed] x Runtergeladen</font><font color=red>$free<font color=red>$doubleupload<font color=red>$silver</font></td></tr></table>','darkorange')\"
 onMouseout=\"nd()\"><img src=
$t_image width=\"82\" height=\"100\" border=1></a><b>$seeder&nbsp;:&nbsp;<font color=green>Seeder</font>$leecher&nbsp;:&nbsp;<font color=red>Leecher</font></b>");
 
$i++;
$count++;
}
print
'</td>';
echo 
"</center></table></marquee>";


?>

Would be so glad if some1 can help.

Ahny to all of you.

eckeo5

Giorgatzelos 7th January 2015 04:42

Quote:

define('ANZAHL_NEUESTE_TORRENTS', 22);
Try to change 22 ---> 44

Bump:
Quote:

Originally Posted by Giorgatzelos (Post 46004)
Try to change 22 ---> 44

As i did a google translate ANZAHL_NEUESTE_TORRENTS , must mean: Number Of New Torrents...

Bump: ORDER BY added DESC LIMIT 22"; ....maybe also this 22 to 44...

eckeO5 7th January 2015 12:38

nice try. bit flat. which is certainly not what I want.

as i say when i started the question:"
f.e. in top_last.php i got working to see 22 torrents, each row 11 showing up."

would it be so simple, i would for sure not ask here!!!


All times are GMT +2. The time now is 13:44.

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