Jump to content
MakeWebGames

chicka

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by chicka

  1. Re: House Images Help would this be correct for my db?? ALTER TABLE `houses` ADD `hsepics` BIGINT(90) NOT NULL;
  2. Re: House Images Help well I haven't uploaded the pics yet i'm working on that now.... i'll post it up here when i'm done and let you know...
  3. Re: House Images Help thank you so much :) +1
  4. Re: House Images Help I have been trying and I just keep getting errors.. I thinks its because i'm still new...lmao... if you could help me that would be great <?php $housequery=1; require "globals.php"; echo "<h2>General Info:</h2>"; $exp=(int)($ir['exp']/$ir['exp_needed']*100); echo " <table class='table'> <tr> <th>Name</th> <th>Crystals</th> <th>Level</th> <th>Exp.</th> <th>Money</th> <th>Health</th> <th>House</th> </tr> <tr> <td><center>".$ir['username']."</center></td> <td><center>".$cm."</center></td> <td><center>".$ir['level']."</center></td> <td><center>".$exp."</center></td> <td><center>$fm</center></td> <td><center>".$ir['hp']."</center></td> <td><center>".$ir['hNAME']."</center></td> </tr> </table>   <h2>Stats:</h2>"; $ts=$ir['strength']+$ir['agility']+$ir['guard']+$ir['labour']+$ir['IQ']; $ir['strank']=get_rank($ir['strength'],'strength'); $ir['agirank']=get_rank($ir['agility'],'agility'); $ir['guarank']=get_rank($ir['guard'],'guard'); $ir['labrank']=get_rank($ir['labour'],'labour'); $ir['IQrank']=get_rank($ir['IQ'],'IQ'); $tsrank=get_rank($ts,'strength+agility+guard+labour+IQ'); $ir['strength']=number_format($ir['strength']); $ir['agility']=number_format($ir['agility']); $ir['guard']=number_format($ir['guard']); $ir['labour']=number_format($ir['labour']); $ir['IQ']=number_format($ir['IQ']); $ts=number_format($ts); echo " <table class='table'> <tr> <th>Strength</th> <th>Agility</th> <th>Guard</th> <th>Labour</th> <th>IQ</th> <th>Total Stats</th> </tr> <tr> <td><center>".$ir['strength']."</center></td> <td><center>".$ir['agility']."</center></td> <td><center>".$ir['guard']."</center></td> <td><center>".$ir['labour']."</center></td> <td><center>".$ir['IQ']."</center></td> <td><center>".$ts."</center></td> </tr> </table>   <h2>Stats Rankings:</h2> <table class='table'> <tr> <th>Strength</th> <th>Agility</th> <th>Guard</th> <th>Labour</th> <th>IQ</th> <th>Total Stats</th> </tr> <tr> <td><center>Number: ".$ir['strank']."</center></td> <td><center>Number: ".$ir['agirank']."</center></td> <td><center>Number: ".$ir['guarank']."</center></td> <td><center>Number: ".$ir['labrank']."</center></td> <td><center>Number: ".$ir['IQrank']."</center></td> <td><center>Number: $tsrank</center></td> </tr> </table> "; if(isset($_POST['pn_update'])) { $update = sprintf("UPDATE users SET user_notepad = '%s' WHERE userid = '%u' ", ($_POST['pn_update']), ($ir['userid'])); mysql_query($update); $ir['user_notepad']=stripslashes($_POST['pn_update']); header('Location: index.php'); } echo " <hr> Your Personal Notepad: <form action='index.php' method='post'> <textarea rows='10' cols='50' name='pn_update'>".htmlspecialchars($ir['user_notepad'])."</textarea>   <input type='submit' value='Update Notes' /> </form>"; $h->endpage(); ?>
  5. Re: House Images Help i'll do that.. I'm gonna give it a try first...
  6. Re: House Images Help thanks illusions i'm gonna give that a try and see what happens
  7. I'm trying to add house images to my game but no matter what I try I can't seem to get the images to show up... would someone kindly post something that might help?? Thank you so much
  8. Re: [mccodes V2] Add any type of video media to your game illusions, This mod looks awesome.. I haven't tried it yet but i'm sure that it will be a great addition to anyones game +1
  9. Re: Rise Of Lycans man i'm not worried at all samz, i know the one person who came to help me out when all that went down, Thank you Very Much SaMz
  10. Re: Rise Of Lycans So all this war between samz and mike and I get the bad end of the stick.. I'm the won who had to fix everything because of something that was not my falt.. I had nothing to do with their affairs yet i'm the one who had to rebuild everything that was deleted because of this.. If Mike had a problem all he had to do was come and talk to me and I would have explained everything no problem.. instead he wanna hack my game and I have to put all the crap back in while losing my player
  11. Re: [mccode v2] Index.php Update This is NICE thank you
  12. Re: [McCodes V2] Assassinate user (donator only) how can i change the success to 50% chance??? but it works great thanks
  13. help please my game got hacked today and i am a very newbie and i really need someones help. i cant get back in to admin and i dont know how to fix it all. if any one can give me clear cut instructions i would really really appriciate it please  
×
×
  • Create New...