thebobby
Members-
Posts
171 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by thebobby
-
cool thanks never heard of mafiacrossfire. Peter wat u mean it doesnt do email verify or it does. it doesnt at this time as its on a test site. also have added points an money to that account
-
looking for ppl to test game before opening. All help is great and thanks http://capone.x10.mx
-
Parse error: syntax error, unexpected $end in /home/chelsi86/public_html/55crnssssp.php on line 31 thats hat happens when i try yours HauntedDawg
-
Update.php 24 hour.php
-
<? // Commandline only if(!isset($_SERVER['argc'])) die("Reticulating Splines"); require_once("dbcon.php"); require_once("classes.php"); //REGULAR CRON SCRIPT $num_updates = 1; $num_updates = 1; $result = mysql_query("SELECT * FROM `grpgusers`"); while($line = mysql_fetch_assoc($result)) { $updates_user = new User($line['id']); if($updates_user->rmdays > 0) {$multiplier = .25; } else {$multiplier = .20; } $username = $updates_user->username; $newawake = $updates_user->awake + ($num_updates * 20); $newawake = ($newawake > $updates_user->maxawake) ? $updates_user->maxawake : $newawake; $newhp = $updates_user->hp + round($num_updates * $updates_user->maxhp * $multiplier); $newhp = ($newhp > $updates_user->maxhp) ? $updates_user->maxhp : $newhp; $newenergy = $updates_user->energy + round($num_updates * $updates_user->maxenergy * $multiplier); $newenergy = ($newenergy > $updates_user->maxenergy) ? $updates_user->maxenergy : $newenergy; $newnerve = $updates_user->nerve + round($num_updates * $updates_user->maxnerve * $multiplier); $newnerve = ($newnerve > $updates_user->maxnerve) ? $updates_user->maxnerve : $newnerve; mysql_query("UPDATE `grpgusers` SET `awake` = '".$newawake."', `energy` = '".$newenergy."', `nerve` = '".$newnerve."', `hp` = '".$newhp."', `gcrime` = '0' WHERE `id`=\"$updates_user->id\""); } ?>
-
php-f/home/chelsi86/public_html/5mincrom.php does not work http://capone.x10.mx/5mincrom.php does not work capone.x10.mx/5mincrom.php does not work anybody help me
-
this is where u look under grpgusers in that file $this->maxexp = $worked['level'] * 873; $this->exppercent = ($this->exp == 0) ? 0 : floor(($this->exp / $this->maxexp) * 100);
-
how do i do that
-
if (strip_tags($_POST['Submit']) && strip_tags($_POST['target']) && strip_tags($_POST['an']) && strip_tags($_POST['amount']) && strip_tags($_POST['reason'])){ $target=strip_tags($_POST['target']); $an=strip_tags($_POST['an']); $amount=intval(strip_tags($_POST['amount'])); $reason=strip_tags($_POST['reason']); if ($an == "1" || $an == "2"){ if ($amount < 100000 || !$amount || ereg('[^0-9]',$amount)){ print "You can only hitlist someone for $100,000+"; }elseif ($amount > 99999 && $amount && !ereg('[^0-9]',$amount)){ $newer = mysql_query("SELECT * FROM grpgusers WHERE id='$target'"); $abcdef=mysql_fetch_object($newer); if ($abcdef->id == $fetch->id){ echo "You can't hitlist yourself!"; }elseif ($abcdef->id != $fetch->id){ $target2 = mysql_query("SELECT * FROM grpgusers WHERE id='$target'"); if($target2->id =='0' or $target2->id =='0'){ print "You can't hitlist Admins or Mods!";}elseif ($target2->id=='0'){ $check=mysql_query("SELECT * FROM grpgusers WHERE id='$target'"); $num=mysql_num_rows($check); if ($num == "0"){ echo "User does not exist."; }elseif ($num != "0"){ if ($an == "2"){ $total_cost=$amount + 100000; }else{ $total_cost=$amount; } if ($total_cost > $fetch->money){ echo "You dont have enough money."; }elseif ($total_cost <= $fetch->money){ mysql_query("INSERT INTO `hitlist3` ( `id` , `paid` , `target` , `reason` , `amount` , `anonymous` ) VALUES ( '', '$username', '$target', '$reason', '$amount', '$an' )"); $new_money = $fetch->money - $total_cost; mysql_query("UPDATE grpgusers SET money=money-$total_cost WHERE id='$username'"); mysql_query("UPDATE grpgusers SET hitlists=hitlists+1 WHERE id='$username'"); echo "User hitlisted";
-
lol ok that did trick but now dont do anything just blinks
-
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/blaz1986/public_html/anewhitlist.php on line 160 still has error
-
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/blaz1986/public_html/anewhitlist.php on line 160 Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/blaz1986/public_html/anewhitlist.php on line 160 $newer = mysql_query("SELECT * FROM grppusers WHERE id='$target'"); line160 $abcdef=mysql_fetch_object(mysql_query($newer)); if ($abcdef->id == $fetch->id){ echo "You can't hitlist yourself!"; }elseif ($abcdef->id != $fetch->id){ change to mysql_fetch_array and still had error
-
lol i download but not sure how to use but thanks for the directions
-
Parse error: syntax error, unexpected '<' in /home/mdsr/public_html/business_create.php on line 34 else if($user_class->money < $r['classCost']) { echo '<tr><td class="contentcontent">You cannot afford to start a business of this type right now.</tr></td>'; } else if(mysql_num_rows($check) || mysql_num_rows($check_member)) { echo '<tr><td class="contentcontent">You are part of a business at this time, close it to start a new one.</tr></td>'; } else { line 32 mysql_query(sprintf("INSERT INTO `businesses` (busId, busName, busClass, busDirector)"." VALUES (NULL,'%s', '%d', '%u'),'".$_POST['name']."',abs((int) '".$_POST['class']."'", $user_class->id)); line34 mysql_query(sprintf("UPDATE `grpgusers` SET `money` = `money` - '%d', `business` = '".$_POST['class']."' WHERE `id` = '%u', '".$r['classCost']."'", $user_class->id)); echo <tr><td class="contentcontent">The '".$_POST['name']."' business was created.</td></tr>; } } { echo <tr><td class="contentcontent"><form action="business_create.php" method="post"> <p align="left"> <b>Create a new business:</b><br /><br /> Please enter a name for the new business below, then select
-
contact me if u would
-
lol ur a fuck stick wanker and the reason ppl hate this site
-
ya just want to here it from him
-
I was asking if this was addressed to me
-
u talking to me rulerofzu
-
ya thats my right Lithium LMAO, that one made my day! http://php.net/manual/en/language.ba...x.comments.php and keep the reading throughout all the links on the left
-
ok thats cool make fun of the noob