Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kingW3

Pages: 1 [2] 3
16
Feedback / Vampirism/Custom ladder
« on: February 26, 2012, 16:57 »
I guess there are a lot of people playing vampirism(mostly fire),i know a lot of people who play it(i have almost full fl but a lot of them changed their accs...).
I could code some of commands to

17
Programming / [PHP]Statistics from sql
« on: February 14, 2012, 22:45 »
Hi guys i'm making tutorial how to make statistics from mysql data,for example i'll use someone's post count
As first we should do a mysql_querry to get the data
$a mysql_query("SELECT posts FROM smf_members WHERE name = "kingW3"");
Here $a is a variable which we will use later
Now if we wan't error reporting in case it doesn't works
if (!$a) {
    echo &
#39;Could not run query: ' . mysql_error();
    
exit;

Now we asked computer is $a false(exclamation mark defines it as false) if it's false than it will echo Could not run query and mysql_error and quit.After that we should get the data from $a variable for that we will gonna use mysql_fetch_row
$b mysql_fetch_row($a);

Now you should do the same just use another name instead of kingW3

<?php
$c 
mysql_query("SELECT posts FROM smf_members WHERE name = "Icypig"");
if (!
$c) {
    echo &
#39;Could not run query: &#39; . mysql_error();
    
exit;
}
$f mysql_fetch_row($c);
?>

Now we can compare post count
echo $f[0] - $b[0// [0] is used because it&#39;s the first thing in the select for example if we used posts and id,id would be selected with [1]
Now this should output the substractin of icypig's post count and mine post count
If you doesn't understand some part or have problems with this code pm me

19
Offtopic / Internet Protest SOPA/PIPA
« on: January 18, 2012, 23:12 »
Read this http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Learn_more
You probably noticed wiki display those links about SOPA and PIPA after reading what is it i'm against it what about you guys?

20
Music / Taking the hobbits to isengrad
« on: October 15, 2011, 19:13 »

If you have guts to watch it 10 hours xd

21
SOTW / SOTW #14 Voting
« on: June 25, 2011, 00:44 »
iLLuSioNer





Dr.k





G___R___E___E___D





[GER]S.T.A.R

22
Humor / Javatar
« on: June 21, 2011, 16:56 »

23
Offtopic / Team A vs Team B
« on: June 17, 2011, 20:40 »
Team A vs Team B
Team A:Includes players that nick starts whit A C E G I K M O Q S U V W
Team B:Includes players that nick starts whit B D F H J L N P R T X Y Z
Team A add (+) 2 to previous post
Team B decrease (-) 2 to previous post
If it reach 200 than team A is the winner
If it reach 0 than team B is the winner
Users that start whit number are in Team A
Users that start whit sign are in Team B
Don't post 2 times in row
Every your next post needs to have at least 3 dash (example my post is 1. than my post should be 5.)
102

24
Offtopic / about rayman
« on: June 17, 2011, 18:13 »
If anyone knows some link to download rayman 2 revolution ps2(playstation 2)  pm me(can be torrent).
Anyone played old rayman it's still an epic game even i played it on windows 98.Thanks

25
Graphics / Video guides
« on: June 11, 2011, 20:33 »
Can anyone recommend me any guide for aae?I would like too start making videos

26
Feedback / Upload List
« on: May 03, 2011, 19:04 »
Uploading map was on last site http://stats.playdota.eu/upload/upload.php doesn't work can you fix it?

27
Offtopic / Congratulations to GER Star
« on: April 13, 2011, 20:24 »
gj for promotion as you are and will be most active nolifer moderator :D

28
Suggestion Board / about rules
« on: March 16, 2011, 18:02 »
will you delete this

                                 - User is not allowed to use !rmk more than once in 5 mintues
                                 - User is not allowed to use !checkban more than once in 5 mintues                                                           
                                 - User is not allowed to use !votekick more than once in 5 mintues
Player is allowed to use leaver in the game, but it is forbidden to feed opponent with him on purpose;
NOTE: Abusing ban command is not allowed.
 NOTES: If number of players in the opposing team is greater than 3 players and the game mode includes -so (-switchon) you are free to leave the game without ban;
               If number of players in the opposing team is greater then 2 players and the game mode does not include -so (-switchon) you are free to leave the game without ban;
there is autoban command

29
Feedback / screenshoot take
« on: February 06, 2011, 00:11 »
"If a player suspect someone is maphacking the player that is suspected needs to take a screenshot"

30
General Discussions / i don't have my stats
« on: December 08, 2010, 19:03 »
i didn't got stats for that game whit void

Pages: 1 [2] 3