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

Player Status in DB


Post New Thread Reply   
 
Thread Tools Display Modes
PsYChOPaTiQuE
Veteran Member
Join Date: Jan 2009
Location: Paris
Old 11-07-2009 , 07:39   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #91

The plugin doesn't work for me
Quote:
] amx_psd_initialize
Unknown command: amx_psd_initialize
] amx_psd_reset
Unknown command: amx_psd_reset
] amx_psd_update
Unknown command: amx_psd_
http://bloodandtears.nitroserv.net/c...ing_sample.php
__________________
PsYChOPaTiQuE is offline
Jockey
Member
Join Date: Nov 2008
Location: Germany
Old 12-29-2009 , 02:50   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #92

I have a Problem too.

Warning: Division by zero in /www/htdocs/w00b36ae/ftkfamilia.de/ranking/ranking_sample.php on line 42

Quote:

Last edited by Jockey; 12-29-2009 at 02:57.
Jockey is offline
Duffnexter
Senior Member
Join Date: Aug 2009
Old 02-08-2010 , 00:23   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #93

how does it save player status is it like how much time he played on server?
__________________
Duffnexter is offline
Send a message via MSN to Duffnexter Send a message via Skype™ to Duffnexter
`666
AlliedModders Donor
Join Date: Jan 2006
Old 02-08-2010 , 15:53   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #94

It imports top15 players from csstats to database
`666 is offline
SpILL
Veteran Member
Join Date: Oct 2009
Location: Karachi, Pakistan
Old 02-08-2010 , 16:13   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #95

Quote:
Originally Posted by Jockey View Post
I have a Problem too.

Warning: Division by zero in /www/htdocs/w00b36ae/ftkfamilia.de/ranking/ranking_sample.php on line 42
Fined Line 43:
Code:
($myrow["kdrate"]>0)?$myrow["kdrate"]:($myrow["kills"]/$myrow["deaths"])

To:
Code:
(($myrow["kills"]>0 && $myrow["deaths"]>0) ? $myrow["kills"]/$myrow["deaths"] : (($myrow["kills"]>0) ? $myrow["kills"] : 0))
__________________


SpILL is offline
Duffnexter
Senior Member
Join Date: Aug 2009
Old 02-09-2010 , 01:26   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #96

and how it should make server better or life easier on top15 its just a top 15 what else it does?
__________________
Duffnexter is offline
Send a message via MSN to Duffnexter Send a message via Skype™ to Duffnexter
mut2nt
Senior Member
Join Date: Oct 2006
Location: in HELL!
Old 02-09-2010 , 13:31   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #97

It doesn't work , when i try to browse the php page it displays this error:
Code:
The image “adress/ranking.php” cannot be displayed, because it contains errors.
__________________
Anyone who helps me +KARMA
mut2nt is offline
Send a message via Yahoo to mut2nt Send a message via Skype™ to mut2nt
SpILL
Veteran Member
Join Date: Oct 2009
Location: Karachi, Pakistan
Old 02-10-2010 , 04:46   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #98

Quote:
Originally Posted by mut2nt View Post
It doesn't work , when i try to browse the php page it displays this error:
Code:
The image “adress/ranking.php” cannot be displayed, because it contains errors.
__________________


SpILL is offline
pinkocean
New Member
Join Date: Apr 2010
Old 04-20-2010 , 05:00   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #99

Hi +ARUKARI-,

I'm very interested in your plugin. I have just deployed on my server. But Some thing wrong. I test with PODBot but only 1 bot name was inserted to mysql database. After that, I remove all bot, add new bots, but only 1 bot was added and replace the last bot in database. I dont know why? I have a server on my own and I want to publish it to all my friend. Waiting for your reply. You can send email to me [email protected] and we will talk more about this.

Thanks and Best regards,
pinkocean is offline
urban_ninja
Senior Member
Join Date: Feb 2009
Old 01-13-2011 , 02:10   Re: Player Status in DB (sqlstats Lite)
Reply With Quote #100

The instructions are rather poorly written and I don't understand the specifics of the installation.


I get page errors after uploading the css and php files to my web server. I have a mysql DB set up on my web server with password but idk where to add the DB name ect. in the php files so it can connect to my DB.
Code:
Warning:  mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'sandstriker.iobb.net' (1) in /home/urban360/public_html/ranking_sample.php on line 12

Warning:  mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/urban360/public_html/ranking_sample.php on line 13
  
Warning:  mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/urban360/public_html/ranking_sample.php on line 38

Warning:  mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/urban360/public_html/ranking_sample.php on line 39
__________________
urban_ninja is offline
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 19:44.


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