BRADERY Posted October 28, 2010 Share Posted October 28, 2010 <?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? Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/ Share on other sites More sharing options...
JeremyCanada26 Posted October 28, 2010 Share Posted October 28, 2010 probably because punch_in_face=true hehehe Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/#findComment-1127537 Share on other sites More sharing options...
BRADERY Posted October 28, 2010 Author Share Posted October 28, 2010 haha thats just a part of the game header Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/#findComment-1127540 Share on other sites More sharing options...
Colton.Wagner Posted October 28, 2010 Share Posted October 28, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/#findComment-1127553 Share on other sites More sharing options...
BRADERY Posted October 28, 2010 Author Share Posted October 28, 2010 no Im not blocked, and I just have it randomize because if I were to do the action in the game through the page it would be random 1 - 9 Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/#findComment-1127555 Share on other sites More sharing options...
Colton.Wagner Posted October 28, 2010 Share Posted October 28, 2010 But you do own those sub domains and domains? Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/#findComment-1127573 Share on other sites More sharing options...
BRADERY Posted October 28, 2010 Author Share Posted October 28, 2010 no. Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/#findComment-1127581 Share on other sites More sharing options...
Pikachu2000 Posted October 28, 2010 Share Posted October 28, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/#findComment-1127584 Share on other sites More sharing options...
BRADERY Posted October 28, 2010 Author Share Posted October 28, 2010 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? Quote Link to comment https://forums.phpfreaks.com/topic/217094-why-the-hell-is-this-script-not-loading-the-links/#findComment-1127585 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.