|
View previous topic :: View next topic |
| Author |
Message |
ShadoX New User
Joined: 12 Jun 2006 Posts: 8
|
Posted: Tue May 29, 2007 3:47 am Post subject: |
|
|
Hey i also can't get it to load
When i exec
| Quote: | | plugin_load ../cstrike/addons/source_utils |
in console directly it spits back
| Quote: | | Could not get IServerPluginCallbacks interface from plugin "../cstrike/addons/source_utils"Unable to load plugin "../cstrike/addons/source_utils" |
Was there an update lately or something that may have broken the plugin?
This is on a Linux CSS server running Mattie ES v1.5.0.170, Mani Admin v1.2 BetaR and ES Tools v418 (and of course Source Utils v1.4) |
|
| Back to top |
|
 |
|
 |
ShadoX New User
Joined: 12 Jun 2006 Posts: 8
|
Posted: Thu May 31, 2007 3:54 am Post subject: |
|
|
Hey is this plugin unsupported/dead now? I can't find any other plugins for source that does MySQL so we really need this working for out CSS WC3 servers
Cheers |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Thu May 31, 2007 5:16 am Post subject: |
|
|
| ShadoX wrote: | Hey is this plugin unsupported/dead now? I can't find any other plugins for source that does MySQL so we really need this working for out CSS WC3 servers
Cheers |
that plugin is full working and is supported
a new version will be realsed soon _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
ShadoX New User
Joined: 12 Jun 2006 Posts: 8
|
Posted: Thu May 31, 2007 5:38 am Post subject: |
|
|
| ok cheers sn4k3, do you know why the error i posted above is happening then if the plugin is working (i tried the metamod version too and it also fails to load) |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Thu May 31, 2007 7:36 am Post subject: |
|
|
| ShadoX wrote: | | ok cheers sn4k3, do you know why the error i posted above is happening then if the plugin is working (i tried the metamod version too and it also fails to load) |
that happen in old su version 1.3 !!! that is the v1.4!!
in that version you must use event su_mysql !!
see at 1º post the command list!
| Code: | "sourceutilsevents"
{
"su_mysql"
{
"su_mysql_userid" "short" // Set Your Query "SELECT" Userid. Retured By su_mysql* <[Var]>
"su_mysql_status" "short" // 0 = Connection Fail | 1 = Query Fail | 2 = Sucessfull MySQL Job | 3 = Sucessfull MySQL Job With Returned Data
"su_mysql_data" "string" // Return Data Selected (SELECT *) (0 = No Select Command | OK = Finish Get All Data)
"su_mysql_db" "string" // db Used (0 = No db Used)
"su_mysql_cmd" "string" // Cmd Used
}
} |
_________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
ShadoX New User
Joined: 12 Jun 2006 Posts: 8
|
Posted: Thu May 31, 2007 8:30 pm Post subject: |
|
|
um...ok what? Sorry i don't understand
I'm using v1.4 stand alone version (i *tried* the metamode source v1.3 it fails with something about the linux binary missing or something) and it fails to load completely, the actual plugin its self fails to load with the error
| Quote: | | Could not get IServerPluginCallbacks interface from plugin "../cstrike/addons/source_utils"Unable to load plugin "../cstrike/addons/source_utils" |
I don't see anything i can do, loading some mattie custom events isn't going to change the fact that the actual plugin doesn't load
Cheers, might just wait for this new version and go from there |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Fri Jun 01, 2007 6:34 am Post subject: |
|
|
| ShadoX wrote: | um...ok what? Sorry i don't understand
I'm using v1.4 stand alone version (i *tried* the metamode source v1.3 it fails with something about the linux binary missing or something) and it fails to load completely, the actual plugin its self fails to load with the error
| Quote: | | Could not get IServerPluginCallbacks interface from plugin "../cstrike/addons/source_utils"Unable to load plugin "../cstrike/addons/source_utils" |
I don't see anything i can do, loading some mattie custom events isn't going to change the fact that the actual plugin doesn't load
Cheers, might just wait for this new version and go from there |
you cant use the v1.3 version!!!
only the v1.4!! that version is only for VPS not work in MMS because mysql license
in v1.5 mm is avaliable _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
ShadoX New User
Joined: 12 Jun 2006 Posts: 8
|
Posted: Fri Jun 01, 2007 7:03 am Post subject: |
|
|
*sigh*
I AM using v1.4, the VPS version - the non mms version! and it doesn't work, it errors out on load with the error i've posted above.
Specifically i run the following command (This is the load command for Source to load the VPS file)
| Quote: | | plugin_load ../cstrike/addons/source_utils | and it returns | Quote: | | Could not get IServerPluginCallbacks interface from plugin "../cstrike/addons/source_utils"Unable to load plugin "../cstrike/addons/source_utils" |
I'm not sure how i can make it any clearer than that
Just completely forget about the fact that i even mentioned the mms v1.3 (i Tested it, i am not using it, perhaps you should remove the link to the file in the first post also) |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Fri Jun 01, 2007 12:15 pm Post subject: |
|
|
| ShadoX wrote: | *sigh*
I AM using v1.4, the VPS version - the non mms version! and it doesn't work, it errors out on load with the error i've posted above.
Specifically i run the following command (This is the load command for Source to load the VPS file)
| Quote: | | plugin_load ../cstrike/addons/source_utils | and it returns | Quote: | | Could not get IServerPluginCallbacks interface from plugin "../cstrike/addons/source_utils"Unable to load plugin "../cstrike/addons/source_utils" |
I'm not sure how i can make it any clearer than that
Just completely forget about the fact that i even mentioned the mms v1.3 (i Tested it, i am not using it, perhaps you should remove the link to the file in the first post also) |
lol i think i build that plugin using sourcemm !!
try load plugin using
meta load "addons/source_utils"
if it load as mm plugin i build that wrong but will work at same  _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
ShadoX New User
Joined: 12 Jun 2006 Posts: 8
|
Posted: Fri Jun 01, 2007 9:36 pm Post subject: |
|
|
Hey yes that worked, lol
Cheers, maybe time to rename that link on the first page  |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Sat Jun 02, 2007 5:52 am Post subject: |
|
|
| ShadoX wrote: | Hey yes that worked, lol
Cheers, maybe time to rename that link on the first page  |
nop i only realse v1.4 for resolve linux dont load error
because im resolving mysql GPL wait a few for next version _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Sat Jun 02, 2007 3:31 pm Post subject: |
|
|
New Version!!!
v1.5 [2/6/07]
- added GeoIp Functions (http Theared only)
- added netinfo functions (allow get ip/ping/timeouts ...)
- added MapFind allow search maps on server
- added 'addons/sourceutils/tools' folder
- added 'su_tools_folder' cvar to know Source Utils Tools Path
- added 'su_dedicatedserver' cvar to know If Server Is Dedicated
- added 'su_freelib_version' cvar to know Source Utils FreeLib Version
- added 'su_freelib_license' cvar to know Source Utils FreeLib License (GPL)
- realsed SourceUtils FreeLib Source Code
- change all source utils bin/folder files
- change mysql userids increase type
- fixed bin files (linux)
- fixed mysql license (GPL)
-------
I recomend to old source utils user remove all old source utils files before install that new
if you dont remove server will work and source utils too but you will stay with more files (unecessary) on your server _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Mon Jun 04, 2007 2:07 pm Post subject: |
|
|
hi sn4k3
can this plugin write to eks reserve slots,
eks, a support members buy vip via paypal.
paypal send the informations to my mysqldatabase, and then it be send to the server and writed in..
are this possible with this plugin
Wirdh, |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Mon Jun 04, 2007 2:40 pm Post subject: |
|
|
| wirdh wrote: | hi sn4k3
can this plugin write to eks reserve slots,
eks, a support members buy vip via paypal.
paypal send the informations to my mysqldatabase, and then it be send to the server and writed in..
are this possible with this plugin
Wirdh, |
you can do a mysql db but you cant know if player pay or not _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Mon Jun 04, 2007 3:10 pm Post subject: |
|
|
| can this plugin WRITE to eks slotsreserve.txt? automatic with commands from a database |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Mon Jun 04, 2007 4:12 pm Post subject: |
|
|
| wirdh wrote: | | can this plugin WRITE to eks slotsreserve.txt? automatic with commands from a database |
you can use with eventscripts
but in next version you can write/get data from files _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Tue Jun 05, 2007 2:45 am Post subject: |
|
|
what commands shall i use to get this plugin to write =) with evenstricps
and when you next version come ? |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
Posted: Tue Jun 05, 2007 5:08 am Post subject: |
|
|
| wirdh wrote: | what commands shall i use to get this plugin to write =) with evenstricps
and when you next version come ? |
depend in what you want to do if you want use mysql you need use su_mysql command with su_mysql event _________________ My Plugins:
SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs. |
|
| Back to top |
|
 |
wirdh New User
Joined: 04 Jun 2007 Posts: 9
|
Posted: Tue Jun 05, 2007 5:22 am Post subject: |
|
|
| how to make that event, sry but can't scritp plugins =( |
|
| Back to top |
|
 |
sn4k3 Regular

Joined: 10 Sep 2005 Posts: 178 Location: Portugal
|
|
| Back to top |
|
 |
|