The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a simple flash module that gets clan stats from bf2tracker.com. I want to add it to a separate page in vba. I have tried doing this, but all I get is the flash file showing up and not the data it is supposed to pull. It works as a stand alone at http://www.gamingregime.com/ranks/ranks.php
I was hoping to integrate this into vba. Does anyone know how to do this? Thanks. Here is the code from the ranks.php file: <?php #### Start Of Automatic clanprofile.xml creation - Dont Delete This Lines #### $online_xml = file_get_contents("http://www.bf2tracker.com/livefeed/xml_clanprofile.php?clanid=8537"); $offline_xml = fopen("/var/path-to-my-site/ranks/clanprofile.xml", wb); fwrite($offline_xml, $online_xml); #### End Of Automatic clanprofile.xml creation #### #### Remember to CHMOD the folder ranks to 777 so the xml can be created automatic and updated #### ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> </head> <body> <div align="center"> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','766','heigh t','660','src','bf2.stats','quality','high','plugi nspage','http://www.macromedia.com/go/getflashplayer','movie','bf2.stats' ); //end AC code </script><noscript><object classid="clsid ![]() <param name="movie" value="bf2.stats.swf" /> <param name="quality" value="high" /> <embed src="bf2.stats.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="766" height="660"></embed> </object> </noscript></div> </body> </html> |
#2
|
|||
|
|||
![]()
This is very cool, any chance of sharing the flash file? PLEASE!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|