CastleCops, Internet Crime Fighters
Need help? Click here to register for free! Absolutely zero advertisements on this site!

Donation/Premium
spacer
block bottom
Security Central
spacer
· Home
· PIRT/Fried Phish
· MIRT
· SIRT
· Deutsch
· Wiki
· Newsletter
· O16/ActiveX
· CLSID List
· Contest2007
· Downloads
· Feedback (send)
· Forums
· HijackThis
· Hijacktrend
· LSPs
· My Downloads
· O18
· O20
· O21
· O22
· O23
· O9
· Premium
· Private Messages
· Proxomitron
· Reviews
· Search
· StartupList
· Stories Archive
· Submit News
· WsIRT
· Your Account
· Acceptable Use Policy
block bottom
spacer spacer

Beta Config (January 2 2008)
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic       All -> FavForums -> Sidki - Proxomitron [del.icio.us!] [digg it!] [reddit!]
View previous topic :: View next topic  
Author Message
sidki3003

Proxomitron Host
Proxomitron Host


Joined: May 11, 2002
Posts: 1252
Location: Germany

PostPosted: Wed Jan 02, 2008 3:18 am    Post subject: Beta Config (January 2 2008)
Reply with quote

Here's a beta of the next config version.
I didn't have much time to work on it - or test it - over the past weeks, so i thought i'd better share it as is, rather than having it lying idle. Smile

Beta Notes:

Quote:
This beta will use its own subdirectory, so you can run both, this and the
release version in parallel.


2008-01-02
==========

Changes:
- Numerous rewrites and modifications of content-type and content sniffing
filters, in order to avoid filtering of unrelated (esp. binary) content.
- Cut back - or improve - the most troublesome (i.e., heuristic) filters.
- Various scattered changes.

Note:
Most filters aren't fully downwards compatible, so please don't mix them with
the release config.


Beta config (offsite link, 293 KB) -- Homepage

Feedback welcome, as always -- Happy New Year!
sidki

Back to top
View users profile Send private message Send email Visit posters website
Knivez

Corporal
Corporal


Joined: Jan 16, 2006
Posts: 60
Location: Switzerland

PostPosted: Wed Jan 02, 2008 11:46 am    Post subject:
Reply with quote

A new config for the new year, nice Very Happy
Downloading now, will test it on my laptop. Happy new year to all! Party hat

Back to top
View users profile Send private message
ProxFox

Proxomitron Host
Proxomitron Host


Joined: Nov 11, 2003
Posts: 940
Location: USA

PostPosted: Wed Jan 02, 2008 1:34 pm    Post subject:
Reply with quote

many thanks indeed...

been runnin' out-of-the-box for about 2.5 hours with no problems at all thus far...

Back to top
View users profile Send private message
ecli

Trooper
Trooper


Joined: Dec 27, 2005
Posts: 17
Location: USA

PostPosted: Wed Jan 02, 2008 3:35 pm    Post subject:
Reply with quote

Thanks sidki!
I'll take it to a test drive.

Oh, and a Happy New Year! Bestwishes for all of you!

Back to top
View users profile Send private message
sidki3003

Proxomitron Host
Proxomitron Host


Joined: May 11, 2002
Posts: 1252
Location: Germany

PostPosted: Wed Jan 02, 2008 5:04 pm    Post subject:
Reply with quote

Thanks for testing. This beta fixes 100+ little bugs, and a few big ones, so regressions are likely. I'm rather confident regarding the content type/sniffer changes.

The majority of the other changes is JS related. Not so much about ads, more about tracking and interception. So please do not turn off JavaScript (nor block all scripts), if possible.

Back to top
View users profile Send private message Send email Visit posters website
42unite

Corporal
Corporal


Joined: May 09, 2004
Posts: 57
Location: USA

PostPosted: Wed Jan 02, 2008 5:21 pm    Post subject:
Reply with quote

Am now running beta on Linux.
Fine so far.
Thank you, Sidki.

Happy New Year!

Back to top
View users profile Send private message
ProxFox

Proxomitron Host
Proxomitron Host


Joined: Nov 11, 2003
Posts: 940
Location: USA

PostPosted: Wed Jan 02, 2008 6:13 pm    Post subject:
Reply with quote

sidki3003 wrote:
The majority of the other changes is JS related. Not so much about ads, more about tracking and interception. So please do not turn off JavaScript (nor block all scripts), if possible.


lol... okay, will do...

Back to top
View users profile Send private message
pilyoto

Cadet
Cadet


Joined: Dec 25, 2007
Posts: 1
Location: USA

PostPosted: Thu Jan 03, 2008 7:46 am    Post subject:
Reply with quote

Still running fine so far. Smile

Happy New Year everyone!

Back to top
View users profile Send private message
ProxFox

Proxomitron Host
Proxomitron Host


Joined: Nov 11, 2003
Posts: 940
Location: USA

PostPosted: Sun Jan 06, 2008 11:39 am    Post subject:
Reply with quote

still fine here too...
haven't bumped into any "oddities" at all thus far...

so i guess "no news is good news"...

Back to top
View users profile Send private message
sidki3003

Proxomitron Host
Proxomitron Host


Joined: May 11, 2002
Posts: 1252
Location: Germany

PostPosted: Sun Jan 06, 2008 5:17 pm    Post subject:
Reply with quote

Let's hope so! Wink

Back to top
View users profile Send private message Send email Visit posters website
xpi

Cadet
Cadet


Joined: May 02, 2006
Posts: 9
Location: USA

PostPosted: Sun Jan 06, 2008 7:26 pm    Post subject:
Reply with quote

hi sidki,
a long time ago* i asked you how to move the menu to top/left 50 px.

can you tell me how to move it in the new beta ?

thanks !


*
http://prxbx.com/forums/showthread.php?tid=358&pid=4365#pid4365

Back to top
View users profile Send private message
sidki3003

Proxomitron Host
Proxomitron Host


Joined: May 11, 2002
Posts: 1252
Location: Germany

PostPosted: Mon Jan 07, 2008 11:08 pm    Post subject:
Reply with quote

In proxjs-full.js replace the respective functions with:

Code:

      function miShow(e) {
        if (e != 1 && !prxO.oMen.meCheck(e)) return;
        if (prxO.oSet.$toDo & 16)
          status = window.defaultStatus = prxO.oTop.prxO.oiLdStop;
        if (prxO.oMen.meImg.style.visibility == "visible") return;
        prxO.oInt.inSetCSS(prxO.oMen.meImg, "left: " +
          ((window.pageXOffset || prxO.oDoc.scrollLeft) + 20) +
          "px; top: " + ((window.pageYOffset || prxO.oDoc.scrollTop) + 20) +
          "px; visibility: visible;");
      }

Code:

    // Show/hide the menu.
    meShow : function () {
      clearTimeout(this.meTimer);
      if (this.meDiv.style.visibility == "visible") return;
      this.meTimer = PrxRLsetTimeout(function () {
        prxO.oInt.inSetCSS(prxO.oMen.meDiv, "left: " +
          ((window.pageXOffset || prxO.oDoc.scrollLeft) + 40) +
          "px; top: " + ((window.pageYOffset || prxO.oDoc.scrollTop) + 40) +
          "px; visibility: visible;");
      }, 150);
    },

edit: corrected: proxjs-menu.js -> proxjs-full.js

Back to top
View users profile Send private message Send email Visit posters website
Knivez

Corporal
Corporal


Joined: Jan 16, 2006
Posts: 60
Location: Switzerland

PostPosted: Tue Jan 08, 2008 11:27 am    Post subject:
Reply with quote

So far the config is working smoothly, had a couple hang-ups and a couple cookie quirks but most probably its Opera's fault (other browsers worked fine on the same pages).

Thanks for your hard work, Sidki Very Happy

Back to top
View users profile Send private message
storm119

Corporal
Corporal


Joined: Apr 19, 2004
Posts: 52


PostPosted: Tue Jan 08, 2008 11:56 am    Post subject:
Reply with quote

Reporting in...testing...running smooth like silk....as always...another excellent works by sidki...thankyou for your hard works,sid Wink

ps- nah!...i did missed all this...still not late, i guess...party anyone ?...LoL!
btw...Happy New Year and Have a Productive Year a Head to all Proxo communities ... Very Happy

Back to top
View users profile Send private message Visit posters website
sidki3003

Proxomitron Host
Proxomitron Host


Joined: May 11, 2002
Posts: 1252
Location: Germany

PostPosted: Tue Jan 08, 2008 2:46 pm    Post subject:
Reply with quote

Cool, thanks for the feedback. Smile

Back to top
View users profile Send private message Send email Visit posters website
Display posts from previous:   
Post new topic   Reply to topic       All -> FavForums -> Sidki - Proxomitron All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
Quick Reply:
Username: 

Quote the last message
Attach signature (signatures can be changed in profile)
 
You can post new topics in this forum
You can 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 can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001 phpBB Group
spacer spacer