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

Remember the names


Post New Thread Reply   
 
Thread Tools Display Modes
Damocles
Member
Join Date: Jan 2005
Old 02-14-2005 , 11:01  
Reply With Quote #11

tis a good idea Cryonic, would be a nice addition
Damocles is offline
genesis
Senior Member
Join Date: Oct 2004
Location: CALIFORNIA, USA
Old 02-15-2005 , 20:43  
Reply With Quote #12

I seem to get a bad module load with the new sql module for linux, maybe its just me??

{58:41 PM} Currently loaded modules:
{58:41 PM} name version author status
{58:41 PM} [ 1] unknown unknown unknown bad load
{58:41 PM} [ 2] Fun 1.00 AMX Mod X Dev Team running
{58:41 PM} [ 3] Engine 1.00 AMX Mod X Dev Team running
{58:41 PM} [ 4] FakeMeta 1.00 AMX Mod X Dev Team running
{58:41 PM} [ 5] CStrike 1.00 AMX Mod X Dev Team running
{58:41 PM} [ 6] CSX 1.00 AMX Mod X Dev Team running
{58:41 PM} 6 modules, 5 correct

the 1st one is the sql lite module, and i've disabled all other dbi modules
__________________
CS 1.6 cali.radclan.net:27015
I have a feeling we're not in cs anymore.
I take pride that all my AMXX plugins were writen in notepad.
genesis is offline
BOOM
Member
Join Date: Jun 2004
Old 02-16-2005 , 06:16  
Reply With Quote #13

Quote:
Originally Posted by Cryonic
The aka thing is brilliant! But I would really love if admins wasn't affected with this or even better, if the aka thing would send an admin_chat:

ON: Dilbert aka: Barbecue, Shoelacer

Or something like that. Don't want ppl to see when an admin connects as we often connect with fake nicks to spot a cheater before he disconnects.
I Agree
BOOM is offline
NiGHTFiRE
Senior Member
Join Date: Dec 2004
Location: Sweden
Old 02-16-2005 , 08:51   i
Reply With Quote #14

The server crashes with the sqlite. I'm gonna try the update soon.
NiGHTFiRE is offline
Send a message via AIM to NiGHTFiRE Send a message via MSN to NiGHTFiRE
Johnny got his gun
Veteran Member
Join Date: Jan 2004
Location: Tokyo
Old 02-16-2005 , 10:37  
Reply With Quote #15

Yes the linux build doesn't work. You'll have to do with Windows for now.
Johnny got his gun is offline
Ingram
Veteran Member
Join Date: May 2004
Old 02-16-2005 , 22:42  
Reply With Quote #16

could you please explain ur sqlite plugin more? a quick explaination for dummies would be best
Ingram is offline
Johnny got his gun
Veteran Member
Join Date: Jan 2004
Location: Tokyo
Old 02-17-2005 , 02:42  
Reply With Quote #17

Not much to say?

You can see what sqlite is here: www.sqlite.org

But in all, it's a short-term replacement for a real SQL solution like "SQL Server", "MySQL" or "PostgreSQL" and so on, especially for AMX Mod X because those are the current existing database manager modules.

SQLite is just what it sounds like, a light-weight alternative to the other SQL db managers. Instead of connecting over the internet to a real SQL server which stores and handles the actual data in the database, you "connect" directly to a local file on the disk. Unlike the real SQL solutions your server will not need SQL accoutns for proper access when connecting. You just tell the server what database it should connect to and it will connect to it. :-)

The pro is, this could be a lot faster than using real SQL servers that could reside on the other side of the planet thus lagging your server down when it waits for calls made to it to travel back and forth.
Of course, the SQL server could be on the same computer and so you won't have the possible lag issue...
But then another pro is, you don't have to go through the sometimes "complicated" task of setting up a SQL server.
With the Sqlite module you don't set anything up at all, apart from the database name which you set in the rtn_database cvar in this case.

The apparent con is this is only a shortterm solution. It's fine for this plugin and plugins like WC3 Mod that store race data etc in SQL databases.
You can't use databases that are hosted on other internet computers. Likewise, other internet computers won't be able to access the database file on your game server. You will not be able to, for instance, write a web page that has WC3 race data on it if you're using SQlite module on your game server.
Johnny got his gun is offline
Ingram
Veteran Member
Join Date: May 2004
Old 02-17-2005 , 23:11  
Reply With Quote #18

wow, where was this plugin before?

thx, i'll be using this module.
Ingram is offline
zzzz
Junior Member
Join Date: Dec 2004
Old 03-05-2005 , 19:27  
Reply With Quote #19

So do I have to use sql module in order to get it to work?
I use the 0.3 from the first post and get the following msg:
Load fails: Module "dbi" required for plugin. Check modules.ini. (plugin "remember_the_names.amxx")
All necessary modules have been enable. I have no idea what "dbi" is.

Debug:
L 03/05/2005 - 22:10:05: [AMXX] Native error in "dbi_connect" on line 175 (plugin "remember_the_names.amxx").
L 03/05/2005 - 22:10:05: [MySQL] Recieved invalid parameter.
L 03/05/2005 - 22:10:05: [AMXX] Debug Trace =>
L 03/05/2005 - 22:10:05: [AMXX] [0] Line 175, File "remember_the_names.sma"
L 03/05/2005 - 22:10:05: [AMXX] [1] Line 319, File "remember_the_names.sma"
L 03/05/2005 - 22:10:05: [AMXX] [2] Line 468, File "remember_the_names.sma"
zzzz is offline
ronin
Member
Join Date: Jul 2004
Old 03-20-2005 , 14:59  
Reply With Quote #20

Great job
ronin 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 15:49.


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