Jump to content
MakeWebGames

CJ - Twitch

Members
  • Posts

    391
  • Joined

  • Last visited

Everything posted by CJ - Twitch

  1. Good work but it would be more original if you had used a custom API. : )
  2. Oh cool stuff. :)
  3. You like torn eh?
  4. I'll do it. :D Mail me. ;)
  5. Very nice site. :D
  6. Well it's just because of users without javascript. :P
  7. Wow great fucking work! :D
  8. I will make some logins. Do you want them in v1 or v2? ^^
  9. 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.
  10. I have this coded however It's for my engine, Looks great, ;)
  11. Oh and you don't need all of them images for your site. -.- It can all be done with CSS!
  12. Or even £2.99 for .co.uk domain..
  13. http://tinyurl.com/lfcrh2 Try that out...
  14. 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?
  15. 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. :)
  16. 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.
  17. <?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. :)
  18. Oh right of course. I forgot that peoples energy changes, On my game everyone has the same energy. :P
  19. 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
  20. That's my problem. :( I also have an crap imagination.
  21. I will code them for you Dayo, Do I still have a chance of winning? >.<
  22. 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
  23. Good job. :)
  24. Sounds good. :) Are the comments ajax? >.<
×
×
  • Create New...