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

[L4D & L4D2] Custom Player Stats v1.4B121


Post New Thread Reply   
 
Thread Tools Display Modes
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-18-2010 , 07:22   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #611

yes but i dont hnow haw to instal that mysql.players, dont hnow to start whit that, can't ypu put some filders iin .rar or .zip to be more easy not all this talk
LordTurbat is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 04-18-2010 , 07:51   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #612

Quote:
Originally Posted by LordTurbat View Post
yes but i dont hnow haw to instal that mysql.players, dont hnow to start whit that, can't ypu put some filders iin .rar or .zip to be more easy not all this talk
Enlighten me, what are the filders that you want me to put in a rar or zip. Some magical ingredients that will do all the work for you? A genie?

At the first post there is a packet (zip) that contains webstats PHP-scripts. In that file is createtables.php script, which you can execute to create the database tables.

OK, lets take another approach to what is your problem... here are two things that are causing the problems for you:
Because I don't have an universal solution or installer for this plugin and web application, and I don't want to do the installation for each and everyone of you myself, I wish you would spend some time to learn some basics of the two things you have very limited knowledge about. Yes, they require studying and even a little bit of hard work, but I know you can do it.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-18-2010 , 10:05   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #613

yes now i try to create tables from here http://www.roseindia.net/tutorial/ph...ate-Table.html will se if it works
LordTurbat is offline
Kornflexx
New Member
Join Date: Apr 2010
Old 04-18-2010 , 10:14   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #614

Excellent work !

I have slightly modified the webstats files to support mysql table prefix. I have put the complete modified files in an attachment for people who might need such a feature. Perhaps Muukis could integrate those changes in the next release.
About the installation part, simply put something into $mysql_prefix, located in config.php, and every table name used throughout the application will be prefixed with your string.

By the way, I'm working on some new changes that will correctly dispatch customs map in their corresponding campaign. Once it's finished, the long list of map names we all can see in the custom maps section will be history

Last one thing : it would be cool to replace every short tag ("<?=") for maximum compatibility.
Attached Files
File Type: zip table_prefix_fix.zip (33.3 KB, 140 views)

Last edited by Kornflexx; 04-18-2010 at 11:41.
Kornflexx is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-18-2010 , 11:14   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #615

this is the last problem if i done this then is done all this hard work , if someone can help my whit this plz or o need to try other mysql versions ? :
[IMG]http://img718.**************/img718/4824/19114457.jpg[/IMG]

Last edited by LordTurbat; 04-18-2010 at 11:16.
LordTurbat is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 04-18-2010 , 12:11   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #616

Quote:
Originally Posted by LordTurbat View Post
this is the last problem if i done this then is done all this hard work , if someone can help my whit this plz or o need to try other mysql versions ? :
And you did modify the config.php before you ran the createtables.php? Answer: NO. At least not properly. There are your database configurations that needs at a minimum to be filled out.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-18-2010 , 15:48   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #617

yes i have but probably not in the correct mode.
i edit this :

// MySQL information for L4D Stats DB
$mysql_server = "";
$mysql_db = "l4dstats";
$mysql_user = "root";
$mysql_password = "";


// Heading for the stats page.
$site_name = "EvilZone";

// Game server address (adds a Steam connection link over the site name)
// Multiple game server addresses supported (just write multiple configurations and use the correct syntax for each of them)
/* THIS LINE: DO NOT MODIFY OR REMOVE */ $game_addresses = array();
// Syntax:
// $game_addresses[] = array("<NAME>", "<ADDRESS>[:<PORT>]");
// Examples:
// $game_addresses[] = array("Server 1: Left 4 Dead 2", "79.113.79.66:27016");
// $game_addresses[] = array("Server 2: Kill Them Zombies", "123.0.0.234");


if this is not correct plz show my the correct mode or some example..

Last edited by LordTurbat; 04-18-2010 at 15:51.
LordTurbat is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 04-18-2010 , 15:58   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #618

Quote:
Originally Posted by LordTurbat View Post
// MySQL information for L4D Stats DB
$mysql_server = "<YOUR SERVER ADDRESS IS MISSING HERE>";
$mysql_db = "l4dstats";
$mysql_user = "root";
$mysql_password = "";


// Heading for the stats page.
$site_name = "EvilZone";

// Game server address (adds a Steam connection link over the site name)
// Multiple game server addresses supported (just write multiple configurations and use the correct syntax for each of them)
/* THIS LINE: DO NOT MODIFY OR REMOVE */ $game_addresses = array();
// Syntax:
// $game_addresses[] = array("<NAME>", "<ADDRESS>[:<PORT>]");
// Examples:
// $game_addresses[] = array("Server 1: Left 4 Dead 2", "79.113.79.66:27016 <THIS IS JUST AN EXAMPLE AND THUS COMMENTED BY THE DOUBLE SLASHES>");
// $game_addresses[] = array("Server 2: Kill Them Zombies", "123.0.0.234");
$game_addresses[] = array("<YOUR SERVER ULTIMATE L33T NAME>", "79.113.79.66:27016");
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
LordTurbat
BANNED
Join Date: Apr 2010
Old 04-18-2010 , 17:03   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #619

like this ? :

$mysql_server = "lordzone.servebeer.com";
$mysql_db = "l4dstats";
$mysql_user = "root";
$mysql_password = "";

// Heading for the stats page.
$site_name = "EvilZone";

// Game server address (adds a Steam connection link over the site name)
// Multiple game server addresses supported (just write multiple configurations and use the correct syntax for each of them)
/* THIS LINE: DO NOT MODIFY OR REMOVE */ $game_addresses = array();
// Syntax:
// $game_addresses[] = array("<LordTurbat-PRO ONLY-EvilZone>", "<lordzone.servebeer.com>[:<27016>]");
// Examples:
// $game_addresses[] = array("Server 1: Left 4 Dead 2", "my.site.net:27016");
// $game_addresses[] = array("Server 2: Kill Them Zombies", "123.0.0.234");


http://lordzone.servebeer.com/l4d/

Last edited by LordTurbat; 04-18-2010 at 17:31.
LordTurbat is offline
trimi_dogg
New Member
Join Date: Mar 2010
Old 04-21-2010 , 14:18   Re: [L4D & L4D2] Custom Player Stats v1.4B66
Reply With Quote #620

Can anyone make php code so we can add edit remove ppl from the site i found a script and i managed to edit it so you can add edit remove ppl you can only edit points on Coop also there are lots of things you cannot edit maybe someone check that out and make something better ?

Edit index.php add your DB info also delete the file after your done it's not secured with username and password
Attached Files
File Type: rar CRUD.rar (6.5 KB, 116 views)
trimi_dogg 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:08.


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