Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Leonardo
Forum: Plugins 05-01-2012, 09:20
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Forum: Plugins 07-03-2011, 04:58
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Re: [TF2 Stats] With Web Ranking and Item Logger [v8.0.1/v7.1.5]

Fix:
add at top of code
ini_set("allow_url_fopen", "on");
OR
change this param in php.ini



Invalid IP
'nuff said.
Forum: Plugins 06-25-2011, 15:38
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Re: [TF2 Stats] With Web Ranking and Item Logger [v7.8.1/v7.1.5]

but it will prevent from using a sql's special words
Forum: Plugins 06-25-2011, 03:16
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Re: [TF2 Stats] With Web Ranking and Item Logger [v7.8.1/v7.1.5]

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /data/22/2/82/6/2082495/user/2283229/htdocs/tf2ranks/player_ranking.php on line 75
it means mysql_query...
Forum: Plugins 06-23-2011, 08:30
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Forum: Plugins 06-22-2011, 04:19
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Re: [TF2 Stats] With Web Ranking and Item Logger [v7.8.1/v7.1.5]

fix for numeric variables:
$ppp = (int)$_GET["ppp"];
$ppp = intval($_GET["ppp"]);
Forum: Plugins 06-21-2011, 05:04
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Re: [TF2 Stats] With Web Ranking and Item Logger [v7.8.1/v7.1.5]

looks like not so

player_class.php

// ...
$ppp = $_GET["ppp"];
// ...
if(empty($class))
{
$sql .= ' ORDER BY `KILLS` DESC LIMIT '.$fromplayer.','.$ppp.' '; // HACK ME, PLEASE!!!!!11!1ONE
Forum: Plugins 10-02-2010, 10:47
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Re: [TF2 Stats] With Web Ranking and Item Logger [v6.6.5/7.0.2]

to the "classic" tf2stats plugins:
new bool:ShouldIgnoreBots = GetConVarBool(ignorebots);
if (ShouldIgnoreBots == false)
{
isbot = false;
} and other places
I guess its wrong
may it...
Forum: Plugins 07-25-2010, 07:35
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Re: [TF2 Stats] With Web Ranking and Item Logger [v6.4/6.7.0]

and something wrong with queries on killing by sentry
Forum: Plugins 07-24-2010, 13:17
Replies: 2,723
Views: 1,067,651
Posted By Leonardo
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 00:33.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode