New User? Need help? Click here to register for free! Registering removes the advertisements.

Computer Cops
image image image image image image image image
Donations
If you found this site helpful, please donate to help keep it online
Don't want to use PayPal? Try our physical address
image
Prime Choice
· Head Lines
· Advisories (All)
· Dnld of the Week!
· CCSP News Ltrs
· Find a Cure!

· Ian T's (AR 23)
· Marcia's (CO8)
· Bill G's (CO12)
· Paul's (AR 5)
· Robin's (AR 2)

· Ian T's Archive
· Marcia's Archive
· Bill G's Archive
· Paul's Archive
· Robin's Archive
image
Security Central
· Home
· Wireless
· Bookmarks
· CLSID
· Columbia
· Community
· Downloads
· Encyclopedia
· Feedback (send)
· Forums
· Gallery
· Giveaways
· HijackThis
· Journal
· Members List
· My Downloads
· PremChat
· Premium
· Private Messages
· Proxomitron
· Quizz
· RegChat
· Reviews
· Google Search
· Sections
· Software
· Statistics
· Stories Archive
· Submit News
· Surveys
· Top
· Topics
· Web Links
· Your Account
image
CCSP Toolkit
· Email Virus Scan
· UDP Port Scanner
· TCP Port Scanner
· Trojan TCP Scan
· Reveal Your IP
· Algorithms
· Whois
· nmap port scanner
· IPs Banned [?]
image
Survey
How much can you give to keep Computer Cops online?

$10 up to $25 per year?
$25 up to $50 per year?
$10 up to $25 per month?
$25 up to $50 per month?
More than $50 per year?
More than $50 per month?
One time only?
Other (please comment)



Results
Polls

Votes: 1133
Comments: 21
image
Translate
English German French
Italian Portuguese Spanish
Chinese Greek Russian
image
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin 

Need to enable some useful popups
Goto page Previous  1, 2
 
Post new topic   Reply to topic       Computer Cops Forum Index -> Proxomitron General
View previous topic :: View next topic  
Author Message
LWC

Guest






PostPosted: Thu Jan 29, 2004 4:48 pm    Post subject:
Reply with quote

Oh, do you mean you can at least try the popups in that login page? Smile

Well, when it comes to the articles, I looked in the source code and it turned out the comments are loaded as an IFRAME.
And it looks like Proxomitron does not allow pages, that are loaded inside IFRAMEs, to use the javascript's window.open function!
THAT is what the "freed script" error message is all about.

But, again, it does work out as soon as I add the ^ynet to the pop up disabler filter...

Is it possible that we found a bug in the "allow popups after loading" filter? I mean, that it forget to authorize pages inside IFRAMEs too.
Then again, if so than it shouldn't work when I reload too...

Oh, I did successfully added a LoadOff=window.reload() command
(Off=On. Good boy, Proxomitron...).
So guess what happened?
The page kept refreshing until infinity...Wink
I couldn't find a way to make it refresh only ONCE.

Oh sure, I can use the meta way instead, but then I'll have to:
1) Wait and wait and wait until it reloads and I can see the comments.
2) Get no advantage over the aforementioned javascript way (i.e. too frequent reloads)...
Back to top
Guest








PostPosted: Thu Jan 29, 2004 6:28 pm    Post subject:
Reply with quote

If I go to the login page, after clearing my cache, and click on the tour gif, I get nothing with IE. If I reload and click I get the tour popup.

If I set the encoding to western european, clear my cache, start IE, load the page, and click on the tour link I
get the tour popup. Unfortunately I don't think anybody can read this page in western european Wink

I added a refresh to the page but that didn't help. Sad

K-Melleon and Firebird work fine.

All this, plus that one link about can't execute code from a freed script, leads me to believe there is something screwy about the way IE handles encoding.


Which of course is no help.
Back to top
LWC

Guest






PostPosted: Thu Jan 29, 2004 8:48 pm    Post subject:
Reply with quote

You won't believe it. I was trying to download something in a totally unrelated site when all of a sudden I got the same "freed" error!

What are the odds?

BUT, this time everything is on the same page, no IFRAME, no nothing.
So here goes (I think) my IFRAME theory...

Try it out at http://www.masagames.f2s.com (abandonwares site)
But note that they didn't add a ";return false" to their download links, because they wanted them to open up two windows for every link - one as a javascript onclick (the link itself) while the other is the regular HTML link (a "we ask for donations" window).
Since the HTML one works fine, it makes it hard to test because the page dissapears before you know what's wrong with it.

And now you should ask yourself, if so then how I did know this was a "freed" error in the first place...
Well, because, fortunately, they have a subsite for emulator games, in which they ONLY use the onclick part for links, so the page remains static and you can see the error.
I'm talking about http://www.masagames.f2s.com/rom/

And guess what?
It does work when I refresh!
Back to top
Guest








PostPosted: Thu Jan 29, 2004 11:55 pm    Post subject:
Reply with quote

Man what a pain.

I only checked http://www.masagames.f2s.com/
This site won't work without the language installed.
So I reinstalled.

Most interesting, http://www.masagames.f2s.com/metalsaver.php3# .
I can't force the Metal Saver page to western europe with Hebrew installed, so I can't check like I did before. Parts of the site I can but not this page. If I change encoding with it loaded, that is probably the same as refresh but it does then work. Of course it works after a reload.

I do see two javascript errors though, one for "freed" and another for "new window document is null or not an object". I also see 404s.

Proxomitron has a filter,"Suppress all JavaScript errors", that may hide script errors.

And the page works in mozilla.

I wonder if our Japanese friends also have this problem.

I also wonder if this is something new. I'm testing with the current IE6.

I can't explain it. Perhaps somebody at the prox-list, http://groups.yahoo.com/group/prox-list/
, could.
Back to top
LWC

Guest






PostPosted: Fri Jan 30, 2004 5:38 am    Post subject:
Reply with quote

Even Proxomitron's author himself said you don't need it to supress javascripts errors. It's a lot easier to do just click the V in IE. Besides, that way, you can still see the problems manually.
Back to top
Guest








PostPosted: Fri Jan 30, 2004 11:13 am    Post subject:
Reply with quote

I may have found a better work around for http://www.masagames.f2s.com/metalsaver.php3#
Code:
[Patterns]
Name = "test"
Active = TRUE
Limit = 128
Match = "<meta http-equiv*charset=windows-1255[^>]+>"

http://www.masagames.f2s.com/ seems to work to. And I can't break it.
What do you see?

Are their Meta statements correct?
Back to top
Guest








PostPosted: Fri Jan 30, 2004 5:40 pm    Post subject:
Reply with quote

Quote:
Man what a pain.

Oops, I better explain myself. Don't take that personally.
You should understand it like "Why won't the site work in western european"
or "Why doesn't IE get it right the first time" or "Why can't I force the character set I want".
It was nothing about you. Smile

Quote:
Proxomitron has a filter,"Suppress all JavaScript errors", that may hide script errors.
I mentioned this because I thought you might not know about it.
Quote:
And now you should ask yourself, if so then how I did know this was a "freed" error in the first place


Checked the "test" filter again. The site still works with the filter.

Have a good weekend
Back to top
Guest








PostPosted: Fri Jan 30, 2004 9:19 pm    Post subject:
Reply with quote

False alarm Sad
It is broke again.
Back to top
Gordi

Guest






PostPosted: Sat Feb 07, 2004 10:29 am    Post subject:
Reply with quote

Hi Smile

I'm the webmaster of MASAGAMES...
I checked my referer list and found this post Smile
To be honst, I have no idea what you're talking about, but I just wanted to say that I'll be glad to help...
I can fix the encoding so you won't have to refreash it. just tell me what to do Smile

Good Luck!

p.s.
I can only access internet on fridays and Saturdays, so if I don't answer it's probably because i'm not at home...
Back to top
Guest








PostPosted: Sat Feb 07, 2004 12:28 pm    Post subject:
Reply with quote

Gordi,
Thanks so much for the offer Very Happy , but I don't think there is anything you can do to help LWC.
LWC has a fix that he is happy with anyway.
I think this is a browser bug, http://www.computercops.biz/postt16203.html

If my/our "testing" has been abusive, I apologize for us all.
That is certainly not our intent.

Thank You
Back to top
Gordi

Guest






PostPosted: Sat Feb 07, 2004 2:50 pm    Post subject:
Reply with quote

No, It wasn't abusive at all Smile
Is there anything I can do so surfers won't have the problem LWC had?
Back to top
Guest








PostPosted: Sat Feb 07, 2004 5:42 pm    Post subject:
Reply with quote

No, I don't think there is anything you can do.

Your site is OK when viewed without Proxomitron involved. Only your visitors who use Internet Explorer and Proxomitron or something similar may have this problem and they should be able to work around it.

I don't think you need to worry. Smile
Back to top
LWC

Trooper
Trooper



Joined: Feb 13, 2004
Posts: 27
Location: Israel

PostPosted: Sun Feb 15, 2004 5:15 am    Post subject:
Reply with quote

This site suffers from the same problem. Once again, having "Disable Pop ups" not affecting it solved it.

Last edited by LWC on Fri Mar 26, 2004 10:15 am, edited 2 times in total
Back to top
View users profile Send private message
r0mancandlees

Cadet
Cadet



Joined: Mar 25, 2004
Posts: 3
Location: USA

PostPosted: Fri Mar 26, 2004 12:16 am    Post subject:
Reply with quote

can somebody please tell me what Cirschp028, Calsdr, and Atiupdate5 is!?? Please im new at this thing too.. i dont know what the heck im doing. I tried Pming one of the staff people and it keeps coming back with 'general error' so i had to post my plea up somewhere!
Back to top
View users profile Send private message AIM Address
LWC

Trooper
Trooper



Joined: Feb 13, 2004
Posts: 27
Location: Israel

PostPosted: Mon Apr 26, 2004 4:30 am    Post subject:
Reply with quote

Well, turns out this is not a Hebrew problem.
check out http://www.westhost.com

As usual, having "Disable Pop ups" not affecting it solved it.
Will I have to add new sites to that filter all along...?
Back to top
View users profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       Computer Cops Forum Index -> Proxomitron General All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB 2.0.8a © 2001 phpBB Group

Version 2.0.6 of PHP-Nuke Port by Tom Nitzschner © 2002 www.toms-home.com
Version 2.2 by Paul Laudanski © 2003-2004 Computer Cops