Gamertag rotation

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
I need some sort of xbox 360 gamertag rotation script. This is what it should do:


Rotate all gamertags
User should be able to add their gamertag automaticly

This is the gamertag code:

HTML:
<iframe src="http://gamercard.xbox.com/REPLACE-THIS-WITH-YOUR-GAMERTAG.card" scrolling="no" frameBorder="0" height="140" width="204">Put your gamertag here too.</iframe>

I thought doing it someway in PHP and mysql. The REPLACE-THIS-WITH-YOUR-GAMERTAG need to be replaced by a random gamertag some1 has submitted. Put your gamertag here too should also change. And if the user has spaces in his name the space should turn to %20.

I will pay you. Say an offer and I will pay it if you make me the script.

Also, you can see it like a bannerrotator thing. Just without approval and the user just posts theyr name. Like me, vigge1sWe
 
Last edited:

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
hm..after searching around the web..trying to find out what a gamertag is,
I have came up with a theory on how it can be achieved. A simple mathematical script to pick out a random number, and a flat-file DB which stores all the URLS to the gamertag. and when the users want to add a gamertag, a simple php script it add it into the flat-file DB

I think that is what you want..correct me if I am wrong
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
hm..after searching around the web..trying to find out what a gamertag is,
I have came up with a theory on how it can be achieved. A simple mathematical script to pick out a random number, and a flat-file DB which stores all the URLS to the gamertag. and when the users want to add a gamertag, a simple php script it add it into the flat-file DB

I think that is what you want..correct me if I am wrong

Exactly! And in the way I though it should be done but I can't do it myself because I suck at php
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
hmm..I'll get working on it..I am thinking around 500, could be lower depends on how well the script is. it might take a while since I have midterms comming up
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
I also forgot to mention that because of the Stoli server down, I might not be able to fully complete it (bugs) since I can't test out the PHP
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
Progress:
Done:
submit
db

To Be Done:
enter
show
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
I am almost done with it, I just need to do some clean up work with the script
 
Top