Need some PHP help

Soldato
Joined
18 Feb 2006
Posts
9,781
Right, to start off, I am bitting off more than I can chew so at least a nudge in the right direction would be great.

I am in a clan and was given the task of making a site, great that was done but the site that had the gamercards was really slow so I want to get rid of them. I have gone and found a script for the gamercard and put the end result in a table like so: http://www.ultimateunity.co.uk/gamertags/Vantage UK.php

That is all fine but I would like to make it so if the picture = 20 I have this picture etc or if game = Oblivion this image is displayed I have this one so I don't have to use the microsoft site, which is slow at times as well.

I have been looking through php tutorials but I keep getting un related stuff, so could someone either tell me what the code is please or tell me what I am looking for as I don't even know what it is called. :o

Thanks, Trif.
 
I want to be able to have the pictures on my server instead of the MS one. So what would be needed is when the PHP script sees that this tag has all 5 stars, it will place my picture there instead of the one from MS.

Trif.
 
Again, that's a bit vague. There's not really much I can do to help, as I don't even know how the existing script works :confused:

edit: If you want to have the pictures on your server, then just upload them to your server and modify the PHP script such that the local pictures will be displayed. You should just have to change the URLs that PHP prints to do this. I can't help you much more though, as I don't know the specifics of how the script works, as I've said.
 
Last edited:
Ahhhh simple answer yet it works, thank you.

(for some reason it wanted to go through loads of folders that were not mentioned in the script, easily solved by creating them for it to follow.)
 
Back
Top Bottom