Jump to content

Bayler

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Bayler's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. the Problem is.. I dont understand HOW to group the Game Titles together and display each $gn and display each SS thats associated with the $gn
  2. foreach($parser->document->screenshot as $screenshots){ $id = $screenshots->game[0]->tagAttrs['id']; $gn = $screenshots->game[0]->tagData; $ss = $screenshots->filename[0]->tagData; echo "<div align=\"center\"><center>" ."<table border=\"0\" width=\"100%\">" ."<tr>" ."<td><div align=\"center\"><center><table border=\"0\" width=\"100%\">" ."<tr>" ."<td align=\"center\">$gn</td>" ."</tr>" ."<tr>" ."<td align=\"center\"><a href=\"http://screenshot.xfire.com/screenshot/large/$ss\" rel=\"lightbox\"><img border=\"0\" src=\"http://screenshot.xfire.com/screenshot/small/$ss\"></a></td>" ."</tr>" ."</table>" ."</center></div></td>" ."</tr>" ."</table>" ."</center></div>"; }
  3. Unfortunately No.. this has to be compatable with both PHP4 and above!
  4. XML url = http://www.xfire.com/xml/sgteversmen/screenshots/ XML Parsed url: http://www.evolutionclans.com/Xfire/ each screenshot is displayed with its associated Game Title.... Im attempting to list the Game Title in a table, then a row of each screenshot associated to that Game Title... If anyone has the ability to help..id sure love to understand HOW i can do this..ill accept any MSN invites and provide any files needed to show how i got this far! baylerfl@msn.com
  5. in an attempt to parse out data from www.xfire.com ... example: http://www.xfire.com/xml/sgteversmen/screenshots/ and using a parser from: www.criticaldevelopment.net/xml/ allows me to display all information like this: foreach($parser->document->screenshot as $screenshots){ $images = $screenshots->filename[0]->tagData; } Question now is.. how can i display ALL of the Game Titles..but only one time each ?
  6. XML file: http://www.xfire.com/xml/killigan1/screenshots/ Ive read as much as i can swallow...and have found way too many ways to parse this out to which none of i know is the best option... So..thought id ask here! I wish to take the Above XML and parse it out to display in a format like: [ Game Name ] [ List of Images matching this Game ] [ Next Game Name ] [ List of Images matching this Game ] This Must work with PHP version 4.4.3 and Above... so simpleXML function wont work! Any Suggestions ?
  7. im trying to insert this javascript into a php Nuke Block: [code]<script language="javascript" type="text/javascript">    var vspy_width=640;    var vspy_height=480;    var vspy_style="640x480_flash";    var vspy_server="voice04.hurricanehost.com:3943"; </script> <script language="javascript" type="text/javascript" src="http://www.ventrilospy.net/js/show_ventrilo.js"></script>[/code] Any ideas?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.