StatusBar Link - Problem

JavaScript and client side scripting.

Moderator: General Moderators

prismb
Forum Newbie
Posts: 8
Joined: Thu Dec 07, 2006 8:12 am

StatusBar Link - Problem

Post 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
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Moved to client side
prismb
Forum Newbie
Posts: 8
Joined: Thu Dec 07, 2006 8:12 am

Post by prismb »

mean ?

how can i find that ?
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post 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.
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Here Is A trick

Post 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
prismb
Forum Newbie
Posts: 8
Joined: Thu Dec 07, 2006 8:12 am

Post 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
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post 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
prismb
Forum Newbie
Posts: 8
Joined: Thu Dec 07, 2006 8:12 am

Post 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
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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?
prismb
Forum Newbie
Posts: 8
Joined: Thu Dec 07, 2006 8:12 am

Post 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
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Lets try this again, post your code.
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post 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 ??
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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?
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post 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
Post Reply