Page 1 of 2

StatusBar Link - Problem

Posted: Thu Dec 07, 2006 8:29 am
by prismb
Hello Big Brothers

I have littal bit problem with status bar link

I Purcheased one script to install it on my client's server but there is website name in status bar with script owner's

so i can't install it on my client's server

i find "window.status" in whole script folder but i can't find that

i also find ".status" text in whole folder but can't find

so is there any idea that how this script write text at status bar ???

Plz help me

Thanks in Advance

Posted: Thu Dec 07, 2006 8:30 am
by JayBird
Moved to client side

Posted: Thu Dec 07, 2006 8:34 am
by prismb
mean ?

how can i find that ?

Posted: Thu Dec 07, 2006 9:38 am
by matthijs
With status bar link, do you mean the text which is shown in your browsers top, describing the page you're on? Like on this forum it says "DevNetwork Forums :: ... ".

It's probably some setting in the script somewhere which you can change. But without knowing the script it's hard to tell.

Here Is A trick

Posted: Thu Dec 07, 2006 10:26 am
by neel_basu
Create A File Named index.html
In That File Create Two Frames frame1.html and frames2.html
Point Frames2.html To The Index File Of The php script You Bought
And In The frmes1.html
write

Code: Select all

window.defaultStatus = "  ";
and Then Run The index.html

Posted: Thu Dec 07, 2006 12:39 pm
by prismb
I can't even find

windows.defaultstatus

If someone can help me then i can give him my FTP Details as well

Thanks

Posted: Thu Dec 07, 2006 12:42 pm
by neel_basu
I Told
Create A File Named index.html
In That File Create Two Frames frame1.html and frames2.html
Point Frames2.html To The Index File Of The php script You Bought
And In The frmes1.html
write
Javascript:
window.defaultStatus = " ";
and Then Run The index.html
You Can put

Code: Select all

window.defaultStatus = " Your Name Here ";
I Doesn't need To Find anything

Posted: Thu Dec 07, 2006 12:58 pm
by prismb
Hi

Thanks for your support but i cant do that because script is to much complicated so i can't create new page

its shopping cart script but one thing is that i found Hexa Code in 2 files like

function yrdhhdacdeed38d4cd9084ade1739498($x897356954c2cd3d41b221e3f24f99bba,$x276e79316561733d64abdf00f8e8ae48)

so what mean by that ???

i think this hexa code will be decoded and write that data on status bar

Because i removed its copyright data from Each file
but then after also on status bar they write "www.thairwebsite.com" and this both file with hexa code is included at top of those file

so plz can you plz. give me some idea about this code
function yrdhhdacdeed38d4cd9084ade1739498($x897356954c2cd3d41b221e3f24f99bba,$x276e79316561733d64abdf00f8e8ae48)

Thanks in Advance

Posted: Thu Dec 07, 2006 1:23 pm
by nickvd
Please don't double post, it will only cause us not to want to help you... See my reply in your original post

Posted: Thu Dec 07, 2006 1:26 pm
by RobertGonzalez
That other post was removed because it violated our forum rules.

To the OP, can you post some code for us to see?

Posted: Thu Dec 07, 2006 1:28 pm
by prismb
Its not against TOS

When I baught from then I mention about full rights about code and they agree

but when then i found this thing on status bar and they denied to remove it

thats why asking you guys because i am new to php

Hope you will help me

Posted: Thu Dec 07, 2006 2:06 pm
by RobertGonzalez
Lets try this again, post your code.

Posted: Thu Dec 07, 2006 10:52 pm
by neel_basu
To Remove The Status Bar Message You Dont Need To Interact With Any php File
It Can Be Stoped By Some External html Files Only With JavaScript

Keep All The Files Of That Script in A separate Folder Named myScripts
And Then Tell Me The The Name Of The Index File Of That Script Is It Index.php Or Something Else ??

Posted: Fri Dec 08, 2006 10:39 am
by RobertGonzalez
Isn't it easier to remove the offending code rather than write a bunch of other code to scan the document and overwrite the offending code?

Posted: Fri Dec 08, 2006 11:47 am
by neel_basu
Ya What You Told Is Right
But For That One Need To Find Out That very Line That Is Making The Status Bar Line.Its Isn't So Easy If There are So Many Files Or If The php Scripts Are Encrypted.
One Needs to Find That Very String In Hundreeds Of Files

So I Think Its Much Easier To Make An External Code To Overwrite That Status Line