Well im making a Subeta FLP and i kinda ran into 2 problems.
1) They have a javascript time. But i dont understand their code. Its different then the normal GMT+ type javascript. Heres their code:
Code:
<script type="text/javascript">var currenttime = 'May 25, 2008 19:13:20' </script>
<script src="/include/js/prototype.js" type="text/javascript"></script>
<script type="text/javascript" src="/include/js/subeta.js"></script>
<script src="/include/js/scriptaculous.js" type="text/javascript"></script>
<script src="/include/js/prototip.js" type="text/javascript"></script>
<link rel="stylesheet" href="/styles/global.css" type="text/css" />
<link rel="stylesheet" href="/styles/1/style.css" type="text/css" />
<link rel="stylesheet" href="/styles/prototip.css" type="text/css" />
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
I need help on how i would make that into a standart GMT+? time format, still making it look like theirs useing their style (Big blue font type thing. Just go to subeta.org to vew the time)
2)
Removing their "You Are Leaving Subeta" Banner thing when you click an offsite link. I dont know how i would go about removing this so when they click my fake login page link it takes them to the FLP rather then shwoing them they are clicking an offsite link. heres their code for it:
Code:
<title>Subeta - Outside Link</title><frameset rows="85, *"><frame src=redirect.php?act=notice&url=http://www.mbif.net style="width:100%;height:70px;border-bottom:3px solid #018592" frameborder="0" noresize="noresize" marginwidth="0" marginheight="0"><frame src=http://www.mbif.net frame=border=0 style="width:100%;height:900" frameborder="0" noresize="noresize" marginwidth="0" marginheight="0"></frameset>
So how would i remove this damn thing so it goes directly to my page?