This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

uq_jumpstats v2.42


Post New Thread Reply   
 
Thread Tools Display Modes
lqlqlq
Senior Member
Join Date: Jan 2008
Old 04-06-2011 , 09:36   Re: uq_jumpstats v2.37с
Reply With Quote #351

Servers hosted on Ubuntu 10.10 precompiled maverick kernel
on:
Phenom II 810 x4 @ 3.5
2x2 Adata 1440 @ cl6-7-6-24
2xWD BLUE 500GB + 1 SSD 32GB (servers on us)

Servers using metamod P 1.19p32 and last amxmodx 1.82 (dont change anything)
Hosted on 100mb/s (full)
Problem only on hns, kz, lj servers (using this jumpstats plugin, but yes i have and galileo)
PP: Rates on all servers are 25000, latency is normal on all servers (5-40)

Last edited by lqlqlq; 04-06-2011 at 09:40.
lqlqlq is offline
senecas
Senior Member
Join Date: Jun 2006
Old 04-07-2011 , 02:27   Re: uq_jumpstats v2.37с
Reply With Quote #352

*** Need to be fixed ***
mysql.php

function escape($str)
{
return is_array($str) ? '' : '\''.mysql_real_escape_string($this->link_id, $str).'\'';
}

==>

function escape($str)
{
return is_array($str) ? '' : '\''.mysql_real_escape_string($str, $this->link_id).'\'';
}
senecas is offline
lqlqlq
Senior Member
Join Date: Jan 2008
Old 04-09-2011 , 08:17   Re: uq_jumpstats v2.37с
Reply With Quote #353

i get this:
Notice: Undefined variable: names in /var/www/jumpstats2/index.php on line 211
lqlqlq is offline
Lightokun
Member
Join Date: Oct 2009
Old 04-10-2011 , 05:56   Re: uq_jumpstats v2.37с
Reply With Quote #354

Quote:
Originally Posted by senecas View Post
*** Need to be fixed ***
mysql.php

function escape($str)
{
return is_array($str) ? '' : '\''.mysql_real_escape_string($this->link_id, $str).'\'';
}

==>

function escape($str)
{
return is_array($str) ? '' : '\''.mysql_real_escape_string($str, $this->link_id).'\'';
}
LOL. Fixed.

Quote:
Originally Posted by lqlqlq
i get this:
Notice: Undefined variable: names in /var/www/jumpstats2/index.php on line 211
In what version? There is no variable $names on 211 line but try a new update.
Attached Files
File Type: zip uq_jumpstats2.4.zip (15.1 KB, 128 views)
__________________

Last edited by Lightokun; 04-10-2011 at 06:03.
Lightokun is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 04-10-2011 , 10:27   Re: uq_jumpstats v2.37с
Reply With Quote #355

update 1st post with php 2.4
borjomi is offline
Send a message via ICQ to borjomi
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 04-12-2011 , 06:24   Re: uq_jumpstats v2.37d
Reply With Quote #356

mini update 2.37d
- Corrected glitch in console with prestrafe sync
borjomi is offline
Send a message via ICQ to borjomi
senecas
Senior Member
Join Date: Jun 2006
Old 04-13-2011 , 23:45   Re: uq_jumpstats v2.37d
Reply With Quote #357

** borjomi **

Somtimes It does not show any stats-info.
check this demo.
Attached Files
File Type: zip kz_longjumps2.zip (1.00 MB, 119 views)
senecas is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 04-14-2011 , 00:08   Re: uq_jumpstats v2.37d
Reply With Quote #358

Quote:
Originally Posted by senecas View Post
** borjomi **

Somtimes It does not show any stats-info.
check this demo.

i found in your console.
Code:
SZ_GetSpace: overflow on netchan->messag
i think problem:

1. You modded stats yourself and something buggy (cause i dont realese 2.37c_fix)
2. You have some plugins that eat some resoursces (many hudmessages, beams or other things which overflow client)

Last edited by borjomi; 04-14-2011 at 00:13.
borjomi is offline
Send a message via ICQ to borjomi
senecas
Senior Member
Join Date: Jun 2006
Old 04-14-2011 , 01:13   Re: uq_jumpstats v2.37d
Reply With Quote #359

== in uq_sql.inc ==
I changed Code where check new or reg player,
SQL_Connection() + SQL_PrepareQuery can make server lag on poor connection.
but in your code, it check every client_putinserver().
so changed Trie + SQL_ThreadQuery()

== in colorchat.inc ==
MSG_ONE , or MSG_ALL can make server or player lag if there are too many colorchat msg.
MSG_ONE_UNRELIABLE, MSG_BROADCAST is better.

My editing and Overflow MSG, they has nothing to do with Skipping Stats Msg.
It means detecting fail.
hum....
senecas is offline
borjomi
Senior Member
Join Date: May 2010
Location: Russia, Novosibirsk
Old 04-14-2011 , 03:17   Re: uq_jumpstats v2.37d
Reply With Quote #360

sry i cant help you, use default version (with normal showing stats) or use your (with 1/5 jumps showing stats) its your choose)

Last edited by borjomi; 04-14-2011 at 03:21.
borjomi is offline
Send a message via ICQ to borjomi
Reply



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 -4. The time now is 10:34.


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