Jump to content
MakeWebGames

thebobby

Members
  • Posts

    171
  • Joined

  • Last visited

Everything posted by thebobby

  1. not sure wat code tags r and wat images do i need i got this code from here so have no clue wat u mean by tags and images in right folder
  2. fixed it thanks and sorry
  3. wats that code tags – [ php] [/php] (without the space on the 1st tag).
  4. Warning: require(../class/class_db_mysql.php) [function.require]: failed to open stream: No such file or directory in /home/mafiasfi/public_html/lotterycron.php on line 9 Fatal error: require() [function.require]: Failed opening required '../class/class_db_mysql.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mafiasfi/public_html/lotterycron.php on line 9 <?php // Created, and released for free for the MWG (makewebgames.io) community by Kieran-R include "config.php"; include "global_func.php"; global $_CONFIG; if($_GET['code'] != $_CONFIG['code']) { die(""); } define("MONO_ON", 1); require "../class/class_db_{$_CONFIG['driver']}.php"; line 9 $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq))
  5. <?php /*----------------------------------------------------- -- High Low (Free Source) -- Copyright held 2007-2008 Isomerizer.com -- highlow.php -----------------------------------------------------*/ require "globals.php"; switch($_GET['action']) { default: highlow_index(); break; case 'bet': bet(); break; case 'bet2': bet2(); break; } if ($_GET['action']!="bet" || $_GET['action']!="bet2") { echo 'What are you doing? [url="highlow.php"]Back[/url]'; $h->endpage(); exit; } function highlow_index() { global $ir,$c,$userid,$h; if ($_SESSION['card']!=0 || $_SESSION['bet']!=0) { $recent=$_SESSION['bet']; echo 'You are already in a game of high low. <form action="'.$_SERVER['PHP_SELF'].'?action=bet" method="POST" /> <input type="hidden" name="amount" value="'.$recent.'" /> <input type="submit" name="submit" value="Continue" /> </form>'; $h->endpage(); exit; } $max=$ir['level']*5; echo '<h3>High Low</h3>Welcome to the casino game of High Low, There are 10 cards, 1 to 10. You must pick either lower or higher to win. [b]State your wager: [i](Your max bet is $'.$max.')[/i][/b] <form action="'.$_SERVER['PHP_SELF'].'?action=bet" method="POST" /> Bet: $<input type="text" name="amount" /> <input type="submit" name="submit" value="Bet!" /> </form> <font color="green">The maximum bet is your current level x $5.</font>'; $h->endpage(); exit; } function bet() { global $ir,$c,$userid,$h; if ($ir['money']<$_POST['amount']) { echo 'Error - You dont have that much money. [url="highlow.php"]Back[/url]'; $h->endpage(); exit; } if ($_POST['amount']<=0) { echo 'Error - You cant bet under $1. [url="highlow.php"]Back[/url]'; $h->endpage(); exit; } $max=$ir['level']*5; if ($_POST['amount']>$max) { echo 'Error - Max Bet Exceeded. [url="highlow.php"]Back[/url]'; $h->endpage(); exit; } if ($_SESSION['card']==0) { $card=mt_rand(1,10); $_SESSION['card']=$card; } $card=$_SESSION['card']; 71 $amount=$db->real_escape_string($_POST['amount']); this line...................................................................... $_SESSION['bet']=$amount; echo '<h3>High Low</h3>You lay <font color="green">$'.$amount.'</font> on the table The dealer reveals the card '.$card.'. Will you bet on higher or lower? <form action="'.$_SERVER['PHP_SELF'].'?action=bet2" method="POST" /> <select name="decide"> <option value="higher">Higher</option> <option value="lower">Lower</option> </select> <input type="submit" name="submit" value="Decide!" /> </form>'; $h->endpage(); exit; } function bet2() { global $ir,$c,$userid,$h; $dealercard=$_SESSION['card']; $yourcard=mt_rand(1,10); echo '<h3>High Low</h3>You bet '.$_POST['decide'].' The final result is: [b]Dealers Card:[/b] '.$dealercard.' [b]Your Card:[/b] '.$yourcard.' '; $prize=$db->real_escape_string($_SESSION['bet']); $lose=$ir['money']-$prize; $win=$ir['money']+$prize; $_SESSION['bet']=0; $_SESSION['card']=0; if ($yourcard==$dealercard) { echo '<font color="orange">You drew with the dealer!</font> [url="highlow.php"]Back[/url]'; $h->endpage(); exit; } if ($_POST['decide']=="higher" && $yourcard>$dealercard) { echo '<font color="green">Congratulations you won $'.$prize.' !</font> [url="highlow.php"]Back[/url]'; $db->query("UPDATE users SET money=$win WHERE userid=$userid", $c); $h->endpage(); exit; } if ($_POST['decide']=="higher" && $yourcard<$dealercard) { echo '<font color="red">Sorry, You lost $'.$prize.' !</font> [url="highlow.php"]Back[/url]'; $db->query("UPDATE users SET money=$lose WHERE userid=$userid", $c); $h->endpage(); exit; } if ($_POST['decide']=="lower" && $yourcard<$dealercard) { echo '<font color="green">Congratulations you won $'.$prize.' !</font> [url="highlow.php"]Back[/url]'; $db->query("UPDATE users SET money=$win WHERE userid=$userid", $c); $h->endpage(); exit; } if ($_POST['decide']=="lower" && $yourcard>$dealercard) { echo '<font color="red">Sorry, you lost $'.$prize.' !</font> [url="highlow.php"]Back[/url]'; $db->query("UPDATE users SET money=$lose WHERE userid=$userid", $c); $h->endpage(); exit; } } ?>
  6. [mccode v2.x] Lottery Mod
  7. it does not rest or pay
  8. here all others work it dont work manually either curl http://mafia.com/cron.php
  9. <?php <div class="usercmtpart"> <div></div> <div class="usercmt_txtpart"> <center> <font size="2"> Shout Box </font> </center> </div> <div></div> </div> '; if($ir['user_level'] == 2) { echo " [Staff Area] "; } if(isset($_POST['shout'])) { if($ir['lastShout'] == date("i") && $ir['user_level'] < 2) { echo "<div style='background: #FF0000;' width='100%'>Unable to shout, try again in 1 minute</div> "; exit; } @$bannedDays = explode("|", $ir['sA_Ban']); if(@$bannedDays[1] > 0) { echo "<div style='background: #FF0000;' width='100%'>You've been banned from shouting (".number_format($bannedDays[1])." Day(s))</div> <h3>Reason: {$bannedDays[0]}</h3>"; exit; } echo "<div style='background: #6EFF70;' width='100%'>You've shouted</div> "; $_POST['shout'] = htmlspecialchars($db->escape($_POST['shout'])); $_POST['shout'] = smilie($_POST['shout']); $_POST['shout'] = bbCode($_POST['shout']); $db->query("UPDATE `users` SET `lastShout`=".date('i')." WHERE userid=$userid"); $db->query("INSERT INTO `shoutarea` VALUES ('NULL', $userid, '{$_POST['shout']}', ".date("d").")"); } echo " <form action='#' method='post'> <input type='text' name='shout' STYLE='color: black; background-color: white;' size='70' length='70' maxlength='80'> <input type='submit' STYLE='color: black; background-color: white;' value='Shout'> </form>"; $get = $db->query("SELECT * FROM `shoutarea` WHERE `Date`=".date("d")." ORDER BY `Key` DESC LIMIT 15"); while($r = $db->fetch_row($get)) { $delLink = ($ir['user_level'] >= 2) ? " []" : ""; $user = $db->fetch_row($db->query("SELECT `username` FROM `users` WHERE `userid`={$r['User']}")); $player = ($r['User'] == 0) ? "SYSTEM" : "{$user['username']}"; print " <div class='cmt_tittxt'> $player says :</div> <div class='cmtbox_part'> " ; if($ir['user_level'] >= 2) { print' <a href = "/shoutarea_staff.php?p=del&s='.$r['Key'].'"> Delete Shout </a> ' ; } print' <div class="cmtbox_top" style="text-indent:400px;"> </div> '; print ' <div class="cmtbox_md"> <div class="cmtcontent">'.stripslashes(htmlentities($r['Shout'], ENT_QUOTES)).' </div> </div> <div></div> </div> '; } function smilie($string) { global $dir; $smilie = array(":o)" => '', ":s" => '', "8)" => '', ":gun:" => '', "0:)" => '', ":)" => '', ":=)" => '', "$-)" => '', ":$:" => '', ":(" => '', ":shh" => '', ":o" => '', ":p" => '', "xD" => '' ); return strtr($string, $smilie); } function bbCode($string) { $bb = array("" => "", "" => "", "" => "<u>", "" => "</u>", "" => "<s>", "" => "<s>", "" => "<sup>", "" => "</sup>", "" => "<sub>", "" => "</sub>", "[time]" => date('G:i (A)') ); return strtr($string, $bb); } ?>
  10. <?php require "globals.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $lv=date('F j, Y, g:i a',$ir['laston']); print "<h3>Black Jack</h3>"; if ($_SESSION['bj'] != ''){ for($i = 1; $i < 25; $i++) { $card[$i] = $_SESSION['card' . $i]; } } if (isset($_GET['start'])) { if ($_SESSION['bj'] != 1){ $i = 1; while ($i < 24){ $t = 0; $card[$i] = rand(1,48); for($a = 1; $a < 25; $a++) { if ($card[$i] != $card[$a]){ $t++; } } if ($t == 23) { $i++; } } $_SESSION['total_cards'] = 2; $_SESSION['bj'] = 1; for($i = 1; $i < 25; $i++) { $_SESSION['card' . $i] = $card[$i]; } } } if ($_SESSION['bj'] == 1){ if (isset($_GET['hit'])) { $_SESSION['total_cards'] = $_SESSION['total_cards'] + 1; } $total_cards = $_SESSION['total_cards']; for($i = 1; $i < ($total_cards + 1); $i++) { if ($card[$i] == 8 OR $card[$i] == 16 OR $card[$i] == 24 OR $card[$i] == 32){ $value = '11'; } else if ($card[$i] == 12 OR $card[$i] == 24 OR $card[$i] == 36 OR $card[$i] == 48){$value = '10'; } else if ($card[$i] == 11 OR $card[$i] == 23 OR $card[$i] == 35 OR $card[$i] == 47){$value = '10'; } else if ($card[$i] == 10 OR $card[$i] == 22 OR $card[$i] == 34 OR $card[$i] == 46){$value = '10'; } else if ($card[$i] == 9 OR $card[$i] == 21 OR $card[$i] == 33 OR $card[$i] == 45){$value = '10'; } else if ($card[$i] == 8 OR $card[$i] == 20 OR $card[$i] == 32 OR $card[$i] == 44){$value = '9'; } else if ($card[$i] == 7 OR $card[$i] == 19 OR $card[$i] == 31 OR $card[$i] == 43){$value = '8'; } else if ($card[$i] == 6 OR $card[$i] == 18 OR $card[$i] == 30 OR $card[$i] == 42){$value = '7'; } else if ($card[$i] == 5 OR $card[$i] == 17 OR $card[$i] == 29 OR $card[$i] == 41){$value = '6'; } else if ($card[$i] == 4 OR $card[$i] == 16 OR $card[$i] == 28 OR $card[$i] == 40){$value = '5'; } else if ($card[$i] == 3 OR $card[$i] == 15 OR $card[$i] == 27 OR $card[$i] == 39){$value = '4'; } else if ($card[$i] == 2 OR $card[$i] == 14 OR $card[$i] == 26 OR $card[$i] == 38){$value = '3'; } else if ($card[$i] == 1 OR $card[$i] == 13 OR $card[$i] == 25 OR $card[$i] == 37){$value = '2'; } $total_value = $total_value + $value; } if ($total_value > 21){ for($i = 1; $i < ($total_cards + 1); $i++) { if ($card[$i] == 8 OR $card[$i] == 16 OR $card[$i] == 24 OR $card[$i] == 32){ $ace = $ace + 1; } } while ($total_value > 21 AND $ace > 0){ $ace = $ace - 1; $total_value = $total_value - 10; } } if ($total_cards == 2 AND $total_value == 21){ $_SESSION['bj'] = 6; } if ($total_value > 21){ $_SESSION['bj'] = 2; } if (isset($_GET['stand'])) { while ($comp_total_value < 17){ $ace = 0; $comp_total_cards = $comp_total_cards + 1; $i = $comp_total_cards + 12; if ($card[$i] == 8 OR $card[$i] == 16 OR $card[$i] == 24 OR $card[$i] == 32){ $value = '11'; } else if ($card[$i] == 12 OR $card[$i] == 24 OR $card[$i] == 36 OR $card[$i] == 48){$value = '10'; } else if ($card[$i] == 11 OR $card[$i] == 23 OR $card[$i] == 35 OR $card[$i] == 47){$value = '10'; } else if ($card[$i] == 10 OR $card[$i] == 22 OR $card[$i] == 34 OR $card[$i] == 46){$value = '10'; } else if ($card[$i] == 9 OR $card[$i] == 21 OR $card[$i] == 33 OR $card[$i] == 45){$value = '10'; } else if ($card[$i] == 8 OR $card[$i] == 20 OR $card[$i] == 32 OR $card[$i] == 44){$value = '9'; } else if ($card[$i] == 7 OR $card[$i] == 19 OR $card[$i] == 31 OR $card[$i] == 43){$value = '8'; } else if ($card[$i] == 6 OR $card[$i] == 18 OR $card[$i] == 30 OR $card[$i] == 42){$value = '7'; } else if ($card[$i] == 5 OR $card[$i] == 17 OR $card[$i] == 29 OR $card[$i] == 41){$value = '6'; } else if ($card[$i] == 4 OR $card[$i] == 16 OR $card[$i] == 28 OR $card[$i] == 40){$value = '5'; } else if ($card[$i] == 3 OR $card[$i] == 15 OR $card[$i] == 27 OR $card[$i] == 39){$value = '4'; } else if ($card[$i] == 2 OR $card[$i] == 14 OR $card[$i] == 26 OR $card[$i] == 38){$value = '3'; } else if ($card[$i] == 1 OR $card[$i] == 13 OR $card[$i] == 25 OR $card[$i] == 37){$value = '2'; } $comp_total_value = $comp_total_value + $value; if ($comp_total_value > 21){ for($i = 13; $i < ($comp_total_cards + 13); $i++) { if ($card[$i] == 8 OR $card[$i] == 16 OR $card[$i] == 24 OR $card[$i] == 32){ $ace = $ace + 1; } } while ($comp_total_value > 21 AND $ace > 0){ $ace = $ace - 1; $comp_total_value = $comp_total_value - 10; } } } echo "Player: $total_value Bank: $comp_total_value"; if ($total_value == $comp_total_value){ $_SESSION['bj'] = 5; } if ($total_value < $comp_total_value ){ $_SESSION['bj'] = 4; } if ($total_value > $comp_total_value OR $comp_total_value > 21){ $_SESSION['bj'] = 3; } //win } else { $comp_total_cards = 1; } echo "<table><tr><td>Player </td> <td> Dealer</td></tr>"; if ($_SESSION['total_cards'] > $comp_total_cards){ $rows = $_SESSION['total_cards']; } else { $rows = $comp_total_cards; } for($i = 1; $i < ($rows + 1); $i++) { $c = $i + 12; echo "<tr><td>"; if ($_SESSION['total_cards'] >= $i){ display_card( $card[$i] ); } echo "</td><td>"; if (isset($_GET['stand'])) { if ($comp_total_cards >= $i){ display_card( $card[$c] ); } } else { $p++; if($p == 1){ display_card( $card['13'] ); } else if ($p == 2){ if ($_SESSION['bj'] == 6){ display_card( $card['14'] ); } else { echo "[img=img/back.gif]"; } } } echo "</td></tr>"; } echo "</table>"; } echo "<table><tr>"; if ($_SESSION['bj'] == 1){ ?> <td>[url="blackjack.php?hit"]Hit[/url]</td><td>[url="blackjack.php?stand"]Stand[/url]</td> <? } else { print " [url='blackjack.php?start']Bet[/url]</table>"; } function display_card( $card ){ //Type if ($card < 13){ $type = "s"; } else if ($card < 25){ $type = "c"; } else if ($card < 37){ $type = "h"; } else { $type = "d"; } //Numer if ($card == 8 OR $card == 16 OR $card == 24 OR $card == 32){$card = '14'; } else if ($card == 12 OR $card == 24 OR $card == 36 OR $card == 48){$card = '13'; } else if ($card == 11 OR $card == 23 OR $card == 35 OR $card == 47){$card = '12'; } else if ($card == 10 OR $card == 22 OR $card == 34 OR $card == 46){$card = '11'; } else if ($card == 9 OR $card == 21 OR $card == 33 OR $card == 45){$card = '10'; } else if ($card == 8 OR $card == 20 OR $card == 32 OR $card == 44){$card = '9'; } else if ($card == 7 OR $card == 19 OR $card == 31 OR $card == 43){$card = '8'; } else if ($card == 6 OR $card == 18 OR $card == 30 OR $card == 42){$card = '7'; } else if ($card == 5 OR $card == 17 OR $card == 29 OR $card == 41){$card = '6'; } else if ($card == 4 OR $card == 16 OR $card == 28 OR $card == 40){$card = '5'; } else if ($card == 3 OR $card == 15 OR $card == 27 OR $card == 39){$card = '4'; } else if ($card == 2 OR $card == 14 OR $card == 26 OR $card == 38){$card = '3'; } else if ($card == 1 OR $card == 13 OR $card == 25 OR $card == 37){$card = '2'; } echo "[img=img/" . $type . $card . ".gif]"; } if ($_SESSION['bj'] == 2){ echo " You lose"; unset($_SESSION['bj']); unset($_SESSION['card']); unset($_SESSION['totalcards']); } else if ($_SESSION['bj'] == 3){ echo " You Win!!"; unset($_SESSION['bj']); unset($_SESSION['card']); unset($_SESSION['totalcards']); } else if ($_SESSION['bj'] == 4){ echo " You lose"; unset($_SESSION['bj']); unset($_SESSION['card']); unset($_SESSION['totalcards']); } else if ($_SESSION['bj'] == 5){ //lose echo " Push!"; unset($_SESSION['bj']); unset($_SESSION['card']); unset($_SESSION['totalcards']); } else if ($_SESSION['bj'] == 6){ echo " Black Jack!!"; } $h->endpage(); ?>
  11. that is the cron
  12. <?php // Created, and released for free for the MWG (makewebgames.io) community by Kieran-R include "config.php"; include "global_func.php"; global $_CONFIG; if($_GET['code'] != $_CONFIG['code']) { die(""); } define("MONO_ON", 1); require "../class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } //Money Lotto $ticketssold=$db->num_rows($db->query("SELECT * FROM moneylotto")); $payout=($ticketssold*50000)*0.90; $rand=rand(1,$ticketssold); $win=$db->query("SELECT * FROM moneylotto where ticketid=$rand"); $winner = mysql_fetch_array($win); event_add($winner['userid'],"Congratulations! You have won the weekly lottery, and claimed your ".money_formatter($payout)." reward!",$c); $db->query("INSERT INTO announcements VALUES('User ID {$winner['userid']} won the weekly lottery. Well done!', unix_timestamp())"); $db->query("UPDATE users SET new_announcements=new_announcements+1"); $db->query("UPDATE users SET bankmoney=bankmoney+$payout WHERE userid={$winner['userid']}"); $db->query("TRUNCATE TABLE moneylotto"); $db->query("INSERT INTO moneylottowinners (id, winner, amount) VALUES ('', '{$winner['userid']}', '$payout')"); //Money Lotto End //Points Lotto $ticketssold=$db->num_rows($db->query("SELECT * FROM pointslotto")); $payout=($ticketssold*50)*0.90; $rand=rand(1,$ticketssold); $win=$db->query("SELECT * FROM pointslotto where ticketid=$rand"); $winner=$db->fetch_array($win); event_add($winner['userid'],"Congratulations! You have won the weekly points lottery, and claimed your $payout points reward!",$c); $db->query("UPDATE users SET crystals=crystals+$payout WHERE userid={$winner['userid']}"); $db->query("TRUNCATE TABLE pointslotto"); $db->query("INSERT INTO pointslottowinners (id, winner, amount) VALUES ('', '{$winner['userid']}', '$payout')"); //Points Lotto End ?>
  13. thanks all fixed :)
  14. PRIMARY KEY (`stockID`) ) ENGINE=MyISAM; wheres this go
  15. thanks but wats these mean `stockUD` TINYINT(1) NOT NULL DEFAULT '1', PRIMARY KEY (`stockID`) ) ENGINE=MyISAM;
  16. i have stock code but need to know how to do the data base
  17. I am wanting to add armory to gang with weapon loan. This is were u can put weapons armor in gang and loan to gang mates. Please help if u can
  18. thebobby

    Update.php

    this is how it looks 1 <?php 2 function Get_ID($username){ 3 $result = mysql_query("SELECT * FROM `grpgusers` WHERE `username` = '".$username."'"); 4 $worked = mysql_fetch_array($result); 5 return $worked['id']; 6 } 7 8 function mrefresh($url, $time="1"){
  19. part of the code $this->exp = $worked['exp']; $this->level = $worked['level']; $this->maxexp2 = $this->level*1500; $this->vault = $worked['vault']; $this->desc = $worked['desc']; $this->gexppercent = floor(($this->exp / $this->maxexp2) * 100); $this->formattedexp = $this->exp." / ".$this->maxexp2." [".$this->gexppercent."%]"; $this->extdesc = $worked['extdesc']; $this->points = $worked['points']; $gangcheck = mysql_query("SELECT * FROM `grpgusers` WHERE `gang`='".$line['id']."'"); $members = mysql_num_rows($gangcheck); $this->crime = $worked['crimeid']; $this->time = $worked['crimetime']; $this->maxpvault = $worked['mxvaultpts']; $this->vmultiplier = $worked['vaultmultiplier']; $this->pmax = prettynum(250+($this->maxpvault * 100)); $this->vmax = prettynum(25000000+($this->vmultiplier * 5000000)); if ($this->exp >= $this->maxexp2){ $newglvl = $this->level + 1; $result2 = mysql_query("UPDATE `gangs` SET `level`='".$newglvl."' WHERE `id`='".$this->id."'"); $result2 = mysql_query("UPDATE `gangs` SET `exp`='0' WHERE `id`='".$this->id."'"); } if($this->crime != 0 && $this->time == 0){ $resulta = mysql_query("SELECT*FROM `gangcrimes` WHERE `id`='".$this->crime."' ORDER BY `exp`"); $workeda = mysql_fetch_array($resulta); $status = rand(0, 3); if($status == 1){ $gnewmoney = $this->vault + $workeda['money']; $gnewexp = $this->exp + $workeda['exp']; $result = mysql_query("UPDATE `gangs` SET `vault`='".$gnewmoney."', `exp`='".$gnewexp."' WHERE `id`='".$this->id."'"); $result = mysql_query("INSERT INTO `gangcrimelog` (`gangid`, `crime`, `passorfail`)"."VALUES ('".$this->id."', '".$workeda['id']."', '1')"); $result = mysql_query("UPDATE `gangs` SET `crimeid`='0' WHERE `id`='".$this->id."'"); } if($status == "2"){ $result = mysql_query("INSERT INTO `gangcrimelog` (`gangid`, `crime`, `passorfail`)"."VALUES ('".$this->id."', '".$workeda['id']."', '0')"); $result = mysql_query("UPDATE `gangs` SET `crimeid`='0' WHERE `id`='".$this->id."'"); } }
  20. 1 error but it works when i mannually do Warning: Division by zero in /home/mafiasfi/public_html/classes.php on line 512 this is classes file 508 through 518 508 $this->vault = $worked['vault']; 510 $this->desc = $worked['desc']; 512 $this->gexppercent = floor(($this->exp / $this->maxexp2) * 100); 514 $this->formattedexp = $this->exp." / ".$this->maxexp2." [".$this->gexppercent."%]"; 516 $this->extdesc = $worked['extdesc']; 518 $this->points = $worked['points'];
  21. thebobby

    Update.php

    wats on line 6 in classes.php
  22. thebobby

    Update.php

    that startes it <? include 'dbcon.php'; include 'classes.php';
  23. ok so dont do that
  24. like this curl http://mysite.com/Hour_cRON_CHhourlycrontorunaaaAAddDDW8N.php
×
×
  • Create New...