-
Posts
785 -
Joined
-
Last visited
-
Days Won
55
Content Type
Profiles
Forums
Events
Everything posted by peterisgb
-
tldr; Illusions did not pass away: Original post: I was hoping to see a post on it but however no-one has done such a thing. Anyways, Its with real sad regret that one of our lovely members Illusions passed away on the 19th February this year. He was a well known modder on here with loads of great for the community. He will be missed, Bye illusions my friend. was great chatting to your earlier this years and sad that it was the last. R.I.P my friend.
-
Sure, Its https://www.androidian.net
- 30 replies
-
- 1
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
I've been working on a typical mccodes site for just under a year now, Was doing ok at first, working on a new template now.
- 30 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
ITS BACK!!! woop woop, And my account with all the mods i submitted are here, Wicked, Glad this site is back and glad to be back, Already see a few names here i know which is nice to see returning users here. Thanks Dave for getting the site back up.
-
Welcome back cronus, love your mods, good to see you back, as to great mccodes games, chaotic wars is still going well and strong.
-
ok i have been looking into HTML5 conversion, Yes this is possible and i have changed 1 game for testing purposes, So it is possible but this isn't an easy task and i will be here till at least the end of the year converting haha. Converting 1 basic flash game turns into just over 1 million characters :o
-
I know :( its a shame android and iOS don't support it. I am hopeful as time goes on it might do one day.
-
Hi, flash yes, i am working on going to html but its a slow process as i ain't an expert haha, I've had some issues with the input buttons am slowly getting through them, ty for reminding me :P I will Look into the length on a smaller screen soon to see how it looks. Thanks for bringing me to this issue with the demo account and now has been fixed. I plan to completely redesign the profiles at some point, just haven't had a good idea yet. As to permission these games are from open source flash sites. aslong as the logos remains in tack, which they do :)
-
Well the site isnt made for android/ios users. the phone systems don't support .swf files.
-
Why, That doesnt show on my phone, PC, tablet, and other friends on mine havent come across this issue, which means this isnt server side.
-
Hiya, i think its you as i dont see that on my phone. :S
-
Hi, Due to the core of my game is mccodes i think that it should still be valid to post here. Yes this is a kinda advertisement, I need more members, I don't know many people so this is mainly the first area of advertising. Anyway, Come check it out at http://the-arcadia.ga Come sign up, join in the games. Also, Please do let me know below what you think of the site, improvements or removal of not needed things :) There is a Demo account, You can find the info on the login page. Please note that this account has some limitations. Thanks for reading, Opinions welcome but please no need to be rude. ty
-
Jquery Inventory & Ajax Chat Room [Discount]
peterisgb replied to Zettieee's topic in Paid Modifications
Don't suppose you have a demo running with these? -
Not bad, i was thinking about something like this last night haha, Heres a recode for v2 <?php require "globals.php"; switch ($_GET['action']) { case 'adddo': add_to_do(); break; case 'adddosub': add_to_sub(); break; default: a_home(); break; } function a_home() { global $ir, $userid, $h, $c; if($ir['user_level'] >1) { $sql = sprintf("SELECT n.* FROM needsdone n ORDER BY status") or die(mysql_error()); echo "<table width='65%'><tr><th>List</th><th>Status</th></tr>"; $q = $db->query($sql); while($r = $db->fetch_rows($q)) { echo "<tr align='center'><td>{$r['doname']}</td><td>"; if ($r['status'] =='Complete') { echo "<font color='green'>{$r['status']}<\font>"; } else if ($r['status'] =='Started') {echo "<font color='yellow'>{$r['status']}<\font>"; } else { echo "<font color='Red'>{$r['status']}<\font>"; } Echo "</td></tr>"; } echo "<tr><th colspan='2' align='center'><a href='todo.php?action=adddo'>Add To List</a></th></tr></table>"; } else if($ir['user_level'] ==1) {echo "WHAT ARE YOU DOING! <br/>GET OUT NOW!!!!";} } function add_to_do() { echo "<table><tr><th>Add To The To Do List<\th><\tr> <tr><td align='center'><form action='todo.php?action=adddosub' method='post'> Name: <input type='text' name='name' /><br /> Status: <select type='dropdown' name='status'> <option value='Not Started'>Not Started</option> <option value='Started'>Started</option> <option value='Complete'>Complete</option></select><br/> <input type='submit' value='Add To List' /></form>"; } function add_to_sub() global $ir, $userid, $h, $c ; { if ($_POST['name'] == "") { echo "You did not fill out the form correctly"; } else if ($_POST['status'] == "") { echo "You did not fill out the form correctly"; } else { $db->query("INSERT INTO needsdone VALUES ('{$_POST['name']}', '{$_POST['status']}')") or die($db->error()); echo "Added to the to do list!<br/><Font color='grey'>~</font> <a href='todo.php'>back</a>"; } } $h->endpage(); ?> Not Tested.
-
oooooooooooooooo, my bad, i forgot the rest of the link, sorry everyone and thanks sniko for bringing it to my attention, i will edit the post now and place the correct link in now
-
How come you are including the config.php?
-
Ok u don't supply the main mod. Seanybob's arcade mod, but here is a staff panel page i made for it. The link so the code is http://the-arcadia.ga/staff_arcademod.php
-
Ok, i have added a download button so you can download games from the site, there is a catch, you have to play the games to be able to get points to download them, Thanks, There are now 137 as of this post.
-
Well after much searching around the net i have managed to fine a few sites with the arcade games on them, I have a few of them on my site now, and will soon add an option to download them, It isn't ready yet, but if you would like to check out some of the arcade games i have found you can check them out at http://www.the-arcadia.ga i will make a post of when i make the download option ready. ty
-
hmm, doesnt suppose anyone has a backup of all these 600 flash games?
-
No-one has worked on this?
-
so anyone done some work and chucked this on their game?. post link would love to see.
-
Optimizing the database stuff, explain, alot has changed since i left. ty for the nice attempt, so with the unnecessary if statements, what should of do instead? What do you mean by inline styling? I don't know how to properly do array logic, it confuses me and i get stuck, What do you mean constant defined in the middle of the script. functions that echo HTML, how else do i print something? print "? Yeah the staff options was abit rushed, That was the last thing i was working on before posting it up, Protection against staff SQL injections lol, ouch yeah i know, I've never quite got the hang of how to "secure stuff" reason why i don't run a game, just make crap lol. "Where's the classes? The extendibility? The awesome?!" explain, what awsome? the map is awsome and you can move around it and go into town and buy a house lol.
-
I am kinda hoping that because this is such a great mod and idea that someone might clean it up and post it back here to share, i've done most of the hardwork, as its now free, input and peoples changes and ideas posted backk :D
-
guys bug off with this lol. This thread is about my rubbish code with great ideas and potential, All comments about my map system please. Also if any of you have used this please post your updates here and i want this to be a communal project.