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

Showing results 1 to 25 of 487
Search took 0.01 seconds.
Search: Posts Made By: KoST
Forum: Off-Topic 12-05-2008, 16:26
Replies: 46
Views: 31,492
Posted By KoST
Re: SteamFriends2Web BETA

basically yes. except i'm not parsing any html.
i'm using pythons xml.dom.minidom to parse the xml i'm getting from valve.

here is an example for STEAM_0:0:1:
Forum: Off-Topic 11-27-2008, 18:11
Replies: 46
Views: 31,492
Posted By KoST
Re: SteamFriends2Web BETA

@rodregis:
http://steam064.appspot.com/img/STEAM_0:1:16651803 (http://steam064.appspot.com)

@chesters25:
http://steam064.appspot.com/img/STEAM_0:0:20227640 (http://steam064.appspot.com)

you...
Forum: Approved Plugins 11-27-2008, 13:24
Replies: 148
Views: 94,614
Posted By KoST
Re: CrossServer-AdminChat v2.0.3 (Jun 25, 2006)

@Steve-o||[^]:
dont use master server with a webserver, it is a standalone program !

@Seehank:
go to line 287:

change:
if (txt[0]!='!') return PLUGIN_CONTINUE

to:
Forum: Off-Topic 11-27-2008, 12:59
Replies: 16
Views: 32,505
Posted By KoST
Re: SteamPNG BETA Steam Status as Image

i'd like to, but it isn't possible to include the avatar icon into the image since the 'image' is actually a 'chart' produced by google chart api and there is no way to load external images into the...
Forum: Off-Topic 11-27-2008, 00:14
Replies: 16
Views: 32,505
Posted By KoST
SteamPNG BETA Steam Status as Image

Hello !

i need some beta testers to help me test SteamPNG BETA,
which allows you to display online/offline/in-game status of steam users.

this application is written in python running on...
Forum: Off-Topic 07-04-2008, 03:07
Replies: 46
Views: 31,492
Posted By KoST
Re: SteamFriends2Web BETA

thanks to all for your positive feedback !


currently i am working on a new version that supports images.

with the image format it should be no problem to put it in a forum signature for...
Forum: Snippets and Tutorials 06-26-2008, 05:40
Replies: 358
Views: 549,337
Posted By KoST
Re: Convert STEAMID to Steam Community ID

here is anoter solution which requires no installation on the webserver. just insert a line of html to make it work.

http://forums.alliedmods.net/showthread.php?t=73268
...
Forum: Off-Topic 06-26-2008, 02:45
Replies: 46
Views: 31,492
Posted By KoST
SteamFriends2Web BETA

after playing around a bit with google app engine(gae) i decided to make a little tool that enables you to easily display Steam Friends status of users on your website/forum. (no javascript...
Forum: Snippets and Tutorials 02-18-2008, 16:28
Replies: 358
Views: 549,337
Posted By KoST
Re: Convert STEAMID to Steam Community ID

there u go..

<?php
$friendid="nnnnnnnnnnnnnnnnn";
if (substr($friendid,-1)%2==0) $server=0; else $server=1;
$auth=bcsub($friendid,'76561197960265728');
...
Forum: Snippets and Tutorials 02-13-2008, 19:58
Replies: 358
Views: 549,337
Posted By KoST
Re: Convert STEAMID to Steam Community ID

here is my original code:
<?php

function get_steam_stats($id){

$mc=new Memcache;
if (!$mc->connect('localhost', 11211)) return false;

$ret=$mc->get('xd'.$id);
if...
Forum: Off-Topic 05-24-2007, 10:34
Replies: 7
Views: 2,380
Posted By KoST
Forum: Off-Topic 05-23-2007, 17:34
Replies: 7
Views: 2,380
Posted By KoST
Re: Quine (self-replicating program) in amxx

yeah, sawce aroused my interest :wink:
Forum: Off-Topic 05-23-2007, 02:14
Replies: 7
Views: 2,380
Posted By KoST
Re: Quine (self-replicating program) in amxx

it doesn't loop, it just outputs its source code to server console.
if you now copy & paste the output to a new sma file and compile it you will get the exact same result again.
Forum: Off-Topic 05-23-2007, 01:40
Replies: 7
Views: 2,380
Posted By KoST
Quine (self-replicating program) in amxx

this little amxx script outputs its own source..
#include <amxmodx>
new s[]="#include <amxmodx>%cnew s[]=%c%s%c;public plugin_init()server_print(s,10,34,s,34)";public...
Forum: Off-Topic 05-18-2007, 17:00
Replies: 25
Views: 5,480
Posted By KoST
Re: Turtle Vs. Cat

Tortoise chasing a tomato:

http://www.youtube.com/watch?v=h_N_rjkdcKU
Forum: Off-Topic 05-18-2007, 16:50
Replies: 46
Views: 9,055
Posted By KoST
Re: What's your biggest fear?

http://www.youtube.com/watch?v=sgaLxD3wu6M

:shock:
Forum: Approved Plugins 04-17-2007, 14:37
Replies: 660
Views: 789,450
Posted By KoST
Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --

you could try this version from Seather:
http://forums.alliedmods.net/showpost.php?p=205150&postcount=95

i don't play dod, so i don't know if it works and i don't support it, but you can try..
Forum: Approved Plugins 04-17-2007, 00:04
Replies: 660
Views: 789,450
Posted By KoST
Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --

yeah maybe, i never used hltv (nor in conjunction with esp). if i have some time i'll try this...



1. dowload plugin source code:...
Forum: Approved Plugins 04-16-2007, 13:07
Replies: 36
Views: 34,791
Posted By KoST
Re: Show GeoIP

the geoip database does not cover all possible ips, so you get an error each time there is no entry for the specific ip of that player in the database.

http://www.maxmind.com/app/geoip_country
Forum: Approved Plugins 04-14-2007, 13:10
Replies: 660
Views: 789,450
Posted By KoST
Re: Admin Spectator ESP v1.3 (05/06/06) -- stable release --

look at 'esp_settings' command, you can execute 'servercmd esp_settings 1111111101' (default) from hltv console.. (should work, didn't test it)

...
Forum: Off-Topic 04-03-2007, 20:47
Replies: 3
Views: 1,421
Posted By KoST
Forum: Scripting Help 01-24-2007, 04:43
Replies: 8
Views: 2,311
Posted By KoST
Re: Invisible CVAR.

click here (http://www.amxmodx.org/funcwiki.php?search=register_cvar&go=search)

FCVAR_SPONLY This cvar cannot be changed by clients connected to a multiplayer server.
Forum: Suggestions / Requests 01-23-2007, 18:17
Replies: 14
Views: 3,593
Posted By KoST
Re: help please..

No, I don't know of any such plugin.
Forum: Off-Topic 01-12-2007, 20:56
Replies: 23
Views: 5,924
Posted By KoST
Re: Snow Day!!

haha, yea did me take a while to shovel :x
Forum: Off-Topic 01-12-2007, 20:46
Replies: 23
Views: 5,924
Posted By KoST
Re: Snow Day!!

this reminds me of last year
http://img136.**************/img136/7132/cimg0448hc6.jpg
Showing results 1 to 25 of 487

 
Forum Jump

All times are GMT -4. The time now is 20:12.


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