Welcome to XboxMB - Xbox Message Boards Home of the Ultimate Xbox 360 Modding Tool, Horizon. XboxMB.com is a community of Xbox 360 gamers and modders who share Tutorials, News, Reviews, and other resources. Xbox Message Boards is free to sign up and use, so what are you waiting for? Register Now!
12-28-2010
#1 (permalink )
Join Date: Oct 2010
Location: UK
Posts: 1,071
Thanks: 1,464
Batch Gamertag Checker So with all these gamertag lists floating around I though I'd create a little checker. Simply create a list with each gamertag on a seperate line and drag it onto the exe. It'll create a gamertag_log.txt file with the results.
Download Virus scan Edit: Click "compile.bat" before you run anything!
Source:
PHP Code:
<?php //Batch gamertag checker by Oscar //Use bamcompile or another PHP embedder to create a .exe //Check the input gt list exists if(! file_exists ( $_SERVER [ 'argv' ][ 1 ])){ echo "Input gamertag list not found!\nDrop a .txt file onto this .exe" ; sleep ( 2 ); exit( 0 ); } echo "Batch gamertag checker by Oscar\n" ; //Open log file $log = fopen ( "gamertag_log.txt" , "w+" ); //Get the gamertag file $gts = file ( $_SERVER [ 'argv' ][ 1 ]); foreach( $gts as $i => $line ){ //Remove bad stuff $line = ereg_replace ( "[^A-Za-z0-9 _]" , "" , $line ); //Check gt $out = $line . " - " .( strlen ( getPage ( $line )). "\n" == 460 ? "Available!" : "Taken" ); //Output to console echo $out . "\n" ; //Write to log fwrite ( $log , $out . base64_decode ( "DQo=" )); } //Close the file fclose ( $log ); //Download a page from the API function getPage ( $gamerTag ){ return file_get_contents ( 'http://xboxapi.duncanmackenzie.net/gamertag.ashx?GamerTag=' . urlencode ( $gamerTag )); } ?>
Last edited by Oscar; 01-08-2011 at 08:15 PM .
Reason: Updated.
The following users thanked this post: 8Bit ,
AIRBORN LLAMA ,
Cheyne ,
Command Prompt ,
Crankrune ,
DecaaaL ,
Derek ,
Elliot ,
FilthyHeadshot ,
Glitchnez ,
kylethedude ,
Legitti ,
Lightmare ,
maxpwns ,
MET4L FOREVER ,
Nookie ,
Odd Future ,
Rambo ,
Revurt ,
Rush ,
Skill ,
The UNSC ,
Thor ,
Travis ,
Yes
12-28-2010
#2 (permalink )
PC Aficionado
Join Date: Dec 2010
Location: USA
Posts: 4,852
Thanks: 4,640
Re: Batch Gamertag Checker Nice program!
12-28-2010
#3 (permalink )
Regular Member
Join Date: Sep 2010
Location: New Jerseyyy
Posts: 7,924
Thanks: 2,853
Re: Batch Gamertag Checker Didn't godzcheater say that some of the available actually aren't because ones that havn't logged in on LIVE don't work?
+a lot of them are blacklisted for unknown reasons.
12-28-2010
#4 (permalink )
Thread Killer O.G
Join Date: Jul 2010
Posts: 3,014
Thanks: 3,040
Re: Batch Gamertag Checker Nice Oscar!
I can see this being used by a lot of people.
12-28-2010
#5 (permalink )
Join Date: Oct 2010
Location: UK
Posts: 1,071
Thanks: 1,464
Re: Batch Gamertag Checker Quote:
Originally Posted by
ox random xi Didn't godzcheater say that some of the available actually aren't because ones that havn't logged in on LIVE don't work?
+a lot of them are blacklisted for unknown reasons.
That's mostly 3 letter GT's and some are taken on Zune so they can't be used on XBL :/
12-28-2010
#6 (permalink )
Regular Member
Join Date: Oct 2010
Location: New York
Posts: 3,560
Thanks: 1,700
Re: Batch Gamertag Checker dude nice will definitely give this a shot thanks!
__________________
Check out my Dawnguard Thread
Here
12-28-2010
#7 (permalink )
Join Date: Oct 2010
Location: My house!
Posts: 464
Thanks: 222
Re: Batch Gamertag Checker B-e-a-utiful !!!
Very nice Oscar!
Funniest thing is, I was making something very similar to this, and coding it in Batch as well, hah. You beat me to the punch though!
Great job! (Ima work on something different I guess now, A-hole)
12-28-2010
#8 (permalink )
Computer engineer
Join Date: Sep 2010
Location: Minnesota
Posts: 7,755
Thanks: 7,672
Re: Batch Gamertag Checker Does Oscar really need a virus scan? I don't think so lol
I understand why you do though. Thanks for this!
12-28-2010
#9 (permalink )
Join Date: Oct 2010
Location: UK
Posts: 1,071
Thanks: 1,464
Re: Batch Gamertag Checker Quote:
Originally Posted by
Totally Trav Does Oscar really need a virus scan? I don't think so lol
I understand why you do though. Thanks for this!
Better safe than sorry
Just my luck that virus total decides to go snail pace now though :L
12-28-2010
#10 (permalink )
Banned
Join Date: Oct 2010
Posts: 4,913
Thanks: 1,813
Re: Batch Gamertag Checker None of them worked for me. They were all taken. I did manage to guess and get H3P however.
Thread Tools Display Modes Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 08:02 AM .
Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd. COPYRIGHT (c) 2010 - 2013 - XboxMB - DESIGN BY: EDENWEBS.COM