| Author |
Message |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Tue Jun 01, 2004 6:49 pm |
|
I notice on my site, when im in the main page, i have the following:
ThaiNuke :: PHP-Nuke Thailand community and support website
It appears right above my start button in Windows XP.
Any idea how to get rid of this?
I have no idea how it got there
Joe
|
|
|
 |
 |
sixonetonoffun Spouse Contemplates Divorce

Joined: Jan 02, 2003 Posts: 2499
|
Posted:
Tue Jun 01, 2004 7:11 pm |
|
View source on the page you'll then use FIND Thai and you'll see the java script for the status bar then you just have to figure out where it is and edit it to your site or remove it. Its down there a ways so its probably not where its "sposed" to be in the include file for java. I'd guess a block or ?? something you got from ThaiNuke. |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Tue Jun 01, 2004 7:52 pm |
|
I viewed the source code and here is code before and after the Thai mentioned:
<SCRIPT LANGUAGE="JavaScript">
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+''
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
function hidestatus(){
window.status='ThaiNuke :: PHP-Nuke Thailand community and support web site'
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
Not sure where this is coming from
Joe |
|
|
 |
 |
sixonetonoffun Spouse Contemplates Divorce

Joined: Jan 02, 2003 Posts: 2499
|
Posted:
Tue Jun 01, 2004 8:03 pm |
|
I'd check the Flash Games block? The code is just above that block so thats the place I'd look first the block-flash_games.php or whatever the correct name is. |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Tue Jun 01, 2004 8:06 pm |
|
thats it. Ive installed a couple blocks and could remember where each one came from. Thanks !
Joe |
|
|
 |
 |
sixonetonoffun Spouse Contemplates Divorce

Joined: Jan 02, 2003 Posts: 2499
|
Posted:
Tue Jun 01, 2004 8:13 pm |
|
lol probably something about it in the readme for the games too. I don't think they'd intentionally leave it like that. They've put out some really great stuff. |
|
|
|
 |
|
|
|
|