-
Posts
1,099 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Lithium
-
Here we go again! FFS can someone closed these damn threads?
-
Message body down below! (yes I am THAT bored)
-
So, how is business made? @Zettieee: valid license for GRPG? Also, bare with me, but even base GRPG has more features than that.
-
@Hedge: I second Guest on his post for seeing my own handle up there! hehe! @Razor42: On your first paragraph, that has been the way since the beginning, but as chicka already stated, it's not the community itself, but a few users that come and go (usually faster), that drive away the community, with their actions. That and the lack of involvement from the forums owners... well you can figure out where it goes. The fact of releasing work for free, means nothing (my opinion, not meant to criticize). I look at my example, i barely released work, i have helped whenever i felt comfortable, yet i do have my flaws, I'm no coder nor i ever wanted to. I do it for fun and yes the people around here is what makes me return (even if they are as annoying as Guest, always complaining (not lately surprisingly)) (just kidding). I've had my fair share of arguements with a couple users, but at the end of the day, all was good. So in conclusion... yes the forum is dying, the community tries to make a hold on them, but with no feedback/appearance from whoever should... it's hard to maintain. I was off until a few days ago, and lasted a few month, a quick look on the new posts, well... all said, nothing new for months. @bluegman991: there is no obligation to post, I'm a full time dad, full time worker and full time student, and yes i still have time to lurk around either being helpfull or being a jerk (mostly)! ;)
-
add a counter for rows ($row = (isset($row)) ? ++$row : '1'; ) , add an if to when it reaches 4 change row and restart counter
-
hmmm... i actually... don't care!
-
http://www.php.net/manual/en/function.mysql-fetch-row.php http://www.php.net/manual/en/function.mysql-fetch-assoc.php SELECT * FROM games ORDER BY visits DESC LIMIT 5"
-
Actually... I do believe Guest (as many of us around here) is patient IF the "n00bs" are willing to learn, not as most cases where you see people just asking for stuff! :)
-
lol, that seems to me you do want a fully functional game, not an engine! and those are easily achieved with a few mods. @grant: the engine itself is not lacking functionality, but a big rewrite (security wise, classes and a few minor tweaks), I would consider also adding some support documentation, and/or an official site.
-
The code as it was taking the money from an un-existent row as he was taking the money out before setting the "uhouseTenant", changing the queries order should fix the problem!
-
mysql_query(sprintf("UPDATE `users` SET `money` = `money` - '%d' WHERE `userid` = '%u'", $r['uhouseRent'], $r['uhouseTenant'])); mysql_query(sprintf("UPDATE `owned_houses` SET `uhouseTenant` = '%d' WHERE (`uhouseId` = '%u')", $ir['userid'], abs((int) $_GET['id']))); echo 'You are now renting the '.stripslashes($r['hNAME']).' for a total of $'.number_format($r['uhouseRent']).' each night!'; to mysql_query(sprintf("UPDATE `owned_houses` SET `uhouseTenant` = '%d' WHERE (`uhouseId` = '%u')", $ir['userid'], abs((int) $_GET['id']))); echo 'You are now renting the '.stripslashes($r['hNAME']).' for a total of $'.number_format($r['uhouseRent']).' each night!'; mysql_query(sprintf("UPDATE `users` SET `money` = `money` - '%d' WHERE `userid` = '%u'", $r['uhouseRent'], $r['uhouseTenant']));
-
mysql_query(sprintf("UPDATE `users` SET `money` = `money` - '%d' WHERE `userid` = '%u'", $r['uhouseRent'], $r['uhouseTenant'])); I just took a quick look at the script and for what i see the above line ought to be the one that takes the money out... see where the problem is? *hint* `money` = `money`*hint*
-
What makes an "opening" on current terms as it is, a downfall for the future, people see it as it is (plain old mcc default features), move along and won't be coming back. And as Dominion also stated... ratios are simply... off the roof, either too difficult to get or too easy.
-
No one not liking Douwe Egberts, or any other brand is trustworthy though!!! (no offense intended) :)
-
Guest - Some Random Bastard - Other names I cannot remember.
Lithium replied to Lithium's topic in Collaboration Experiences
Heck no!!!! -
Guest - Some Random Bastard - Other names I cannot remember.
Lithium replied to Lithium's topic in Collaboration Experiences
Now... kiss!!! :) (To DJK, just in case) -
A guy that "releases" (*cof*cof*steals*) an engine, suppsably better than mccrap, doesn't know how to fix this?
-
receive.php from line 86 forward, try this: $q = mysql_query("SELECT `chat_id` FROM `chat_box` ORDER BY `chat_id` ASC LIMIT 26"); echo '<div align="left">'; while ($c=mysql_fetch_array($q)) { $staff = ($ir['user_level'] > 1) ? '[<a href="chat1.php?action=del&chat_id='.$c['chat_id'].'">X</a>] ' : ''; echo ' '.$staff.'<strong>'.$c['chat_user'].':</strong> '.$bbcode->parse(htmlspecialchars($c['chat_text'])).''; } echo '</div>';
-
Hmmm, Faz` seems in love with Nickson. When do you guys get married?
-
What else is new? 'Cause those are very very old news!!!
-
And who the frack is Monica? :|
-
Where's Luigi? And... where's Rachel? :P
-
Who cares if you leave anyway? Stay well old man!!! ;)