
CJ - Twitch
Members-
Posts
391 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by CJ - Twitch
-
Good work but it would be more original if you had used a custom API. : )
-
Oh cool stuff. :)
-
You like torn eh?
-
I'll do it. :D Mail me. ;)
-
Well it's just because of users without javascript. :P
-
Is ajax ok?
-
Wow great fucking work! :D
-
I will make some logins. Do you want them in v1 or v2? ^^
-
Wow great tutorial I really did learn alot. :D I have a few ideas. A Lite Media player. Something like winrar. A Lite PDF viewer. Just a few ideas. :P You could make a "Lite" collection.
-
PrisonLords Layout [Layered PSD] !FREE! + DESIGN TUTORIAL!
CJ - Twitch replied to a topic in Art and Content
I have this coded however It's for my engine, Looks great, ;) -
Nuke Wars - Post-Apocalyptic Browser Game
CJ - Twitch replied to MrGodfather's topic in Game Projects
Oh and you don't need all of them images for your site. -.- It can all be done with CSS! -
Nuke Wars - Post-Apocalyptic Browser Game
CJ - Twitch replied to MrGodfather's topic in Game Projects
Or even £2.99 for .co.uk domain.. -
http://tinyurl.com/lfcrh2 Try that out...
-
Just wow!, Is there any way I can contact you? May I have the PSD (to code it) and do you have the rights to us the guy?
-
I've been busy finding a place to live - I got kicked out of my old place and disowned by my mother 11 months ago - only just managed to find a decent place to live with internet access I'm just so damn happy you're back, Welcome back. :)
-
I voted no, This would prevent many people from earning money. Myself for example, I paid for a secure version of mccodes lite. The creators of McCodes would also lose out if you made this basic engine just as good of even better than McCodes v2.
-
<?php global $db,$c,$ir, $set; $hc=$set['hospital_count']; $jc=$set['jail_count']; $ec=$ir['new_events']; $mc=$ir['new_mail']; if ($ir['location'] == 1 ) { //////Hospital Sidebar if($ir['hospital']) { echo "[b]<font color=red>Hospital[/b] - {$ir['hospital']} Minutes</font> "; echo "› [url='hospital.php']Hospital[/url] ?› [url='inventory.php']Items[/url] "; if($ec > 0) { echo "› [url='events.php']Events ($ec)[/url] "; } else { echo "› [url='events.php']Events (0)[/url] "; } if($mc > 0) { echo "› [url='mailbox.php']Mailbox ($mc)[/url] "; } else { echo "› [url='mailbox.php']Mailbox (0)[/url] "; } echo "› [url='newspaper.php']Newspaper[/url] › [url='forums.php']Forums[/url] › [url='jail.php']Jail[/url] › [url='search.php']Search[/url] "; if($ir['donatordays']) { echo " › [url='friendslist.php']Friends List[/url] › [url='blacklist.php']Black List[/url] "; } if($ir['new_announcements']) { echo "› [url='announcements.php']News ({$ir['new_announcements']})[/url] "; } else { echo "› [url='announcements.php']News[/url] "; } if($ir['gang']) { echo "?› [url='yourgang.php']Your Gang[/url] "; } } //////Jail Sidebar elseif($ir['jail']) { echo "[b]<font color=red>Jail[/b] - {$ir['jail']} Minutes</font> "; echo "› [url='jail.php']Jail[/url] "; if($ec > 0) { echo "› [url='events.php']Events ($ec)[/url] "; } else { echo "› [url='events.php']Events (0)[/url] "; } if($mc > 0) { echo "› [url='mailbox.php']Mailbox ($mc)[/url] "; } else { echo "› [url='mailbox.php']Mailbox (0)[/url] "; } echo "› [url='gym.php']Jail Gym[/url] › [url='hospital.php']Hospital[/url] › [url='newspaper.php']Newspaper[/url] › [url='forums.php']Forums[/url] › [url='search.php']Search[/url] "; if($ir['donatordays']) { echo " › [url='friendslist.php']Friends List[/url] › [url='blacklist.php']Black List[/url] "; } if($ir['new_announcements']) { echo "› [url='announcements.php']News ({$ir['new_announcements']})[/url] "; } else { echo "› [url='announcements.php']Announcements[/url] "; } if($ir['gang']) { echo "› [url='yourgang.php']Your Gang[/url] "; } } ////////Sidebar else { echo "[b]Areas[/b] "; echo "› [url='index.php']Home[/url] › [url='inventory.php']Items[/url] › [url='explore.php']City[/url] "; if($ec > 0) { echo "?› [url='events.php']Events ($ec)[/url] "; } else { echo "?› [url='events.php']Events (0)[/url] "; } if($mc > 0) { echo "?› [url='mailbox.php']Mailbox ($mc)[/url] "; } else { echo "› [url='mailbox.php']Mailbox (0)[/url] "; } echo " › [url='gym.php']Gym[/url] › [url='crimes.php']Crimes[/url] › [url='job.php']Job[/url] › [url='education.php']Education[/url] › [url='newspaper.php']Newspaper[/url] › [url='hospital.php']Hospital[/url] › [url='jail.php']Jail[/url] › [url='forums.php']Forums[/url] "; if($ir['donatordays']) { echo " › [url='friendslist.php']Friends List[/url] › [url='blacklist.php']Black List[/url] "; } echo " › [url='search.php']Search[/url] "; if($ir['new_announcements']) { echo "› [url='announcements.php']News ({$ir['new_announcements']})[/url] "; } else { echo "› [url='announcements.php']News[/url] "; } if($ir['gang']) { echo "?› [url='yourgang.php']Your Gang[/url] "; } } ////////Staff Panal if($ir['user_level'] > 1) { echo " › [url='staff.php']Staff Panel[/url] \n"; } ////////Options echo " [b]Options[/b] › [url='preferences.php']Preferences[/url] › [url='preport.php']Player Report[/url] › [url='helptutorial.php']Help Tutorial[/url] › [url='gamerules.php']Game Rules[/url] › [url='logout.php']Logout[/url] Server Time "; echo date ('F j, Y')." ".date('g:i:s a'); } else { echo "Unavalible"; } ?> This looks a little better. :)
-
Oh right of course. I forgot that peoples energy changes, On my game everyone has the same energy. :P
-
Ermm.. Why did you change every query and get rid of the anti-refresh script? The query's were fine and more readable than yours. Also why would you limit your users to the amount of searches they can do? It's there energy so they should be allowed to use it. You sir, Fail. :) ...Other than that good work bud. xD
-
That's my problem. :( I also have an crap imagination.
-
I will code them for you Dayo, Do I still have a chance of winning? >.<
-
Have have a few suggestions, here I go. :) Staff for converting mods from v1/lite to v2 and vise versa. People have profiles to show amount of mods uploaded and respect level which people other users may rate, Users also have a comment section for other users to comment on Logged in users can leave comments on mod page Users may set there own terms and conditions for mods and if not agreed users may not download the mod I'll think of more. :D
-
Good job. :)
-
View User + Userlist w/ ajax via jQuery (Not done)
CJ - Twitch replied to Aurora078's topic in Requests & In Production
Sounds good. :) Are the comments ajax? >.<