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

[Source 2009, CS:GO] Stamm 2.28 - VIP Level Ranking


Post New Thread Reply   
 
Thread Tools Display Modes
mrsmith
SourceMod Donor
Join Date: Jun 2012
Old 05-02-2013 , 05:06   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1171

Quote:
Originally Posted by Yourkind123 View Post
Hii! Can anyone please help me set up a MySQL Database?? I have no idea of how!!
Feel free to post your problem in your post. It may helping others.

How to Mysql:

1.
Server in Stamm.cfg (Options)
Quote:
// Your Stamm Table Name. It appends '_<serverid>' at the end!
// -
// Default: "STAMM_DB"
stamm_table_name "STAMM_DB"
Enter your Stamm Table Name:
first Server with Default is: STAMM_DB_1 (it will auto add _1)
below there is a cvar: stamm_serverid "1".
--
2.
Server in sourcemod/configs/databases
Add:
Quote:
"stamm_sql"
{
"driver" "mysql"
"host" "ServerIP(localhost)"
"database" "Databasename(not Stamm_DB_1 .. the name of the Database)"
"user" "Databaseuser"
"pass" "Databaseuser"
}
!!! If the Database and the Server is not on the same host (localhost) your Database have to be extern !!!
3.
On
Webserver Server/config.php
Quote:
$servername = ""; // DB hostname
$dbusername = ""; // DB username
$dbpassword = ""; // DB password
$dbname = ""; // DB name

$table = "STAMM_DB_1"; // Name of your Stamm Table
(Now you have to enter _1 or the number of your Server(stamm_serverid "1"))

4. Upload dbsql.sql
You can find this file in the root of the webinterface.zip or on github: Link
Just go to your Mysql Database Interface, klick your Databasename(If Stamm_DB_x is allready created, ignore it(Dont klick on this, klick on your Databasename). Go on "Import",
simple upload the file.

5. Start your Server
6. Visit your Stamm Page

---------------------
Your Mysql should look like this:

Databasename:
payments
Stamm_DB_1
Stamm_DB_1_Happy
---------------------

If you have any questions , feel free to post it.
mrsmith is offline
ApexPredator
SourceMod Donor
Join Date: Apr 2013
Old 05-02-2013 , 15:43   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1172

Quote:
Originally Posted by Popoklopsi View Post
Sounds good

The main problem currently is, that i have to put each feature in the auto downloader. That's really annoying^^.


So i want to change my auto downloader system first, so you can directly change the .cfg file and i don't have to include each convar with input fields.

Than i want to fix some minor issue with the webinterface and stamm. Also my aim is an better overview over the hole stamm system, include a much better documentation.

After that i like to add a lot of new features and release stamm 2.2 Final, which displace the currently final version.

Is there anything I can do to help on the testing side of things?
Also do you have an estimated release date?
Also, can you tell me how (or where to find the info) to make the attacker effects work on a chance? like to burn enemy or for knife infect, there is X chance?

Last edited by ApexPredator; 05-02-2013 at 16:09.
ApexPredator is offline
Aim4Fame
Member
Join Date: Jan 2013
Location: Germany
Old 05-05-2013 , 09:53   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1173

Hallo popo,
ich kann das neue stamm script nichtmehr compilen.
Er sagt: ...\stamm/sqlib.sp(26) : fatal error 120: cannot read from file: "stringescape"
Aim4Fame is offline
Send a message via Skype™ to Aim4Fame
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-05-2013 , 10:02   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1174

Quote:
Originally Posted by ApexPredator View Post
Is there anything I can do to help on the testing side of things?
Also do you have an estimated release date?
Also, can you tell me how (or where to find the info) to make the attacker effects work on a chance? like to burn enemy or for knife infect, there is X chance?
Currently i'm on an other project, which i will release today, after that stamm will get a bit more attention.^^ Maybe i can add this, too.


Quote:
Originally Posted by Aim4Fame View Post
Hallo popo,
ich kann das neue stamm script nichtmehr compilen.
Er sagt: ...\stamm/sqlib.sp(26) : fatal error 120: cannot read from file: "stringescape"
You need this snippet^^:

https://forums.alliedmods.net/showthread.php?t=212230
__________________
dordnung is offline
Aim4Fame
Member
Join Date: Jan 2013
Location: Germany
Old 05-05-2013 , 10:11   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1175

thx and where can i find all includes like the updater?
Aim4Fame is offline
Send a message via Skype™ to Aim4Fame
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-05-2013 , 10:17   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1176

Here:

Updater
Colors
__________________

Last edited by dordnung; 05-05-2013 at 10:18.
dordnung is offline
[-NiN-] Decoy
Junior Member
Join Date: Jul 2004
Old 05-08-2013 , 18:26   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1177

Idea for when you have time to work on this, can you maybe input a kill modifier for weapons (knife x3, pistol x2... so on and so forth)

Great work, thanks!
[-NiN-] Decoy is offline
ApexPredator
SourceMod Donor
Join Date: Apr 2013
Old 05-09-2013 , 20:44   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1178

Quote:
Originally Posted by Popoklopsi View Post
Sounds good

The main problem currently is, that i have to put each feature in the auto downloader. That's really annoying^^.


So i want to change my auto downloader system first, so you can directly change the .cfg file and i don't have to include each convar with input fields.

Than i want to fix some minor issue with the webinterface and stamm. Also my aim is an better overview over the hole stamm system, include a much better documentation.

After that i like to add a lot of new features and release stamm 2.2 Final, which displace the currently final version.

When you make the new version, will the database change?
So if I put stamm back on my server, will players still have their lvls and points if I update to new version?
ApexPredator is offline
mrsmith
SourceMod Donor
Join Date: Jun 2012
Old 05-10-2013 , 05:24   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1179

The old Database will be compatible with the new Patch. You may have to start a script on your Mysql but i think you dont have to. Players will still have all their lvls and points
mrsmith is offline
dordnung
Veteran Member
Join Date: Apr 2010
Old 05-10-2013 , 06:22   Re: [Source 2009, CS:GO] Stamm 2.04 (2.1.8B available) VIP Level Ranking
Reply With Quote #1180

Quote:
Originally Posted by [-NiN-] Decoy View Post
Idea for when you have time to work on this, can you maybe input a kill modifier for weapons (knife x3, pistol x2... so on and so forth)

Great work, thanks!
Yes, sounds great!

Quote:
Originally Posted by ApexPredator View Post
When you make the new version, will the database change?
So if I put stamm back on my server, will players still have their lvls and points if I update to new version?
Like mrsmith said, no one loses his points, stamm converts the database how it needs it.




I already updated the downloader, so it's easier for me to add new features.

http://popoklopsi.de/stamm/downloader/test/
__________________

Last edited by dordnung; 05-10-2013 at 06:45.
dordnung 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 04:35.


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