Search found 21 matches
- Wed May 30, 2012 2:04 am
- Forum: Off-Topic
- Topic: Diablo III
- Replies: -1
- Views: 10122
Re: Diablo III
yeee... i have DIII and what i can say "It is realy good". Long time i thinked why d3 have 2005 games graphics (it is exemple), maybe cuz d3 will be and console game. But game realy charms you in story line and item hunts. 2morrow should be ready real money aukcion, so we will see what hap...
- Wed May 09, 2012 1:07 am
- Forum: Misc
- Topic: The woman in black
- Replies: -1
- Views: 5520
Re: The woman in black
ma bad :| NOT evil.. but Devil inside :) one thinking second writing... http://www.youtube.com/watch?v=OyT7xMPurgw check it.. I think good horror movie is that if u after movie still thinking about it. Whats realy crap is "horror movie" The Woman i think it was crapest film from all wich i...
- Tue May 08, 2012 10:28 am
- Forum: Misc
- Topic: The woman in black
- Replies: -1
- Views: 5520
Re: The woman in black
OW cmon Halls, this movie is not so bad a little bit ghost,a bit mystic,a bit have the secrets:) Sure yesterday i watched Evil inside, this movie is realy horror and more better for lady in black..
And sure, everyone different understand horror movies
And sure, everyone different understand horror movies

- Sun May 06, 2012 1:57 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083364
Re: Video#5
Check error, it sayed something wrong with ')' so: should be: <?php include 'connect.php'; session_start(); if (isset($_SESSION['player'])) { $player=$SESSION['player'])) } else { echo "Not Logged in <br><br> <A href=' login.php'>Login</a>"; exit; } and the same problem in authenticate.php...
- Sat May 05, 2012 6:09 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083364
Re: Video#5
try change something, cuz then u have "else" its working in {} for exemple, first check if code and if its not true check else.. <?php include_once 'connect.php'; session_start(); if (isset($_SESSION['player'])) ( $player=$_SESSION['player']; ) else ( echo "Not Logged in<br><br> <A hr...
- Sat May 05, 2012 7:11 am
- Forum: Advanced MMO Framework
- Topic: Advanced MMO Framework Video #3
- Replies: -1
- Views: 12090
Re: Video 3
it was wow... This can save you time so you do not copy or rewrite constants and other data .. Nice video!
- Thu May 03, 2012 6:43 am
- Forum: Beginner Help and Support
- Topic: how to delete row from table what i wanna?[solved]
- Replies: -1
- Views: 3630
Re: how to delete row from table what i wanna?
wow its working! thank you very much!
- Tue May 01, 2012 5:49 am
- Forum: General Development
- Topic: Back to game development
- Replies: -1
- Views: 6194
Re: Back to game development
Good luck, Halls 

- Mon Apr 30, 2012 12:20 pm
- Forum: Beginner Help and Support
- Topic: how to delete row from table what i wanna?[solved]
- Replies: -1
- Views: 3630
Re: how to delete row from table what i wanna?
yes, u r correct.
for exemple i wanna sell potion for 10 gold, but code sell for 12 gold, always first line from top.

- Mon Apr 30, 2012 12:46 am
- Forum: Beginner Help and Support
- Topic: how to delete row from table what i wanna?[solved]
- Replies: -1
- Views: 3630
how to delete row from table what i wanna?[solved]
Hey, i tried make selling system, but i stuck cuz always, when i pushed button sell item, this ma code sell first item in table not that what i realy wanna sell in shop.. Where i made mistake? <?php include_once 'connect.php'; session_start(); include_once 'logo.php'; ?> <link href="style.css&q...