
Miniman
Members-
Posts
431 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Miniman
-
Re: [REVIEW REQUEST] Criminals-Nightmare You must be including them wrong. I'm surprised your menu doesn't look a bit like this... Home lol Inventory lol Events lol Mailbox lol And so on and so forth, you seem to use it on everything for no reason. :lol: Perfect, +1. I lol'd. At the poster, looking at a different point of things. Your also giving donators a huge advantage that isn't really fair. They get a rewards daily and what not. If you want players, it should be fair for both types of players (non-donators and donators). You are simply making the game impossible to have a chance at :-)
-
Re: What are you listening to right now ? You have aids - Family Guy
-
Re: [V1 && V2]Change Username Color Yeah I heard it brings up a few vulnerabilities Not if you do it right it won't, I advise following POG1's method. Also, +1 Sniko` Your posting alot of nice free stuff, your learning :-)
-
Re: review thugzcity I'm just going to agree..... Get rid of the 'Torn' look, it's not even attractive :| Be original.....
-
Re: Looking for code paying $5 I bet you've had your fair share of falling over and banging your head as a child, eh destroyer? How depressing is it being you?
-
Re: Looking for code paying $5 Your an idiot.... There ya go, I helped for free. In saying your an idiot, you might release it yourself and just leave.
-
Re: Adding an item to the game In forums, find the delete function (near the bottom I guess) and find something that looks like... global $ir, $c, $userid, $h, $bbc; You need to add $db in there. global $ir, $c, $userid, $h, $bbc, $db;
-
Re: Adding an item to the game Any error message? What happens....
-
Re: Adding an item to the game You need to create the item type yourself..... For example "Weapon"
-
Re: Monorail Problem Just to clear up what AlabamaHit said......You need to add this: ORDER BY cityminlevel ASC To the end of the above query :) Or just replace the whole query with what AlabamaHit posted
-
Re: AJAX Search User [$10] This, I like alot! It looks sweet :lol: Nice and clean, smooth running and most likely well coded? Good job! Hope you get alot of sales!
-
Re: [mcCodes v2] Header Text Instead of making a new DB table, you could of inserted it into settings or something :-) Looks good though.
-
Re: flash slot machine & texas hold 'em seats 10 per table limitless tables It sounds pretty sound, but the thing with making a poker mod, you need to get it spot on perfect! Just think that all your users will be using this and if there were a bug to be found, it'd be abused. To stop users complaining, you need to make sure that the poker hands work correctly and all hands are right. E.g. I have an A and a 10. Someone else has a A and a 9, then say an A shows up. I'd win :-P Good luck
-
Re: New Explore Page Lol, what's the point in those functions?, It's doing absolutely nothing... Hate to pee on your fire....I already pointed that out :wink:
-
Re: New Explore Page <?php include "globals.php"; ?> <?php function format($str) { if(is_numeric($str)) { return number_format($str); } else { return nl2br(stripslashes(htmlspecialchars($str))); } } ?> <?php function denied() { global $ir, $h; if($ir['jail'] || $ir['hospital']) { echo sprintf("You cannot access this whilst in %s!", $ir['hospital'] ? 'hospital' : 'jail'); $h->endpage(); exit; } } ?> Why?? :? What the hell his the function denied for? :S It's not needed. And why do you have the format function there but it's not doing anything?
-
Re: Advanced Bug Report System He would 'have all' as it's all his. I bet you don't understand half the code in them files. You just know what to change to make it have a different use :wink:
-
Re: crystal market None of them are secure. You've just made it harder for someone to attempt an SQL injection.... :|
-
Re: If user looses ther attack It's a nice day, the sun is out. It made me feel good for a little bit so I decided to help out, Any other day I would've written an essay about how to poster sucks :-) Because I'm mean.
-
Re: If user looses ther attack I already done it >.<
-
Re: If user looses ther attack [php]<?php $atkpage=1; include_once ('globals.php'); $_GET['ID']==abs((int) $_GET['ID']); $_SESSION['attacking']=0; $od=$db->query("SELECT * FROM users WHERE userid={$_GET['ID']}"); if($db->num_rows($od)) { $r=$db->fetch_row($od); print "You lost to {$r['username']}"; $expgain=abs(($ir['level']-$r['level'])^3); $expgainp=$expgain/$ir['exp_needed']*100; print " and lost $expgainp% EXP!"; $hosp = mt_rand(25,60); $reason = sprintf("Lost to <a href=\'viewuser.php?ID=%u\'>%s</a>", $r['userid'], mysql_real_escape_string($r['username'])); $db->query(sprintf("UPDATE users SET exp = exp - %s, hospital = %s, hospreason = '%s', attacking = 0 WHERE (userid = %s)",$expgain,$hosp, $reason, abs(@intval($userid)))); $db->query("UPDATE users SET exp=0 WHERE exp<0"); event_add($r['userid'],"[url='viewuser.php?u=$userid']{$ir['username']}[/url] attacked you and lost.",$c); $atklog=mysql_escape_string($_SESSION['attacklog']); $db->query("INSERT INTO attacklogs VALUES('',$userid,{$_GET['ID']},'lost',unix_timestamp(),0,'$atklog');"); $warq=$db->query("SELECT * FROM gangwars WHERE (warDECLARER={$ir['gang']} AND warDECLARED={$r['gang']}) OR (warDECLARED={$ir['gang']} AND warDECLARER={$r['gang']})"); if ($db->num_rows($warq) > 0) { $war=$db->fetch_row($warq); $db->query("UPDATE gangs SET gangRESPECT=gangRESPECT+1 WHERE gangID={$r['gang']}"); $db->query("UPDATE gangs SET gangRESPECT=gangRESPECT-1 WHERE gangID={$ir['gang']}"); print " You lost 1 respect for your gang!"; } } else { print "You lost to Mr. Non-existant! =O"; } if( !isset($_SESSION['attacklost']) ) { echo 'Cheaters dont get no where.'; $h->endpage(); exit; } $h->endpage(); ?>
-
Re: Alert on header to alert of new messages But....the mailbox displays if you have any new messages. Plus, this looks like something MTG would do :lol: Theres no way you made this :roll: But, well done I guess
-
Re: Awards Mod Looks good, well done Shizzle ;) I advise using this, it's well coded and it works nicely! :-D I've seen the live version :wink:
-
Re: Helping me learn :) I'd like to say that ShizzleNizzle is doing very well :-) I see him everyday and everyday he has learnt something new that he needs to show me :lol: He's doing very well, plus your getting something free :wink: It's a win win situation, you get a free mod and Shizzle gets his experience :lol:
-
Re: [Mccodes v2] DatatBase quiestion I think what he means is how can he make it so some are connected to Server 1 and others are connected to Server 2. I guess he wants to make some speed and prevent lag on either of the servers. 100 users on server 1 100 users on server 2 I think
-
Re: [V2] Saved Events Just putting it out there.... And..........GO! Time starts now :lol: