Jump to content
MakeWebGames

Renkia

Members
  • Posts

    232
  • Joined

  • Last visited

    Never

Everything posted by Renkia

  1. Adverts are sorted. Sorry forgot to say. :P Hoping to spend around £200 On advertisments. Plus a Video for youtube witch willing to pay £120 MAX.
  2. Hmm, well if anyone have examples of the Templates that would be great.
  3. Ohhh yeah. Lol my bad sorry :P
  4. Ok, i was just wondering how much a game cost with these requierments. Full Game Security Requsted Mods - Advanced Layout Designer - Somthing like / Operation Warhead List of 3 things lol. Hosting & Domain i know. PS. If you have skills with, Graphics & CSS, Secuity, Creating. Please post. Cheers, Rasheed Saeed - Renkia :thumbup:
  5. Ok bud. :) Cheers dan.
  6. He said he wanted over 100% So i gave him 150%. Simple ?(
  7. Nice! Havnt seen one of these Around. Would be nice if you could leave a reson why you want to resign a staff member so the owner will understand insted of mailing you. Get again, great little mod. :thumbup:
  8. Yet again you have prove me wrong redex. ;( But i still think its stupid. :whistling: Ok this is how i think it should be done. LOCATION: Header Find this:   $enperc=(int) ($ir['energy']/$ir['maxenergy']*100); $wiperc=(int) ($ir['will']/$ir['maxwill']*100); $experc=(int) ( $ir['exp']/$ir['exp_needed']*100); $brperc=(int) ($ir['brave']/$ir['maxbrave']*100); $hpperc=(int) ($ir['hp']/$ir['maxhp']*100); $power=(int) ($ir['power']/$ir['max_power']*100); $minexp=(int) ($ir['mine_exp']/$ir['mine_needed']*100); $enopp=100-$enperc; $wiopp=100-$wiperc; $exopp=100-$experc; $bropp=100-$brperc; $hpopp=100-$hpperc; $pow=100-$power; $minex=100-$minexp;   Replace with:   $enperc=(int) ($ir['energy']/$ir['maxenergy']*100); $wiperc=(int) ($ir['will']/$ir['maxwill']*100); $experc=(int) ( $ir['exp']/$ir['exp_needed']*100); $brperc=(int) ($ir['brave']/$ir['maxbrave']*100); $hpperc=(int) ($ir['hp']/$ir['maxhp']*100); $power=(int) ($ir['power']/$ir['max_power']*100); $minexp=(int) ($ir['mine_exp']/$ir['mine_needed']*150); $enopp=100-$enperc; $wiopp=100-$wiperc; $exopp=100-$experc; $bropp=100-$brperc; $hpopp=100-$hpperc; $pow=100-$power; $minex=150-$minexp;   Keep a copy of before replacing it. Just incase. :thumbsup:
  9. Lol, it will be like playing a game, gaining stats but level wont go up. So im not gonna tell you because of that, sorry if i may sound harsh. ^^
  10. Whats the point of mining then? -_-
  11. I Have a shoutbox for V2. Add me and ill keep having a look around my computer. MSN: [email protected]
  12. This would be a awesome mod for Fat assed people. :P Good job bud. 8)
  13. For some reason i like it? Plain and simple. Well done mate. ;)
  14. Well done 03laceys I Am hoping to see more of your free Mods. ;)
  15. Sorry for the misunderstanding. But I should of put more information about DNS. Yet again cheers Redex :P
  16. Cheers Redex. =)
  17. Lol. MRES Wouldcould be optional. :rolleyes:
  18. True but they will hardly know anything about Mccodes. More tuts shall come soon on how to edit your style. And many more. Simple. Then you get a paid hosting. Good enough point tho dan. 8)
  19. Never new the Drizzle Thanks :) Danny really? You just started things and get a paid hosting? Naaa free would be the best option at first. :thumbup:
  20. Tooshay. :P
  21. I Said it should secure you game for a while, not fully. ;)
  22. Ohh yeah a few more things. When all set up, go back into the CPanel FILE MANAGER. Public_html > DELETE > register.php & installer.php Then find LOGIN.PHP > Open it & look for these codes   $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR'];   Replace with   $IP = $_SERVER['REMOTE_ADDR'];   That should secure your game for a while. :thumbsup:
  23. Everything? :P Lol, would be nice to see secure crystaltemple.php Havent seen much secured ones around on MWG. :)
  24. Hey Guys Now some people are probably interested on making a Mccode game, so Basicly I am just gonna tell you how to set one up. TAKES AROUND: 5 - 20 MAX Ok first you will need: 1. A Free web hosting. For more information on Web hosting - http://www.w3schools.../host_intro.asp 2. A Free domain. For more information on Domains - http://www.domainsne...adomainname.htm 3. Mccodes V1 / V2 / V3. To purchase Mccodes go to - http://www.mccodes.com NOTE: You will receive a license with your order. Free web hosting: A Great free web hosting would have to be http://www.host2x.com or Mdshares free hosting. LOOK AT ANNOUCMENTS / This will basicly keep your game online & control it within your CPanel. There are 2 CPanle`s. Custon CPanel - Poor CPanel 11+ - Great! Free Domain: The most used free domain is co.cc to get this free domain go to http://www.co.cc Many other free domains are available like .COM / .NET / .CO.UK You will just have to look around on google. =D When you have your hosting account, you will need to control your Domain. To prevent people ruing your game or taking full control of it, all domains have a section called DNS - Domain Name Server. This prevents noobs taking over your game. EXAMPLE: DNS1: http://www.HOSTINGNAME.??? Or http://www.host2x.com DNS2: http://www.HOSTINGNAME.??? Or http://www.host2x.com You will probably be thinking many other people online use the same hosting and could take control, but the only way they could do this is by trying to guess your Username & Password. Make sure you have a strong passowrd. Mccodes: Basicly i think we all know what mccodes is. http://www.chaoticwars.co.uk = Mccodes http://www.immortal-darkness.com = Mccodes Mccodes are the basics to your game. What to do next? After setting up your domain & hosting. You will need to go to your FILE MANAGER UPLOAD YOUR MCCODES WHEN UPLOADED - RIGHT CLICK ON MCCODES AND EXTRACT THEM INTO A CERTIN FILE NAME CLOSE AND OPEN FILE MANAGER RIGHT CLICK AGAIN - EXTRACT THEM INTO A FILE CALLED ( public_html ) When everything is upload go into public_html and look for a certain file called CONFIG.PHP RIGHT CLICK - EDIT / When it has opened, open up a new tab and back onto your Cpanel. Look for a option called MYSQL. AKA YOUR DATABASE. Open it and create a database. LOGIN NAME FOR CPANEL EXAMPLE: rasheed_DATABASE NAME / NAME IT WHAT EVER YOU WANT. When it has been created copy and paste into your CONFIG.PHP Folder, go back onto MYSQL and click [go back] Scroll down and create a user & password for the user. EXAMPLE: rasheed_DATABASE USER NAME / NAME IT WHAT EVER YOU WANT / CREATE A PASSWORD AND CLICK [Create User] Copy and paste your info into the CONFIG.PHP / Back onto MYSQL and click [go back] Scroll down even more and look until you can see your DATABASE NAME & USER Click below ADD USER TO DATABASE / Some boxes should come up click them all and then click ADD near the bottom right. Back onto your CONFIG.PHP file and top right of your screen click. SAVE CHANGES That's nearly everything sorted. 1 Last step left. http://www.YOURGAMENAME.???/installer.php Menu you comes up telling you everyting thing is able to run the game and edit it. Continue and enter your DATABASE info from CONFIG.PHP add in Game info and admin information. If you have done it correctly everything should be installed. The bottom at the page it will display something called Cron jobs. /5* or something http://www.YOURGAMENAME.???/cron_fivemin?code=CADEOFNUMBERSANDLETTERS Should be 4 there. Go back onto the main part of your CPanel look for ADVANCED & Cron jobs. Eneter / http://www.YOURGAMENAME.???/cron_fivemin?code=CADEOFNUMBERSANDLETTERS And the setting. Very easy to add. Anyway that`s your own game set up. I Thank you very much for reading this and hope you enjoy. =D Please leave comments & Mail me if any problems you don`t understand. =D
  25. Some help with your gaming DISTORTED I See this many times with people. The main problem is you didnt think about hackers destroying your game, im not saying this is you fault but you should be aware of hackers online as we all are. Here what i think a game should be planed like. When hosting and domain is sorted do this, Mccodes if your using it. =/ File Manager Upload Mccodes Create and eneter info in CONFIG.PHP install your game. (Back to) File manager. Delete REGISTER.PHP & INSTALLER.PHP Secure your login.php with.$IP = $_SERVER['REMOTE_ADDR']; Come onto MWG and look for security post or look at free mods that are secure. Research on GOOGLE Its what im doing right now, but i dont have a clue why $IP = $_SERVER['REMOTE_ADDR']; secures your game if google doesnt explain much try http://WWW.PHP.NET HELPS ALOT! Never open a game when you know its secured fully. Ive gave my domain away because i need to learn this stuff and loads of stuff with PHP & MYSQL I Hope this will help you with your incomming game. Or an easier option, pay some one to secure it? :P
×
×
  • Create New...