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

[CS:S/CS:GO] CSS Bank (including MySQL support) v1.6.6


Post New Thread Reply   
 
Thread Tools Display Modes
LolderPunkt
Junior Member
Join Date: Sep 2010
Location: Germany
Old 09-11-2010 , 07:03   Re: CSS Bank (including MySQL support)
Reply With Quote #101

hmmm.... dont safe the money... sry @ miraculix something ist not right on my settigs here you can look!

sourcemod.cfg

//+++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++
//
//Bank-Plugin
//
//+++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++

css_bank_enable 1
//(1) Turns Bank On/Off
css_bank_maximum 200000
//(250000) Maximun amount of money players are allowed to have in the bank, 0 to disable
css_bank_announce 1.0
//(1.0) Turns on announcement when a player joins the server, every map or every round: 0.0 = disabled, 1.0 = every map, 2.0 = every round
css_bank_deposit_fee 199
// (200) Fee, the players must pay for each deposit
css_bank_interest 0.75
//(2.5) % of interest players will get per round
css_bank_min_deposit 500
//(1000) Min. deposit amount, 0 to disable
css_bank_pistolrounds 1
//(1) Set the number of pistolrounds the bank is disabled, min. 0
css_bank_identity ~LoLDIEBANK~
//(CSS Bank) Set the name of your bank
css_bank_min_players 0
//(2) The number of min players to activate bank, min 0
css_bank_dbconfig "cssbank"
//(clientprefs) Set the database configuration listed in databases.cfg
css_bank_mapmode 0
//(0) 0 = Disable bank during listed map prefixes, 1 = disable bank during NON-listed map prefixes (only listed maps enable bank)
css_bank_mapprefixes ""
//(" ") List the map prefixes where the bank is enabled or disabled. Related to the css_bank_mapmode Cvar



database.cfg

"Databases"
{
"driver_default" "mysql"

"default"
{
"driver" "default"
"host" "db4free.net"
"database" "lolderserver"
"user" "lolderpunkt"
"pass" "xxxxxxxxxxx"
//"timeout" "0"
"port" "3306"
}
"cssrank"
{
"driver" "default"
"host" "db4free.net"
"database" "lolderserver"
"user" "lolderpunkt"
"pass" "xxxxxxxxxx"
//"timeout" "0"
"port" "3306"
}
"cssbank"
{
"driver" "default"
"host" "db4free.net"
"database" "lolderserver"
"user" "lolderpunkt"
"pass" "xxxxxxxxxx"
"port" "3306"
}
}

and the files are on correct places who the other working plugins too!
LolderPunkt is offline
Send a message via ICQ to LolderPunkt
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 09-11-2010 , 22:07   Re: CSS Bank (including MySQL support)
Reply With Quote #102

the configs are correct.

something in the logs?
__________________
greeetz Miraculix ;-)
Miraculix is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 10-12-2010 , 14:29   Re: CSS Bank (including MySQL support)
Reply With Quote #103

I've had enough of this Plugin erasing some of the money after crashes and map changes.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 10-12-2010 , 14:30   Re: CSS Bank (including MySQL support)
Reply With Quote #104

Here's an idea, don't use it then! You could be helpful, and tell the plugin author what's going on and give them any possible errors you're giving. But no, you'd rather be an ungrateful troll.
__________________

Last edited by thetwistedpanda; 10-12-2010 at 14:33.
thetwistedpanda is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 10-12-2010 , 14:32   Re: CSS Bank (including MySQL support)
Reply With Quote #105

Quote:
Originally Posted by thetwistedpanda View Post
Here's an idea, don't use it then! Or, you could be helpful, and tell the plugin author what's going on and give them any possible errors you're giving. But no, you'd rather be an ungrateful troll.
You and your trolls. Just looking at the Server Logs and SourceMod Logs, there's nothing. Nothing ! I'll help if someone tells what.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 10-12-2010 , 14:45   Re: CSS Bank (including MySQL support)
Reply With Quote #106

More information would be not bad. On our server so far had no problems.
What is crashed?
- The plugin?
- The server?
which money was gone?
- the hole bank?
- That one has paid into during map?
__________________
greeetz Miraculix ;-)
Miraculix is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 10-12-2010 , 14:53   Re: CSS Bank (including MySQL support)
Reply With Quote #107

Quote:
Originally Posted by Miraculix View Post
More information would be not bad. On our server so far had no problems.
What is crashed?
- The plugin?
- The server?
which money was gone?
- the hole bank?
- That one has paid into during map?
- Server crashed due to SM voting, or a random crash. Particularly money was lost due to SM voting crashing the Server or just ES stepping onto segfault. We're now running without SM voting, ES and MAP.
- Particularly, but not solely, my money's gone. With Server shutted down I have manually set our moneys back to their values in the database for 3 times.
- There have been two instances where 70 accounts out of 80 lost 100k-1m of money between map changes; almost whole bank.
- Yeah we've manually deposited money before map auto-changing; the bank should auto-deposit your money right before map changing, anyway.

Think those answer the listed Qs.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 10-12-2010 , 15:07   Re: CSS Bank (including MySQL support)
Reply With Quote #108

I can't see that happening. especially if nothing in the logs. because actually everything after each action is stored.
__________________
greeetz Miraculix ;-)
Miraculix is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 10-12-2010 , 15:14   Re: CSS Bank (including MySQL support)
Reply With Quote #109

Quote:
Originally Posted by Miraculix View Post
I can't see that happening. especially if nothing in the logs. because actually everything after each action is stored.
I'm with you in that, even more especially that the moneys are stored in a database in opposite end of the planet, meaning the money can't be lost unless the Plugin sends a command to do that (since the Server nor SM won't do that).

I'm gonna have to do more testing. This sucks, you can believe that.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Miraculix
Senior Member
Join Date: Dec 2009
Location: Germany
Old 10-12-2010 , 15:19   Re: CSS Bank (including MySQL support)
Reply With Quote #110

Have you tested whether the money is missing only temporarily?
On the other hand, I've no explanation for this obscure phenomenon.
__________________
greeetz Miraculix ;-)
Miraculix 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 06:32.


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