Jump to content

Why the hell is this script not loading the links?


BRADERY

Recommended Posts

<?php
# Game Info #
$game_link = "http://mob-dynamic-lb".rand(1,5).".mobsters0".rand(1,9).".com/mob/";
//$id2 = 548685167;
# ID / Auth Key file info #
$filename = "auth-keys111.txt";
$fp = file($filename);
foreach($fp as $cwb){
  list($id,$auth) = explode(" ",$cwb);
$a = file_get_contents($game_link."attack?user_id=".$id."&target_id=548685167&punch_in_face=true&auth_key=".$auth);
echo "WTF!";
  ////////////////////////////////////////////
////////////////////////////////////////////
$a = file_get_contents($game_link."attack?user_id=".$id."&target_id=548685167&punch_in_face=true&auth_key=".$auth);
$b = file_get_contents($game_link."top_mob_gift?user_id=".$id."&target_id=".$id."&auth_key=".$auth);
$c = file_get_contents($game_link."remove_top_mob?user_id=".$id."&target_id=548685167&auth_key=".$auth);
echo "WTF?!";}
?>

 

everything is correct for $game_link and all that.. but its not workin.. Any ideas?

do you truley own all the URL's mobsters0".rand(1,9).com and may I ask why you do that? Is it to bypass blocks? because that will still get blocked because it is still going to the same Ip address.

 

Thanks,

Colton Wagner

Given the fact that the script includes a user id and a reference to an auth file, then passes that information via the URL, I'd guess that he's an authorized user of the system.

Given the fact that the script includes a user id and a reference to an auth file, then passes that information via the URL, I'd guess that he's an authorized user of the system.

 

Correct. now, any idea why it is not wanting to load the links?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.