[3.8.2] XTrato XD-GamersV2 [Rip by GhostKilla]

kahn

New Member
glh290 said:
i have downloaded this website and i applied it and saw it had none of its original flash and i have installed adobe flash so i could watch utube and stuf like that so i will give it to you guys but im sortof a noob at this stuff so their in .swf form
Those are already in the theme posted here. If you want to create your own fla, I used sothink swf decompiler..
 

glh290

New Member
if it has all the flash how do i make the flash show up on mywebsite i have created my own swf and fla file to put into this website i just dont know how to make it show up pls help
 

glh290

New Member
it didn't work i changed the dir. to Flash and my logo name is "logo2" is it supposed to be just "logo"?
EDIT------
i have also tried this on all my comps with both xp and vista installations
 

axes

New Member
open your forum site and right click then select "view the source page" (for Fire fox) then find for logo2.swf after finding you will see the link in the source page see the directory in which the logo2.swf is and then match your directory to the directory which the source page shows if it doesn't matches then rename your directory to the directory which is shown in the source page.
hope it helps.
i was also have that prob but i just rename the directory flash to Flash and cleared my cache then reopened my forum site and it was fixed.
 

axes

New Member
hey glh290 rename your logo to logo4.swf then upload it to your site in main/Flash then open xdlogo.js which is in main/java with notepad then fine logo2.swf and rename it with logo4.swf then upload xdlogo.js to your site in main/java then clear your browser cache and reopen your site your logo will be shown.
Hope it helps you.


The post that i have posted before this post was not for you, i was helping MaRX.
 

DOPE

New Member
thanks...
not sure if anyone suggested, i wasent gonna go through 9 pages but...

to make this look better...
go into edit template>>>header

FIND and DELETE:
Code:
<table border="0" style="background:url([XDMain]/XD-GamersV2_HD_03.gif)" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tbody><tr>
   <td valign="middle"><table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
       <tbody><tr>
         
         <td valign="middle">&nbsp;</td>
         <td valign="middle" width="449"><table border="0" cellpadding="0" cellspacing="0">
           <tbody><tr>
             <td>
	     <table width="449" border="0" cellpadding="0" cellspacing="0">
             <tr>
               <td><if condition="$bbuserinfo[userid]">
<script type="text/javascript" src="[XDMain]/java/usercp.js"></script>
<else />
<img src="[XDMain]/XD-GamersV2_HD_log.gif" border="0" alt="" height="178" width="449" /></if></td>
             </tr>
             </table>
             </td>
           </tr></tbody>
         </table></td>
       </tr></tbody>
   </table>
   <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
     <tbody><tr>
       <td height="24" valign="middle" width="597"><table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
         <tbody><tr>
           <td height="24" valign="middle" width="597"><script type="text/javascript" src="[XDMain]/java/xdnav.js"></script></td>
         </tr></tbody>
       </table></td>
         <td valign="middle">&nbsp;</td>
         <td valign="middle" width="91"><img src="[XDMain]/XD-GamersV2_HD_08.gif" border="0" alt="" height="51" width="91" /></td>
        </tr></tbody>
   </table></td>
 </tr>
</tbody></table>

then go to footer

FIND and DELETE:
Code:
<table align="center" style="background:url([XDMain]/XD-shooping_FT_13.gif)" border="0" cellpadding="0" cellspacing="0" width="100%">
  <tbody><tr>
    <td valign="middle" width="235"><table border="0" cellpadding="0" cellspacing="0" width="235">
      <tbody><tr>
        <td> <img src="[XDMain]/XD-shooping_FT_11_01.gif" border="0" alt="" height="168" width="235" /></td>
      </tr>
      <tr>
        <td> <a href="http://www.xtrato.com/"><img src="[XDMain]/XD-shooping_FT_11_02.gif" alt="" border="0" height="17" width="235" /></a></td>
      </tr>
    </tbody></table></td>
    <td valign="middle" width="100%"><div align="center">
      <script type="text/javascript" src="[XDMain]/java/xdft.js"></script>
    </div></td>
    <td valign="middle" width="244"><img src="[XDMain]/XD-shooping_FT_15.gif" border="0" alt="" height="185" width="244" /></td>
  </tr>
</tbody></table>

It looks 10X better...
then you can make your own banner and add it after
<a name="top"></a>
 

The Mechanic

New Member
aero said:
Nice theme but the flash ruins it :( how would we go about putting our OWN logo where that awful flash thing is?

The logo2.swf is controlled by a simple script (Java) xdlogo.js in main/java.
 
Top