
iSOS
Members-
Posts
152 -
Joined
-
Last visited
Never -
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by iSOS
-
DeadlyKillah - A progressive game soon to be finished
iSOS replied to Haunted Dawg's topic in Game Projects
I've seen the inside, it's 100% mccodes, and everyone else who has seen it agrees! -
cleanup sql help needed with comment table
iSOS replied to seduction city's topic in MySQL, Oracle, Postgress or other DB
[mysql]mysql_query("DELETE FROM `comments` WHERE (`cm_to` > 30)");[/mysql] I think that's what ya looking for. -
I thought someone would have mentioned this. I bet you haven't set the "weapon" value to anything other than 0. :huh:
-
1. Zed Main Page - MakeWebGames17,720 2. Equinox Main Page - MakeWebGames 13,760 Bam! EDIT: 1.Zed 20,190 2.Zed 17,720 EDIT 2: 1.Zed 22,890 2.Zed 20,190 3.Zed17,720
-
Hi, I'm looking for either a partner to start on our own project or to join an existing team. I can offer: (x)HTML,CSS,JAVASCRIPT,AJAX,MYSQL,PHP programming. I have no strict requirements as to who I'll partner/join but I'll list a few positives. Trustworthy. (MAJOR!) Willing to commit time where needed. Some kind of 'skill' whether that be in art & design or programming, or even management and ideas. Means of contact whether that be MSN,email,phone ect ect This project *will not* use mccodes in anyway shape or form. Please PM me or post here if interested. =) (I think thats it, if i've missed something post here and tell me, i've had a few beers lols.) (edit: Just to note the only code of mine from here is pretty old so pretty useless looking at that for new code. xD)
-
Very possible.
-
In theory wouldn't mankind inhabit the moon before mars? But the images are sweeeeeettttt!
-
Not sure if known but this site is selling mccodes.
iSOS replied to furn355's topic in General Discussion
Lol, they are pretty stupid. -
If you have a game being built but set back because of time troubles, why not get a developer on the team with you? - If you provided abit of financial backing once the game was in a credible stage, maybe that would also be a credible proposition for developers.
-
Your name suggests your an "mccodes developer", obviously not lol. Check your crons, mainly "cron_minute.php", it isn't working correctly, OR your host doesn't support crons.
-
Auto Mail + Username change add on ....
iSOS replied to VitalEnd's topic in Requests & In Production
Add this in the name change function in preferences. $nCheck = mysql_query("SELECT `userid` FROM `users` WHERE (`username`= '".mysql_real_escape_string(strip_tags($_POST['ENTERVALUEHERE']))."')"); if(mysql_num_rows($nCheck)) { echo ('This username has been taken, please try again. <a href = "preferences.php">Go Back</a>'); exit($h->endpage()); } Hasn't been tested, just wrote it here, make sure to change the "$_POST['ENTERVALUEHERE']" in the query to the actual value as I don't have mccodes. -
I for one favour this idea...
-
That fails so bad. All you're doing is stripping slashes if magic_quotes is turned on, where is the "security". The "integer" functions are a little better though, But I do believe I've seen them round here before.
-
Or me...o.O
-
Looks okay, I see one potential problem, the "look()" function you need to sanatize the "$_GET['ID'].". =)
-
This is the 4th game in 3 day's I've seen with the exact same header, just different colors lol.
-
I'd personally use this, no need for a function per game just do it all in 1. <?php /// Created By MDK666 - June 6th, 2010 /// Jail, Hospital Addition By: Brad /// From: MWG Forums - [url]Http://makewebgames.io/[/url] /// /// *** Warning *** /// Do not remove this copyright, without authorization from the sole creator/s. /// Do not sell, re-sell, re-produce, tamper, other then in adding games or modifing the original file, /// to add more details, upgrading php version, or using it for your own creation. /// *** Warning End *** include($_SERVER['DOCUMENT_ROOT'] . '/globals.php'); /// Arcade Title. if(isset($_GET['action'])) { if(!in_array($_GET['action'], array('bejeweled','blackjack','chess','ewoks','pacman','poker','streetfighter'))) { echo ('An error has occured, please go back and try again.'); exit($h->endpage()); } echo ('<div style = "text-align:center;">Welcome '.$ir['username'].' to '.$_GET['action'].' '); $Width = array('bejeweled' => 499, 'blackjack' => 500, 'chess' => 500, 'ewoks' => 500, 'pacman' => 470, 'poker' => 500, 'streetfighter' => 500); $Height = array('bejeweled' => 355, 'blackjack' => 500, 'chess' => 500, 'ewoks' => 500, 'pacman' => 470, 'poker' => 500, 'streetfighter' => 500); $File = array('bejeweled' => 'http://www.freegames4all.net/swf/Bejeweled.swf', 'blackjack' => 'http://www.freegames4all.net/swf/20323.swf', 'chess' => 'http://www.freegames4all.net/swf/21337.swf', 'ewoks' => 'www.freegames4all.net/swf/20295.swf', 'pacman' => 'www.zemnetmedia.com/games/pacman/pacmangame.swf', 'poker' => 'http://www.freegames4all.net/swf/20493.swf', 'streetfighter' => 'http://www.freegames4all.net/swf/20643.swf'); echo (' <object classid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'.$Width[$_GET['action']].'" height="'.$Height[$_GET['action']].'"> <param name="movie" value="'.$File[$_GET['action']].'"> <param name="quality" value="high"> <embed src="'.$File[$_GET['action']].'" width="'.$Width[$_GET['action']].'" height="'.$Height[$_GET['action']].'" align="center" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object> [url="arcade.php"][Go Back To The Arcade Home][/url]</div>'); } else { echo ('<h3>Arcade</h3>'); if($ir['jail'] != 0) ///Games Aloud In Jail { echo (' You cannot access the arcade, as your in jail you only can play these 2 games. <a href = "arcade.php?action=bejeweled">Bejeweled</a> <a href = "arcade.php?action=blackjack">BlackJack</a> [url="arcade.php?action=index"][Go Back To The Arcade Home][/url]'); } else if($ir['hospital'] != 0) ///Games Aloud In Jail { echo ('You cannot access the arcade, as your in the hospital you only can play these 2 games. [url="arcade.php?action=bejeweled"]Bejeweled[/url] [url="arcade.php?action=blackjack"]BlackJack[/url] [url="arcade.php?action=index"][Go Back To The Arcade Home][/url]'); } echo (' <div style = "text-align:center;">Welcome '.$ir['username'].' to the arcade. All these games are for fun and they will not give any money. <h3>Game List</h3> <table border = "0" class = "table"> <tr><td>[url="arcade.php?action=bejeweled"]Bejeweled[/url]</td></tr> <tr><td>[url="arcade.php?action=blackjack"]BlackJack[/url]</td> <tr><td>[url="arcade.php?action=chess"]3D Chess[/url]</td></tr> <tr><td>[url="arcade.php?action=ewoks"]Ewoks[/url]</td></tr> <tr><td>[url="arcade.php?action=pacman"]PacMan[/url]</td></tr> <tr><td>[url="arcade.php?action=poker"]Poker[/url]</td></tr> <tr><td>[url="arcade.php?action=streetfighter"]Street Fighter II[/url]</td></tr> </table> [url="explore.php"][Go Back To The City][/url] </div>'); } $h->endpage(); ?> Not tested but pretty sure it will work without errors.
-
Didn't need to be 'secured' in the first place 0.o, Don't have a clue why he'd say that... Anyway good job. =)
-
Lol, that's bullshit, look at the date on the press release "April 1st", that should tell anyone wondering xD
-
You're selling a free template, I haven't checked yet but I'm pretty sure that'll be against there licence conditions and TOS.
-
Just add this into .htaccess. ErrorDocument 404 /ErrorPage.html I don't fully understand what you want as your post doesn't make sence but If I'm thinking along the right lines it'll work, any time a user goes to a that file that doesnt exist it will re-direct them...
-
It looks good via the demo, well done! Could you give me $15k on your game so I can actually test it further, ID #222 Name: Zedd Thanks!
-
Erm, there is a point otherwise anyone with half a 'hacking' braincell could hack your site. 0.o But nevertheless good job.