[Plugin] [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!)
#1

Hello,

I want to release this little plugin, which is doing not much, but downloading websites (synchron) so I can use them inside of the samp-server.

pwncurl 0.1
o Download (22KB)

Usful addons
o urlencode (pwn, useful for encoding parameters in url)

HELP needed!
_________________________________________________
Currently I can only provide a pwncurl.so (for linux) and the source code, since I was not able to compile it on windows, yet. I would like to compile it on mingw-environment or something like that, to have no dependency to the visual studio runtime environment.
--> Ticket#2 precompiled pwncurl.dll for windows is not available, yet
Experimental Windows Versions available by Killerkid. & JeNkStAX.
_________________________________________________

What for?
Initially I made this for my clientside anticheat-protection to coordinate the servers, but I guess one could implement an automated filterscript/gamemode version detection by using this . Or dictionary services? No idea what's all possible, if you have access to websites content from ingame! If you need _more_ then please check out Boylett's xSockets instead.

Example
Код:
 new uri[255];
 format(uri, 255, "%s", "http://example.org");
 new content[1024];
 pwncurl_get(uri,content,1024);
 printf("Content of uri %s is %s", uri, content);
Regards,
DracoBlue
Reply


Messages In This Thread
[REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by DracoBlue - 07.04.2009, 13:07
Re: [REL] pwncurl 0.1 (download websites with pawn) - by gijsmin - 07.04.2009, 13:13
Re: [REL] pwncurl 0.1 (download websites with pawn) - by mako - 07.04.2009, 14:58
Re: [REL] pwncurl 0.1 (download websites with pawn) - by lavamike - 07.04.2009, 15:15
Re: [REL] pwncurl 0.1 (download websites with pawn) - by DracoBlue - 07.04.2009, 15:39
Re: [REL] pwncurl 0.1 (download websites with pawn) - by boylett - 07.04.2009, 15:55
Re: [REL] pwncurl 0.1 (download websites with pawn) - by Killerkid - 07.04.2009, 16:39
Re: [REL] pwncurl 0.1 (download websites with pawn) - by DracoBlue - 08.04.2009, 10:42
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by CracK - 11.04.2009, 12:37
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by max007 - 11.04.2009, 18:38
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by gijsmin - 11.04.2009, 18:48
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by Eraz0r - 13.04.2009, 11:45
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by CracK - 13.04.2009, 12:27
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by ICECOLDKILLAK8 - 13.04.2009, 13:54
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by DMSOrg - 16.04.2009, 20:17
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by DracoBlue - 17.04.2009, 10:54
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by CracK - 17.04.2009, 15:15
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by Amit_B - 17.04.2009, 15:54
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by max007 - 17.04.2009, 19:03
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by DracoBlue - 17.04.2009, 19:09
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by ICECOLDKILLAK8 - 17.04.2009, 20:02
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by 1337connor - 25.04.2009, 01:58
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by DMSOrg - 25.04.2009, 02:07
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by yom - 26.04.2009, 07:53
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by mysan - 27.04.2009, 20:38
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by DracoBlue - 28.04.2009, 07:34
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by mysan - 29.04.2009, 10:50
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile neede - by HB - 30.04.2009, 18:45
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by Gamer_Z - 29.08.2010, 11:45
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by Calgon - 29.08.2010, 11:48
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by RyDeR` - 04.09.2010, 10:35
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by Hitman-97- - 14.04.2011, 09:10
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by [03]Garsino - 14.04.2011, 12:45
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by Zh3r0 - 14.04.2011, 13:00
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by [03]Garsino - 14.04.2011, 13:10
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by [ADC]Aldi96 - 22.04.2011, 07:33
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by Kwarde - 22.04.2011, 15:33
AW: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by asdfgh98 - 09.08.2011, 09:01
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by Gamer_Z - 09.08.2011, 10:14
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by max_richards - 09.08.2011, 11:26
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by Gamer_Z - 09.08.2011, 15:35
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by max_richards - 09.08.2011, 16:05
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by LZLo - 09.08.2011, 17:14
Re: [REL] pwncurl 0.1 (download websites with pawn) (help with win-compile needed!!) - by richardcor91 - 01.09.2012, 15:53

Forum Jump:


Users browsing this thread: 1 Guest(s)