Jump to content
MakeWebGames

Isomerizer

Members
  • Posts

    1,170
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Isomerizer

  1. Re: Looking for Pro Php COders This offer won't be taken seriously, your so called friend should be posting himself. Not getting someone else to do it. You want 18+? You spelling, grammar and sentence strutchure gives off the impression your around the age of 8-14. Why would you need a professional for a permission system? Are you sure you or your friend can afford a professional PHP programmer. I think only one or two on this forum would actually class them selves as professionals.
  2. I'm a complete noob with graphics, but... I still have to attempt to create gfx now and then due to a Graphics unit in my computing course. I had to create a magazine cover, I know its very amatuer... Whatcha' think? Any suggestions/tips?
  3. Re: IRC? Pretty simple stuff, as long as you have a server ready to set a channel up. PHP-Games server can be used, as well as many other big ones such as quakenet. You'll need a java application called PJIRC. Check out this topic for more info: http://criminalexistence.com/ceforums/i ... ic=23091.0
  4. Re: Storing And Reading OS/Browser Information   I got this at first, at least you know it can locate the browscap. You may need to find another browscap config file, however that one worked fine for me. :?
  5. Re: Storing And Reading OS/Browser Information   To use this function, you'll need a browscap config file. You can download one here: http://browsers.garykeith.com/stream.as ... rowsCapINI Upload it, then open your php.ini and make sure the path to php_browscap.ini is correct. E.g: browscap = "php_browscap.ini" To test it just try out: $info = get_browser(NULL, TRUE); print_r($info);   http://isomerizer.com/index.php?x=browser
  6. Description: This mod allows users to play the classic game rock, paper, scissors. They can choose to have a pot and can either play the computer or play someone else. This could be a great addition and extra player interaction is allways great. Screenshots: Price: $10 PayPal: [email protected] Demo: http://www.isomerizer.com/demo/rps.php (user = demo, pass= demo)
  7. Re: looking to buy How much you willing to spend? I'll do it... PM me a form of IM.
  8. Re: [mccode v2] Looking for someone to secure You should really supply a budget, so programmers can see if they're interested or willing to compromise with you.
  9. Re: just restarted my game fresh and wondering   Yeah...unless you wanna pay the $200 for the complete mccodes v2 files.
  10. Re: [mccode v2]My Simple Search Streets Image map completely pointless.... The co ordinates have no effect on whats gonna happen... All you need is one image with one link.
  11. http://isomerizer.com/index.php?x=speedpc 1. System Performance First, you'll need to open Control Panel and select System. Once on the System window select the Advanced tab. In the Peformance box click the Settings button, It'll give you 4 options now. Select Adjust for best performance. Then select Apply. You'll notice your whole windows theme changes, the theme can be changed back by going to the Display option under Control Panel. Once complete this will allow your system to run slightly faster, due to that some of the fancy graphics effects have been removed. I doubt your even notice there gone. 2. Disk Cleanup This ones a very common tool. Go access it go to the Start, All Programs, Accessories, System Tools then Disk Cleanup. Once selected it will calculate how much space will be able to free, this may take a few minutes. Once calculated it will list all the file categorys that can be cleaned up. I'd recommend checking them all, once selected click OK. A new box will open and your computer will start to remove any unnecessary files. Once completed the box will automatically close. This proccess speeds up your system by freeing up some space on your hard drive. A hard drive with more space genuinely tends to run a bit faster. 3. Disk Defragment Another commond one used to clean up the hard drive. To access this go to Start, All Programs, Accessories, System Tools then Disk Defragmenter. Select the hard drive you wish to defrag. Then select the Defragment button. It will then analyze the drive then start to defrag. Basically what this tool does is moves all the files so they're organised correctly in the right strutchure. This will help speed up the PC and free up some space. 4. Remove Spyware A bit speed killer can be spyware, some computers are full of it and never removed! Not only does spyware slow down your computer it is also dangerous! A good free spyware removal programs is Lavasofts Ad-Aware. It can be downloaded here: http://www.lavasoft.com/single/trialpay.php . Once downloaded and installed. I'd recommend a full system scan asap. This can be done by opening the program (normally a icon on desktop), select Scan System, select tab Full Scan then clicking the Scan Now button. The scan could take some time. It will indicate what spywarehas been found, once completed. It will give you the option to remove, make sure all the bad files are checked for removal. Then select OK to finish the process. Now that the spyware has been removed your computer should be able to run slightly more faster and safer. 5. Startup Programs When logging onto your PC it can take ages to load. This is due to all the programs starting up on startup. Programs can be stopped from running when logging on. Go to Start, Run and enter "msconfig" and click Enter. A new box called System Configuration will appear, go to the Startup tab. Here you will see all the programs that run on startup (they'll be checked). You can uncheck the programs you do not wish to run on startup by. You may find it best to remove all. Once unchecked click Ok, restart the computer and see for yourself. This process kills off all the unwanted programs running in the background allowing your computer to run faster, another good tip is to allways close down programs your not using. 6. Manual Clear Up Like said before your computer will run faster when theres less files on the hard drive. A good idea is to go through your computer and remove any unused files, these can be videos, music, pictures etc. Just remove them and remember to empty the recycle bin. Another good idea is to remove any unwanted programs, to do this go to Control Panel then Add or Remove Programs. Once on this you can select what program you want to remove, once selected click Remove. The program will then go through the removal progress. This should free up some space on your hard drive.
  12. Re: How to use sprintf?   Please tell me why you're securing numbers coming from the database that can only be a numerical value (due to fieldset being int)   $sql = sprintf("SELECT * FROM cities WHERE ((cityid != %u) AND (cityminlevel <= %u))", $ir['location'], $ir['level']); $q = $db->query($sql); would work just fine ;) I think its just habbit... everyone has their own way of programming... It's like saying why use the extra parenthesis in the sql query, when proving by the manual / floydian it's slightly less effiecient. Most of this topic is about everyone programs differently using different methods, there isn't a right or wrong way... It's just personal preference.
  13. Re: [mccode] Treasure Map! [$25.00]   Any image of the same res can be used. The reward can be changed, also once found on a certain spot, the spot can't be refreshed or reused. It's a one time shot.
  14. Re: [mccode] Treasure Map! [$25.00]   I can show you a demo, go to: http://isomerizer.com/demo/map.php. Use the login of: user: demo | pass: demo .
  15. Re: [mccode v2]Sniper Mod[$15] Thats worth $15...?
  16. Re: Gang applications notifications Open gangs.php and find:   print "You sent your application to the {$gangdata['gangNAME']} gang.";   Under add:   event_add($gangdata['gangPRESIDENT'], '[url="viewuser.php?u='.$userid.'"]'.$ir['username'].'[/url] just applied to your gang!');
  17. Re: Businesses Mod [Mccode V2]   Try changing line 22 to:   case 'donate_cash': donate_vault(); break;
  18. Re: Injection attempt. Check out... http://criminalexistence.com/ceforums/i ... ic=28592.0 && http://criminalexistence.com/ceforums/i ... ic=28463.0
  19. Re: [mccode] Mod Sale [$10.00 - $110.00]   Left the arena logs table empty, inserted a row. Fixed.
  20. Re: [mccode] Mod Sale [$10.00 - $110.00]   Nice im looking found an error. Parse error: syntax error, unexpected '{' in /home/gaphu/public_html/demo/breakin.php on line 9 Thanks, didn't spot that. Fixed..
  21. Re: [mccode] Mod Sale [$10.00 - $110.00] All these mods can now be seen on: http://isomerizer.com/demo/
  22. Re: Cock Fight [$10]   Cheers, I'll send you a PM with my MSN or any other form of IM.
  23. Re: Cock Fight [$10]   Sure I'll help for free, seeing as its very simple to set up. To pay, you use paypal (www.paypal.com) and send $10 to [email protected].
  24. Re: [mccodes] Board Game [$15]   Sounds great, just thought about how to show a counter/highlighted square and tbh I was puzzled. If you could give me a nudge in the right direction that would be great. I'll give ya a PM.
  25. Re: Cock Fight [$10]   Thanks, this has now been fixed.
×
×
  • Create New...