-
Posts
2,210 -
Joined
-
Last visited
-
Days Won
47
Content Type
Profiles
Forums
Events
Everything posted by sniko
-
Oh... Okay. Only the domain name...cool.
-
Forgot about that table!
-
7 minutes is a random number, haha. Anyway, I assume it's for McCodes - as that's what your game is based off, right? CREATE TABLE last_attacks ( attacker smallint(5) NOT NULL, defender smallint(5) NOT NULL, can_attack int(11) NOT NULL ); Then, when they've attacked (where it shows all the options you can do; leave, mug, and hospitalize) /* * Please sanitize and filter the $_GET var */ $time = time() + 420; $db->query("INSERT INTO `last_attacks` (`attacker`,`defender`,`can_attack`) VALUES ($userid, $_GET['ID'], $time)"); And at the top of the attack page $db->query("DELETE FROM `last_attacks` WHERE `can_attack`> unix_timestamp()"); $get = $db->query("SELECT `attacker` FROM `last_attacks` WHERE (`attacker`=$userid) AND (`defender`={$_GET['ID']}) AND (`can_attack` <= unix_timestamp())"); if( $db->num_rows($get) ) { echo 'This user is in seven minutes of heaven.'; $h->endpage(); exit; } Untested, but should work ;)
-
Is it spamming active members with your link? Post links of games i should try on Why would you advertise on games, and try what on?
-
For picture #1 If my math is correct, this yields $112.89 [highlight]$167.58 (outgoings to bank)[/highlight] For picture #2 If my math is correct, this yields $0.5 [highlight]$80.95 (outgoings to bank)[/highlight] For picture #3 If my math is correct, this yields $27.76 [highlight]$214.46 (outgoings to bank)[/highlight] For picture #4 If my math is correct, this yields [highlight]$124[/highlight] For picture #5 (below this post) If my math is correct, this yields $22.86 [highlight]$80.28 (outgoings to bank)[/highlight] That was from the 1st - 14th (for arguments sake, half 1 month), this brings the average to $287.71 bi-monthly [highlight]$667.27 bi-monthly[/highlight] and $575.42 monthly [highlight]$1,334.54 monthly[/highlight] on average. Based on these results, breaking even would take 2.6 [highlight]1.1[/highlight] months, if you have no other outgoings (not counting the server, or other overheads) - which isn't a bad investment; 2.6 [highlight]1.1[/highlight] months to turn over a profit. Yearly, you'd make (if cash-flow continued like above) $6905.04 [highlight]$16,014.48[/highlight]
-
Upload it to the web, grab the image URL [noparse][/noparse]
-
click "payments received", then adjust this;
-
Not a problem! I wish you luck in your adventure.
-
Or create it anyway, add something to your portfolio ;) I understand why you'd ask (so you don't waste your time for zero return = nobody using it)
-
Landing Page Very nice. The graphic at the top (background) is nice; not too bright, not too dark, it flows well with the design! However, I'm unsure on the bright blue text - to me, it doesn't flow with the dark nature of the game. Also, I think you should make the register link stand out a bit. Being nearly the same colour as the background it's on... (Just my thoughts) Perhaps make authentication.php flow with the design Signup An easy process Make the captcha image flow into the design (possibly. Nothing essential) Auto-login. I'm a fan Loggedin Addresses me by character name, nice! Valuable information is given to me - very nice The design A nice design you have; suits the game (angles, demon kind of game) The explore page has a 'different approach' The donator image on viewuser is a little big, in my view. Possibly make the percentage labels on stamina, endurance, health and experience a little smaller. (http://imm.io/13gvt) Nice features These are my opinions... Casting. A lot of things to cast Possibly reformat the way this is shown to the user (http://imm.io/13gwB) [*]Mining You need items to mine (perhaps link them to the shop with the mining items?) A button, as well as the image is needed (took me a while to figure out you need to press the image to start mining) Glitches I can travel to the same location I am in, and it still deducts money from me Security Image BBCode is checked; nice! There seems to be some sort of CSRF/Request forgery token; nice! It's a short review, I know; however, overall, you have a nice game!
-
I like the part where someone commented about it not being a typical mccodes mafia game :)
-
As a matter of fact, I do not, sorry!
-
Firstly, welcome to MakeWebGames, GamingOn. To answer your question; it's possible to sell a game created on McCodes, many have done it on sites like Flippa. You can buy a license off someone, however, I do not know of anyone selling a 2.5 license.
-
But you only get 97.76! Life is cruel :p
-
Before you opened, really.
-
Bloody hell...
-
I doubt someone gave you access to their PayPal account(s) and credit card(s).
-
http://makewebgames.io/showthread.php/43255-looking-for-someone-to-review-my-game-please?p=289054&viewfull=1#post289054 Done. I think I've supplied enough information ;)
-
Sign up process Sign up button doesn't flow with the design (http://i.imgur.com/ZnsMeSz.jpg) Perhaps some sort of auto login You're vulnerable to being botted... No sort of story... Logged in The only thing really there is "Welcome to Pimp-Wars User #586!" Perhaps address the user personally, by their characters name? Show more information, get the user engaged! Latests attacks, maybe [*]Nothing to tell what what I should do Economy Very, very high First crime gives me $1,000000 First set of shop items are low in cost Gym The usual stats Strength Guard Agility Labor IQ [*]Doesn't tell me what each stat is used for, how can a user train tactically? Inventory Same boring design. Only 3 slots available Primary weapon Secondary weapon Armor Explore / City A dump of links No achievement of progression if everything is available at once Crimes I never fail a crime... Even if I do, it seems there is no jail time If this is for a set time, inform the user [*]I get endless amount of cash [*]With doing (maybe) 5 crimes, I'm level 17 Security Easy to bot signup Easy to bot training With a macro With the crystals I get from crimes I have 1k crystals, but it's still 10 to refill energy Overall What do I do in your game? There is no story Do I try and get #1 in hall of fame? Then what...? [*]The design is crude, perhaps invest in a new one (IMO) [*]Something to engage the players is needed Sorry if that sounds like I'm flaming you, I didn't intend to, just wanted to give my opinion, like asked.
-
The same with an English one, but with Spanish words... :? In all seriousness; what type of game are you looking to create? Are you prepared to start from scratch, for get a game engine? What features are you looking for?
-
Okay! Debug it (start with what I've supplied)
-
Refresh ;) Also, just a general question; why are you wrapping the sprintf format (%d, %u) in ', resulting in it being treated as string (nothing serious). Debug; echo out all the variables used in the queries :)
-
Hmm, okay... Do you have Skype so I can assist better? Go to your forums, and reply to a thread. Inspect the URL and check the action value. Go to your forums source, and find the 'switch & case' section, and retrieve the function name from that (from the action value found earlier). Copy that function here