Jump to content
MakeWebGames

radio_active

Members
  • Posts

    693
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by radio_active

  1. Re: Please review My Game Im not sure what you meant dementor but i was trying to give him advice on posting when people might listen and he reacted in a completly arrogant fashion so i returned the favour by giving him a review as he asked in an arrogant fashion, nothing wrong there!
  2. Re: [mccode V2] Contact Us (VERY SIMPLE)   Give the lad a Break. He's contributing at least. Even if it isnt php its a start in the right direction. Instead of penalising him explain what you would do to make it better or even how it would look. True, sorry, im just a bit annoyed at the moment.
  3. Re: Please review My Game Heres a review then mate. Login page = 1/10 Why? Because you have the original MCcode U Template which doenst blend whatso ever into the background, its just rough. Then you have green on a grey background, hard on my eyes and hard to read. Your banner is frekan terrible and your tables/feldsets are still all messed and not alligned. And your register has links that go no where and you have that stupid little sign welcoming me whenever i come to the site which is just annoying, like i need welcoming. Interior = 1/10 Why? Again you have the same UNTOUCHED MCCode design that 10000+ games all have. You have the same energy bars etc and you also call everything exactly the same as MCCODE ORIGINALS. Christ, doesn't crystals piss you off? Your mainmenu buttons are also shit- A terrible font and the stretch the page down way to much. They are also not aligned by having those little (0)s next to them. And then at the bottom you have all this youtube shit which is only going to slow your site down if you ever get 100 people playing the game which i doubt at the moment. The banner is also the same and it is once again shit. Heres my positive. which earned you the 1 point. The lilght bllue is much easier to read then the lime green. And the fact you just moved from V1 to V2 means you also are running an illegal copy of mccode. and christ, do you even have an explore button? In your gym, crimes hospial etc, you have all these images off google or something which are all different sizes also stretching the page is some cases meaning i have to scroll down to train.   There you go, Happy you got your review?
  4. Re: Please review My Game Dude, i update my game every day with something new. Whether it be fixing something, adding a script etc, i dont try and get everyone to review my site every time i do an update. Do alot of updates like at least 10 BIG updates then post telling to review, im only trying to help you.
  5. Re: [mccode V2] Contact Us (VERY SIMPLE) Dude what the hell, you posted like a quarter of a script which has nothing to do with contact us and it is not even a .php file.
  6. Re: Something wierd i found messing around need help with. I believe that is because you have to 'else's right after eachother so its pulling the first else which just happens to be that one. So if you look at the bank.php and compare you will find your problem.
  7. Re: [mccode] Login Id imagine if you used completly differnt graphics, you could slightly change the template and claim it as yours or so what you said. Layout by Zero Graphics by deadpool Im sure he would be fine with that!
  8. Re: Im trying to do make v1... or if you are using update user you would have to have two rows, jail, jailtext then the queries would be. mysql_query("UPDATE `users` SET `jail` = jail + $r[crimeJAILTIME] WHERE `userid` = '$userid'"); and mysql_query("UPDATE `users` SET `jailtext` = $r[crimeJREASON] WHERE `userid` = '$userid'"); PS, im about 100% sure those queries will not work... lol
  9. Re: Im trying to do make v1... Correct me if im wrong anyone but on the   if(rand(1, 2) == 1) { print $r['crimeFTEXT']; } else { print $r['crimeJTEXT']; mysql_query("UPDATE `users` SET `jail` = '$r[crimeJAILTIME]', `jail_reason` = '$r[crimeJREASON]' WHERE `userid` = '$userid'"); } }   The mysql query should be an INSERT INTO rather then an UPDATE? eg mysql_query("INSERT INTO `jail` VALUES (' ','$r[crimeJAILTIME]', '$r[crimeJREASON]') WHERE `userid` = '$userid'");   I know that query is wrong but here is a problem i believe. You had update users set jail = blah blah jail is a single row in the users table, you have to make a seperate field called jail (otherwise you are trying to insert two things into a single row) and then have something similar to what i posted and then maybe have a query after that which is UPDATE users set jail = jail + $jailtime the variable being the time that you go to jail for.
  10. Re: [mccodes lite] Advanced Properties Yeah, i can imagine, i do wish to convert to V1 but there is just too much work involved in doing so and i dont think i have the time or patience!
  11. Re: [mccodes lite] Advanced Properties So richard, when did you turn LITE ? Looks like a nice piece of work yet again!
  12. Re: Im trying to do make v1... Try posting your docrime.php for starters
  13. Re: [Review] Assassins-Empire   maybe you didn't read what he said...   And their feildsets not tables ;).   For the ammout of time its been up i think it's looking good... couple more months editing and tidying it will be right as rain. I read what he said. Needless to say i was working on my game long before i posted a link then i reset user tables. But in the scenario where he put the game up then posted the link for reviewing which would seem rather silly he still has only really changed the colours. And no, the tables in the "Interior" of the site are completly strung about. The mainmenu has a table roughly 4x larger then what is needed which is what i call "messy" and yes the fieldsets on the login are also not aligned making it once again look messy. Every game has the "Potential" to be looking good in a couple of months only many of them are giving up on in the first few weeks!
  14. Re: Please review My Game Word of advice: Make your game looks as different as possible in the layout. Make it easy to navigate and when you have pretty much finished your design, then you post a link in here telling people to review otherwise you will get shit reviews like so.
  15. Re: Hacker   Im not actually re-questing anythng here, lol. If i was to add a phpbb3 forum as i have done before i have no intention to get users signed up and have all who sign up to the game automatically get an account, it would simply be if you want your opinion put down you sign up and post away.   Yes i got him off the site before he could do any damage, all he did was post an announment and gave everyone 2.147bil crystals, money and ddays which is a simple fix really, especially if you have backup. So i used the cpanel's IP Deny manager. Floydian, what i posted was about the in game forum code that you made for Cove of Pirates. :-)
  16. Re: Hacker That would mean i will most likely be having to validate my account by email every time i login or everyday, i have removed the forums and i will either use phpbb3 external or floydian if he will sell me a copy. After all it was not my account that was hacked but ID 2, so thats why i wanted it so i cannot be removed or demoted by staff as its just a hassle having to go t phpmyadmin when you dont have your laptop and give a little "update users set user_level=2 where userid=1" if it is hacked. Hopefully not again though.
  17. Re: [Review] Assassins-Empire At the moment, 4 out of 10 Im giving you a good score because its pretty much a unscathed V1 piece of code, all you have changed is some colours and the banner. And the tables are very messy!
  18. Re: Hacker My IP changes everytime the internet connects to a new IP. So i cannot do that and i am not at my house, i am in germany for 3 more months then i go home so it is rather innaprops for now. Matt's suggestion seems most logical to me at the moment dash get some new forums!
  19. Re: Hacker Yes my forums are exploitable most likely, i will take them down now.
  20. Re: Hacker I would also like to request code which means you cannot remove ID 1 from admin. I believe its just a query but i cannot write it seen as im on a german keyboard which does not have square brackets.
  21. I have recently had a user hack my site. IP Address = 90.200.99.157 Email = [email protected] ( may not be valid ) or this [email protected] I believe he may have used a URBAN injection in which he got into userid number 2s account who is admin. I have fixed the economy but i need to know who he is, do you know?
  22. Re: plz review my game Yeah looks popular, i wouldnt reccommend the red writing though, its hard on the eyes on the mainmenu.
  23. Re: [REVIEW] Dowtown Toronto RPG ~ review BUMp
  24. Re: (Request) Gang wars - attacking - respect Okay im getting little bit confused where to put this 1 + ( ($them_level - $us_level) * 0.05) where the attack query is   if (!$count) { $war=$db->fetch_row($warq); $db->query("UPDATE gangs SET gangRESPECT=gangRESPECT-2 WHERE gangID={$r['gang']}"); $ga['gangRESPECT']-=2; $db->query("UPDATE gangs SET gangRESPECT=gangRESPECT+2 WHERE gangID={$ir['gang']}"); print " You earnt 2 respect for your gang!"; }
  25. Re: Header ? Yeah as tezza said, i think you reduce this bit.   <table width="100%" border="0" cellpadding="0" cellspacing="0"><centre> <tr> <td width="[b]25%[/b]" valign="top">   Either that or increase the size of your right menu
×
×
  • Create New...