SourcePlugins Index SourcePlugins
All Plugins for Valve's Source - Hosted by Mattie
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Board Navigation
Home
Forum
Search

Plugins:
All Plugins
Mattie's Plugins

Web Tools:
VDF Creator

Randomness:
Flash game for CS:S
ThinkGeek PC Mods ThinkGeek Computing

Browse Source Plugins
[View all]
access(1) admin(7) anti-camp(3) anti-cheat(2) chat(2) clan(1) database(1) deathmatch(3) dods(2) international(1) leveling(1) lite(3) management(1) map-management(3) metamod(10) metaplugin(3) mod(3) models(1) perspective(1) players(1) popular(9) punishment(1) respawn(3) rpg(1) scheduling(1) scripting(4) sounds(6) source-code(4) special-effects(1) stats(3) user:McFly(1) war(1) weapons(5) web(1) zombie(1)

Who is Online

In total there are 3 users online :: 0 Registered, 0 Hidden and 3 Guests

Registered Users: None

[ View complete list ]


Most users ever online was 97 on Tue Aug 03, 2010 10:06 pm


Search

Advanced Search

[26/7/07] SourceUtils v1.6
  Description: Utils For All Source Games!
  Tags: scripting database
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    SourcePlugins Index -> Plugins and Addons List
View previous topic :: View next topic  
Author Message
ShadoX
New User


Joined: 12 Jun 2006
Posts: 8

PostPosted: Tue May 29, 2007 3:47 am    Post subject: Reply with quote

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
View user's profile Send private message



ShadoX
New User


Joined: 12 Jun 2006
Posts: 8

PostPosted: Thu May 31, 2007 3:54 am    Post subject: Reply with quote

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
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Thu May 31, 2007 5:16 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail MSN Messenger
ShadoX
New User


Joined: 12 Jun 2006
Posts: 8

PostPosted: Thu May 31, 2007 5:38 am    Post subject: Reply with quote

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
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Thu May 31, 2007 7:36 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail MSN Messenger
ShadoX
New User


Joined: 12 Jun 2006
Posts: 8

PostPosted: Thu May 31, 2007 8:30 pm    Post subject: Reply with quote

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 Sad

Cheers, might just wait for this new version and go from there
Back to top
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Fri Jun 01, 2007 6:34 am    Post subject: Reply with quote

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 Sad

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
View user's profile Send private message Send e-mail MSN Messenger
ShadoX
New User


Joined: 12 Jun 2006
Posts: 8

PostPosted: Fri Jun 01, 2007 7:03 am    Post subject: Reply with quote

*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
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Fri Jun 01, 2007 12:15 pm    Post subject: Reply with quote

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 Smile

_________________
My Plugins:

SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
ShadoX
New User


Joined: 12 Jun 2006
Posts: 8

PostPosted: Fri Jun 01, 2007 9:36 pm    Post subject: Reply with quote

Hey yes that worked, lol Razz

Cheers, maybe time to rename that link on the first page Razz
Back to top
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Sat Jun 02, 2007 5:52 am    Post subject: Reply with quote

ShadoX wrote:
Hey yes that worked, lol Razz

Cheers, maybe time to rename that link on the first page Razz


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
View user's profile Send private message Send e-mail MSN Messenger
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Sat Jun 02, 2007 3:31 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail MSN Messenger
wirdh
New User


Joined: 04 Jun 2007
Posts: 9

PostPosted: Mon Jun 04, 2007 2:07 pm    Post subject: Reply with quote

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
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Mon Jun 04, 2007 2:40 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail MSN Messenger
wirdh
New User


Joined: 04 Jun 2007
Posts: 9

PostPosted: Mon Jun 04, 2007 3:10 pm    Post subject: Reply with quote

can this plugin WRITE to eks slotsreserve.txt? automatic with commands from a database
Back to top
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Mon Jun 04, 2007 4:12 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail MSN Messenger
wirdh
New User


Joined: 04 Jun 2007
Posts: 9

PostPosted: Tue Jun 05, 2007 2:45 am    Post subject: Reply with quote

what commands shall i use to get this plugin to write =) with evenstricps


and when you next version come ?
Back to top
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Tue Jun 05, 2007 5:08 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail MSN Messenger
wirdh
New User


Joined: 04 Jun 2007
Posts: 9

PostPosted: Tue Jun 05, 2007 5:22 am    Post subject: Reply with quote

how to make that event, sry but can't scritp plugins =(
Back to top
View user's profile Send private message
sn4k3
Regular


Joined: 10 Sep 2005
Posts: 178
Location: Portugal

PostPosted: Tue Jun 05, 2007 9:44 am    Post subject: Reply with quote

wirdh wrote:
how to make that event, sry but can't scritp plugins =(

not plugins. use eventscripts

www.mattie.info/cs
www.eventscripts.com

_________________
My Plugins:

SourceUtils
Sn4k3 Plugin Template (SPT) -> Make your own plugin. Already include some funcs.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    SourcePlugins Index -> Plugins and Addons List All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4, 5  Next
Page 2 of 5
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB.