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

[L4D] Player Stats (Co-op) v1.1.1


Post New Thread Reply   
 
Thread Tools Display Modes
redrumm101
Junior Member
Join Date: Jul 2006
Old 08-12-2009 , 22:52   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #571

Ok i went to the log files and it says cannot load

[SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running

How can i fix this this is my problem thank you in advance
redrumm101 is offline
redrumm101
Junior Member
Join Date: Jul 2006
Old 08-13-2009 , 07:47   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #572

Well after looking back thru every post and finding someone with the same type problem it is fixed and up and running. What a great mod... Here is the original databases file..
Code:
"Databases"
{
 "driver_default"  "mysql"
 
 "default"
 {
  "driver"   "default"
  "host"    "localhost"
  "database"   "sourcemod"
  "user"    "root"
  "pass"    ""
  //"timeout"   "0"
  //"port"   "0"
 }
 
 "storage-local"
 {
  "driver"   "sqlite"
  "database"   "sourcemod-local"
 }
 "clientprefs"
 {
  "driver"   "sqlite"
  "host"    "localhost"
  "database"   "clientprefs-sqlite"
  "user"    "root"
  "pass"    ""
  //"timeout"   "0"
  //"port"   "0"
 }
CODE GOES HERE FOR L4D STATS IN BETWEEN THESE 2 BRACKETS
}
Here is the file if you are web is on a separate machine than your server

Code:
"Databases"
{
 "driver_default"  "mysql"
 
 "default"
 {
  "driver"   "default"
  "host"    "localhost"
  "database"   "sourcemod"
  "user"    "root"
  "pass"    ""
  //"timeout"   "0"
  //"port"   "0"
 }
 
 "storage-local"
 {
  "driver"   "sqlite"
  "database"   "sourcemod-local"
 }
 "clientprefs"
 {
  "driver"   "sqlite"
  "host"    "localhost"
  "database"   "clientprefs-sqlite"
  "user"    "root"
  "pass"    ""
  //"timeout"   "0"
  //"port"   "0"
 }    MAKE SURE THAT YOU PUT This CODE IN BETWEEN This bracket and the ending bracket.
"l4dstats" 
{ 
    "driver"              "mysql" 
    "host"                "72.34.33.195" <<<<< Your ip to your Host Or Site
    "database"            "cisclan_cisclan" <<<<<<Example database
    "user"                "cisclan_cisclan" <<<<<<<Example Username
    "pass"                "your pass" <<<<<<Your password to your mysql
 }  
}<<<<<<<<<<<<<<<<<Ending Bracket If there are not 2 ending brackets this will not work. Nor will the Plugin It will show working but there will be errors in your logs

Last edited by redrumm101; 08-13-2009 at 07:51.
redrumm101 is offline
ShambleS
Senior Member
Join Date: Jul 2009
Old 08-13-2009 , 12:06   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #573

Quote:
Originally Posted by redrumm101 View Post
Ok i went to the log files and it says cannot load

[SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running

How can i fix this this is my problem thank you in advance
you need to make a file called
clientprefs.autoload

and put it with the clientprefs.ext.dll file in your sourcemod extentions
Remember to restart the server.

Last edited by ShambleS; 08-13-2009 at 12:14.
ShambleS is offline
Whosat
Senior Member
Join Date: Nov 2007
Location: Singapore
Old 08-14-2009 , 05:14   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #574

Quote:
Originally Posted by ShambleS View Post
you need to make a file called
clientprefs.autoload

and put it with the clientprefs.ext.dll file in your sourcemod extentions
Remember to restart the server.
Quote:
Originally Posted by redrumm101 View Post
Well after looking back thru every post and finding someone with the same type problem it is fixed and up and running. (...)
__________________
Whosat is offline
XBlade_RunnerX
Member
Join Date: Jun 2009
Old 08-14-2009 , 08:10   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #575

I hope I am not breaking any boundaries here, but I was just so excited that I wanted to share the news with all who are interested. Msleeper, please let me know if I am out of line with this, but here it goes:

I posted a question regarding the continuation of the stats plugin to survival and versus on Msleepers personal website, which I am pretty sure he asked people not to do, which I am sorry about, and I encourage others to not bother him at all. I just wanted to post his reply to my inquiry here so others will not give up hope. I repeat, don't bother him about the plugin cuz he is really busy with his other stuff, but here is his reply Posted by msleeper on Aug 11 2009 5:48pm:

"Yeah I am, real life has just been kicking my ass so it's hard to get the time to do it. I am really sorry for taking as long as I have."

Again, I apoligize in advance Msleeper if you would have preferred that I didn't post this as I know you are busy and don't have a set date or anything for the plugin, but I know there are so many out there like me who absolutely love your work and are under the impression that you don't intend to finish it. #1 L4D Plugin of All Time - Hands Down
__________________
XBlade_RunnerX,
XBlade_RunnerX is offline
mymovies4you
Junior Member
Join Date: Apr 2009
Old 08-14-2009 , 16:32   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #576

Quote:
Originally Posted by XBlade_RunnerX View Post
I hope I am not breaking any boundaries here, but I was just so excited that I wanted to share the news with all who are interested. Msleeper, please let me know if I am out of line with this, but here it goes:

I posted a question regarding the continuation of the stats plugin to survival and versus on Msleepers personal website, which I am pretty sure he asked people not to do, which I am sorry about, and I encourage others to not bother him at all. I just wanted to post his reply to my inquiry here so others will not give up hope. I repeat, don't bother him about the plugin cuz he is really busy with his other stuff, but here is his reply Posted by msleeper on Aug 11 2009 5:48pm:

"Yeah I am, real life has just been kicking my ass so it's hard to get the time to do it. I am really sorry for taking as long as I have."

Again, I apoligize in advance Msleeper if you would have preferred that I didn't post this as I know you are busy and don't have a set date or anything for the plugin, but I know there are so many out there like me who absolutely love your work and are under the impression that you don't intend to finish it. #1 L4D Plugin of All Time - Hands Down
Nice to know

So we will wait for the next update on this EXELENT Plugin!
__________________
mymovies4you is offline
dominic1
Junior Member
Join Date: Aug 2009
Old 08-15-2009 , 22:30   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #577

I got these errors thing..
when i link my localhost to files that posted by msleeper,
this is what i got in my page:

[IMG]http://img136.**************/img136/4308/l4dproblem2.jpg[/IMG]
[IMG]http://img193.**************/img193/3594/l4dproblem3.jpg[/IMG]

when i removed both of createtable.php & updatetable.php
the page shows something but errors still showed up at top of page
and i don't know what are those.

Please help me.. i'm new about this. Thanks.

[IMG]http://img188.**************/img188/7339/l4dproblem.jpg[/IMG]

edit: it seems like i missing config.php file, but i don't have config.php in my whole folder.. alrdy did a search in my c:/

line 13: include("./config.php");

edit2: nvm.. i found it inside psychostats3.1 folder.
Quote:
<?php
$dbtype = 'mysql';
$dbhost = 'localhost';
$dbport = '80';
$dbname = 'L4D';
$dbuser = 'root';
$dbpass = '1171979';
$dbtblprefix = 'ps_';
?>
now, my page shows like this (after removed createtable.php & updatetable.php):
can someone help me explain how to solve this and what necessary thing i need to do?

[IMG]http://img190.**************/img190/7339/l4dproblem.jpg[/IMG]

Last edited by dominic1; 08-15-2009 at 22:55.
dominic1 is offline
Whosat
Senior Member
Join Date: Nov 2007
Location: Singapore
Old 08-15-2009 , 22:44   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #578

You did not upload all your files. Check if config.php is there.
__________________
Whosat is offline
dominic1
Junior Member
Join Date: Aug 2009
Old 08-15-2009 , 23:13   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #579

Also with above problem i got this error when type /rank in game:
L 08/16/2009 - 11:10:29: [l4d_stats.smx] SQL Error: Table 'l4d.players' doesn't exist

Quote:
Originally Posted by Whosat View Post
You did not upload all your files. Check if config.php is there.
u mean files from l4d_stats_web.zip ?

whosat u from SG rite? i'm also.. got msn?

Last edited by dominic1; 08-15-2009 at 23:15.
dominic1 is offline
ShambleS
Senior Member
Join Date: Jul 2009
Old 08-16-2009 , 10:51   Re: [L4D] Player Stats (Co-op) v1.1.1
Reply With Quote #580

I have a question...
lets say a user was caught cheating and banned (or similar)

how would you remove there entries frome the web page?

@ dominic1

it dosent look like you have a database selected, you dont seem to have all the files and the folders in the right places.
and i would imagine you have not set the files to 777 after you uploaded..

You should read the instructions verry carefully and do everything 1 step at a time.

Last edited by ShambleS; 08-16-2009 at 10:56.
ShambleS 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 00:54.


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