Pets mod cheating help wanted

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Pets mod cheating help wanted
_qas_
CZ Active Member
_qas_ has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 02, 2004
0.02 posts per day
Posts: 112
Points: 5,501
   
ok i installed the pet mod fine..but users are able 2 make millions from it...

this is wat they do

They buy the most expensive pet, then call it something like dragon,
The they buy diamonds for it and the cleaning stuff,They then sell the pet
Then buy something cheap like a rabbit and call it the same,dragon, then they clik back twice and come back to the sell the dragon and they clik yes and it sells them the dragon which they never bought again...they can repeat this ova and ova and make a lot of points

Can sum1 make a fix for this or tell me how i cna stop this?????plz

PS. im also looking for gloabal transaction mod if u know where 2 get it plz tell me.thnks



Back to top Reply with quote
#2   re: Pets mod cheating help wanted
aUsTiN
CZ Active Member
aUsTiN has been a member for over 20 year's 20 Year Member
usa.gif georgia.gif
Age: 41
Gender: Male
Website:
Status: Offline
Joined: Sep 09, 2003
0.02 posts per day
Posts: 142
Points: 57
  MSN Messenger 
All i did was basically disabled the selling of pets.

=>
=> OPEN rabitoshi.php
=>
=> FIND
=>


   if ($Sellpet || $confirm_sell)
   {
      $pet_value = intval($HTTP_POST_VARS['pet_value']);

      if ($confirm_sell)
      {
         $sql = "UPDATE " . USERS_TABLE . "
         SET user_points = user_points + $pet_value
         WHERE user_id = $user_id";
         if (!$db->sql_query($sql))
         {
            message_die(GENERAL_ERROR, "Could not update user's points", '', __LINE__, __FILE__, $sql);
         }

         $sql = "DELETE FROM " . RABBITOSHI_USERS_TABLE . "
         WHERE owner_id = " . $user_id;
         $result = $db->sql_query($sql);
         if( !$result )
         {
            message_die(GENERAL_ERROR, "Couldn't delete pet", "", __LINE__, __FILE__, $sql);
         }
         $sql = "DELETE FROM " . RABBITOSHI_SHOP_USERS_TABLE . "
         WHERE user_id = " . $user_id;
         $result = $db->sql_query($sql);
         if( !$result )
         {
            message_die(GENERAL_ERROR, "Couldn't delete pet", "", __LINE__, __FILE__, $sql);
         }
         message_die( GENERAL_MESSAGE,$lang['Rabbitoshi_pet_sold']."$pet_value".' ;;'.$board_config['points_name'].$lang['Rabbitoshi_return']);
      }
      else
      {
         $template->set_filenames(array(
            'body' => 'rabbitoshi_confirm_body.tpl')
         );


=>
=> REPLACE WITH
=>


if ($Sellpet || $confirm_sell)
{
$pet_value = intval($HTTP_POST_VARS['pet_value']);
if ($confirm_sell)
{
message_die(GENERAL_ERROR, "This Board Does Not Allow Selling Pets.", 'Information.');
}
else
{
$template->set_filenames(array(
'body' => 'rabbitoshi_confirm_body.tpl')
);



=>
=> CLOSE & SAVE
=>


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum