Page 1 of 1

[solved] Need Help with php module. Simple php, 1st attempt

Posted: Wed Jan 09, 2008 4:50 pm
by denzel2364
hi there,

i have created an xml file:



    Xbox 360 Gamertag
    08/Jan/2008
    Dean Hodges
    This template is released under the GNU/GPL License
    [email protected]
    http://www.pimpmyxbox.co.uk
    1.0
    Displays your xbox live gamertag
     
         mod_gamertag.php
     




HOpefully that is ok. Ive also created a simple php file:


/ / No Direct Access
Defined ( '_VALID_MOS') or die ( 'restricted access');


$ Name = $ my -> username;
$ Gamertag = $ name;
$ Position = $ params -> get ( 'position');
?>

<>