Raised This Month: $32 Target: $400
 8% 

Basic Points Stats v1.4.0


Post New Thread Reply   
 
Thread Tools Display Modes
kwpd
AlliedModders Donor
Join Date: Mar 2009
Location: panama
Old 11-24-2014 , 13:20   Re: Basic Points Stats (22/November/2014)
Reply With Quote #51

Quote:
Yes, sometimes it Loses connection - I have the same problem with Advanced bans (my hosting plan more Specifically is the problem) but is this the reason why some players are resetting Their stats to 0 ???
due to loss of connection .. The player enters the server. and loss of connection. the server inserts LOADSTATS and fails to locate. the player registers as a new user.

Quote:
Should not be better to keep the stats in a buffer Until the map finishes and transfer them at change map ???
I can not do that. because the statistics are multiple server .. if you save buffer and enters another server etadistica you rewind to previous ..
__________________
kwpd is offline
gonzalosor
Junior Member
Join Date: Oct 2014
Old 11-29-2014 , 07:49   Re: Basic Points Stats (22/November/2014)
Reply With Quote #52

Please try to improve the ".stats" so it can load faster, maybe you can use something like calling a php url with that stats.
gonzalosor is offline
kwpd
AlliedModders Donor
Join Date: Mar 2009
Location: panama
Old 11-29-2014 , 14:14   Re: Basic Points Stats (22/November/2014)
Reply With Quote #53

Quote:
Originally Posted by gonzalosor View Post
Please try to improve the ".stats" so it can load faster, maybe you can use something like calling a php url with that stats.
can improve load (.stats) depending on the connection between HLDS and MYSQL
there are 2 forms
Internal .stats = depending on connection speed HLDS & MYSQL
External .stats = The load is faster. and only depending on the speed of the web page

I'm busy optimizing. MOD PUG YAP.
when you have time. I will optimize .stats
and think how to create a autolocate of stats. to avoid what they are registered. error of slow connections between HLDS and MYSQL
BPS fails to locate etadistica time. I recorded as new players.
__________________
kwpd is offline
pupil0888
Member
Join Date: Sep 2012
Location: Venezuela
Old 12-22-2014 , 17:18   Re: Basic Points Stats (7/December/2014)
Reply With Quote #54

me pasa esto padre?

I passed this because?

pupil0888 is offline
Send a message via MSN to pupil0888
kwpd
AlliedModders Donor
Join Date: Mar 2009
Location: panama
Old 12-22-2014 , 18:46   Re: Basic Points Stats (7/December/2014)
Reply With Quote #55

This is because your mysql connection and configuration
PHP Code:
require 'Ranking/config.php' 
you must configure
PHP Code:
<?php
ob_start
();
error_reporting(E_ERROR E_WARNING E_PARSE);
ini_set("display_errors"1);

$dbc mysql_connect("localhost""root""password");
if (!
$dbc) {
    die(
'Could not connect: ' mysql_error());
}
mysql_select_db("SkillPointsBeta");
?>
the file must be this way. as indicated routes.
Code:
www.youweb.com\Ranking\config.php
__________________
kwpd is offline
Remove
New Member
Join Date: Sep 2013
Old 12-29-2014 , 13:10   Re: Basic Points Stats (7/December/2014)
Reply With Quote #56

Hello web not working and plugin not work fines plugin loging to mysql perfect but server concole take this

20:008: [AMXX] Plugin ("BasicPointsStats.amxx") is setting itself as failed.
L 12/29/2014 - 20:008: [AMXX] Plugin says: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 12/29/2014 - 20:008: [AMXX] Run time error 1 (plugin "BasicPointsStats.amxx") - forced exit

not working plugin comands mysql info ok but not work fine
Remove is offline
gonzalosor
Junior Member
Join Date: Oct 2014
Old 12-29-2014 , 17:24   Re: Basic Points Stats (7/December/2014)
Reply With Quote #57

Quote:
Originally Posted by Remove View Post
Hello web not working and plugin not work fines plugin loging to mysql perfect but server concole take this

20:008: [AMXX] Plugin ("BasicPointsStats.amxx") is setting itself as failed.
L 12/29/2014 - 20:008: [AMXX] Plugin says: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 12/29/2014 - 20:008: [AMXX] Run time error 1 (plugin "BasicPointsStats.amxx") - forced exit

not working plugin comands mysql info ok but not work fine
- AMX Mod X 1.8.3 or higher. (Last dev build see http://www.amxmodx.org/snapshots.php)
gonzalosor is offline
3nf
New Member
Join Date: Jan 2009
Old 05-14-2015 , 22:50   Re: Basic Points Stats (7/December/2014)
Reply With Quote #58

hello help problem with web
error

Warning: require(Ranking/config.php): failed to open stream: No such file or directory in C:\xampp\htdocs\stats\Ranking\ranking\index.p hp on line 6
3nf is offline
pupil0888
Member
Join Date: Sep 2012
Location: Venezuela
Old 02-21-2016 , 19:43   Re: Basic Points Stats (7/December/2014)
Reply With Quote #59

pupil0888 is offline
Send a message via MSN to pupil0888
jonatat
Senior Member
Join Date: Dec 2017
Old 01-05-2018 , 12:55   Re: Basic Points Stats (7/December/2014)
Reply With Quote #60

L 01/05/2018 - 19:50:45: [AMXX] Run time error 4: index out of bounds
L 01/05/2018 - 19:50:45: [AMXX] [0] BasicPointsStats.sma::Ham_Killed_player (line 672)
jonatat is offline
Old 10-24-2018, 01:52
kwpd
This message has been deleted by asherkin.
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 20:12.


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