Jump to content
MakeWebGames

Recommended Posts

Posted (edited)

Demo Account:

-Username: MakeWebGames

-Password: MWGUser

Why do you take 5 seconds to redirect me back to the login page after register, rather than redirecting me into the game? :)

Looks pretty cool, I like the colour scheme.

You have already searched downtown as much as you can today.

Probably shouldn't see this on a new account.

You do not have enough money to buy a Katana

Message after successfully buying a Katana.

Edited by Djkanna
Posted

I like the super rewards you've added although you'll make less money it also makes up for it in letting kids run up there parents cell phone bill's, not good for them, no matter to you :/ looks like it can be a good game

Posted

.: Important Message

You have sold +99999- shares for a total of $37259627 ($414 per share X +99999- shares - $4139959 transaction fee)

 

only had one share and can sell as many as i want

Posted

.: Important Message

You have added 9,999,999 RM Days to the market a price of $1 and/or points per RM Day. can add as many rm days to the market as i want needs to be fixed and errors on screen telling me your login info to

Posted

sql injectioncan be done on profiles and can make my self admin and as many points as i want better close the game in till you can fix them or the game will be messed up

Posted (edited)

Spelling error >> Vote To Recieve Points << should be >> Vote To Receive Points

when sending money to someone

Warning: Division by zero in /home/mafia/public_html/classes.php on line 1082

You have successfully transferred $1 to .

Edited by illusions
Posted (edited)

thanks guys, sorry I didn't post sooner been in bed with the flu for past days. :)

@grant it's just a test site.. I don't care if it gets messed up :)

also grant i don't think you can be admin. My checks for admin are different (IE id = 1, name = zettiee, username = my username.... and so on...

PS: ironman stop pming people offering to tell them bugs. if they want to know they can come and look here.

Edited by Zettieee
added PS
Posted

This was an old project of mine that we have decided to revive. It was partially successful. I say partially because it made decent money when I had it in its current state, but it fell apart when I went crazy with updates and ran off players. We decided that Zetieee will take on this project since he is familiar with GRPG (engine for MafiaStruggle/Central City Syndicate), and I will handle Syndicate Rule since it is my code. Both will mingle with the other in an administrative role.

Grant, thank you for pointing out the SQL Injection holes. We'll get that taken care of as quickly as possible. Some of that code was written by my partner on that project, and he didn't always practice security. I have a function that I use that I haven't had any problems with (Larry Ullman's escape_data() | Posted below) to date, but if you know of any better practices, we'd be happy to give them a shot.

 

function escape_data($data){
global $connect;
if(ini_get('magic_quotes_gpc')){
	$data=stripslashes($data);
}
return mysql_real_escape_string(trim($data),$connect);
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...