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

[EXTENSION] cURL & Hash


Post New Thread Reply   
 
Thread Tools Display Modes
Delusional.
Junior Member
Join Date: Mar 2015
Old 06-12-2015 , 14:56   Re: [EXTENSION] cURL & Hash
Reply With Quote #141

No errors in console, it just lists the loaded extensions.
Code:
] sm exts load curl.ext.so
 "Automatic Updater" (1.7.2-dev+5201) by AlliedModders LLC: Updates SourceMod gamedata files
 "Webternet" (1.7.2-dev+5201) by AlliedModders LLC: Extension for interacting with URLs
 "CS Tools" (1.7.2-dev+5201) by AlliedModders LLC: CS extended functionality
 "BinTools" (1.7.2-dev+5201) by AlliedModders LLC: Low-level C/C++ Calling API
 "SDK Tools" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Tools
 "Top Menus" (1.7.2-dev+5201) by AlliedModders: Creates sorted nested menus
 "Client Preferences" (1.7.2-dev+5201) by AlliedModders: Saves client preference settings
 "SQLite" (1.7.2-dev+5201) by AlliedModders LLC: SQLite Driver
 "SDK Hooks" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Hooks
 "GeoIP" (1.7.2-dev+5201) by AlliedModders LLC: Geographical IP information
To see more, type "sm exts 11"
The only thing concerning this in the logs is:
Code:
[SM] Unable to load plugin "tEasyFTP.smx": Required extension "curl" file("curl.ext") not running
Delusional. is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 06-12-2015 , 15:15   Re: [EXTENSION] cURL & Hash
Reply With Quote #142

@Malak101, it's windows -> https://forums.alliedmods.net/showpo...&postcount=140
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
Malak101
Member
Join Date: May 2009
Old 06-12-2015 , 17:37   Re: [EXTENSION] cURL & Hash
Reply With Quote #143

Quote:
Originally Posted by Delusional. View Post
No errors in console, it just lists the loaded extensions.
Code:
] sm exts load curl.ext.so
 "Automatic Updater" (1.7.2-dev+5201) by AlliedModders LLC: Updates SourceMod gamedata files
 "Webternet" (1.7.2-dev+5201) by AlliedModders LLC: Extension for interacting with URLs
 "CS Tools" (1.7.2-dev+5201) by AlliedModders LLC: CS extended functionality
 "BinTools" (1.7.2-dev+5201) by AlliedModders LLC: Low-level C/C++ Calling API
 "SDK Tools" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Tools
 "Top Menus" (1.7.2-dev+5201) by AlliedModders: Creates sorted nested menus
 "Client Preferences" (1.7.2-dev+5201) by AlliedModders: Saves client preference settings
 "SQLite" (1.7.2-dev+5201) by AlliedModders LLC: SQLite Driver
 "SDK Hooks" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Hooks
 "GeoIP" (1.7.2-dev+5201) by AlliedModders LLC: Geographical IP information
To see more, type "sm exts 11"
The only thing concerning this in the logs is:
Code:
[SM] Unable to load plugin "tEasyFTP.smx": Required extension "curl" file("curl.ext") not running

Quote:
Originally Posted by Bara View Post
My bad, try:
Code:
sm exts load curl.ext.dll
Malak101 is offline
Delusional.
Junior Member
Join Date: Mar 2015
Old 06-13-2015 , 10:41   Re: [EXTENSION] cURL & Hash
Reply With Quote #144

Quote:
Originally Posted by Malak101 View Post
My bad, try:
Code:
sm exts load curl.ext.dll
Code:
] sm exts load curl.ext.dll
 "Automatic Updater" (1.7.2-dev+5201) by AlliedModders LLC: Updates SourceMod gamedata files
 "Webternet" (1.7.2-dev+5201) by AlliedModders LLC: Extension for interacting with URLs
 "CS Tools" (1.7.2-dev+5201) by AlliedModders LLC: CS extended functionality
 "BinTools" (1.7.2-dev+5201) by AlliedModders LLC: Low-level C/C++ Calling API
 "SDK Tools" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Tools
 "Top Menus" (1.7.2-dev+5201) by AlliedModders: Creates sorted nested menus
 "Client Preferences" (1.7.2-dev+5201) by AlliedModders: Saves client preference settings
 "SQLite" (1.7.2-dev+5201) by AlliedModders LLC: SQLite Driver
 "SDK Hooks" (1.7.2-dev+5201) by AlliedModders LLC: Source SDK Hooks
 "GeoIP" (1.7.2-dev+5201) by AlliedModders LLC: Geographical IP information
To see more, type "sm exts 11"
Seems really weird, that it just lists the extensions.
Delusional. is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-13-2015 , 10:46   Re: [EXTENSION] cURL & Hash
Reply With Quote #145

It's a server command. You need to run it on the server.
__________________
asherkin is offline
Delusional.
Junior Member
Join Date: Mar 2015
Old 06-13-2015 , 10:59   Re: [EXTENSION] cURL & Hash
Reply With Quote #146

Quote:
Originally Posted by asherkin View Post
It's a server command. You need to run it on the server.
Oh, sorry about that one. That returned this message:
Code:
] rcon sm exts load curl.ext.dll
[SM] Loaded extension curl.ext.dll successfully.
However, I've tried making it autoload the extension without success. I read about to .autoload files, that didn't work for me though.
Delusional. is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 06-14-2015 , 02:48   Re: [EXTENSION] cURL & Hash
Reply With Quote #147

Quote:
Originally Posted by Delusional. View Post
Oh, sorry about that one. That returned this message:
Code:
] rcon sm exts load curl.ext.dll
[SM] Loaded extension curl.ext.dll successfully.
However, I've tried making it autoload the extension without success. I read about to .autoload files, that didn't work for me though.
do a
rcon sm exts list

To me it looks like you do not have this installed:

Quote:
the windows version should install the following package (thanks Thrawn2 to figure out)
Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update
http://www.microsoft.com/download/en....aspx?id=26347
Make sure you do the x86 version.
__________________

Last edited by versatile_bfg; 06-14-2015 at 19:19.
versatile_bfg is offline
Delusional.
Junior Member
Join Date: Mar 2015
Old 06-16-2015 , 11:43   Re: [EXTENSION] cURL & Hash
Reply With Quote #148

Quote:
Originally Posted by versatile_bfg View Post
do a
rcon sm exts list

To me it looks like you do not have this installed:
Make sure you do the x86 version.
Code:
[14] <FAILED> file "curl.ext.dll": The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
I don't host this server myself.
I guess my host doesn't have the correct software to run this.

Last edited by Delusional.; 06-16-2015 at 11:45.
Delusional. is offline
versatile_bfg
Veteran Member
Join Date: Feb 2012
Old 06-17-2015 , 02:59   Re: [EXTENSION] cURL & Hash
Reply With Quote #149

Quote:
Originally Posted by Delusional. View Post
Code:
[14] <FAILED> file "curl.ext.dll": The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
I don't host this server myself.
I guess my host doesn't have the correct software to run this.
See if they can install this:
Quote:
the windows version should install the following package (thanks Thrawn2 to figure out)
Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update
http://www.microsoft.com/download/en....aspx?id=26347
Make sure they do the x86 version.
__________________
versatile_bfg is offline
IceCucumber
Member
Join Date: Dec 2011
Old 07-01-2015 , 08:27   Re: [EXTENSION] cURL & Hash
Reply With Quote #150

Is this compatible with SM 1.7?

Trying to compile the example files, I get a bunch of
Quote:
error 178: cannot coerce char[] to any[]; storage classes differ
IceCucumber 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 09:36.


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