![]() |
|
sidki's config set: 2005-06-09 - Printable Version +- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums) +-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43) +--- Forum: Sidki (/forumdisplay.php?fid=44) +--- Thread: sidki's config set: 2005-06-09 (/showthread.php?tid=358) |
- sidki3003 - Jun. 01, 2005 03:50 PM mozerd Wrote:Running Beta 3 -- so far working just great.Good! Quote:However the following site seems to pass a lot of adds:There's nothing generic to target there, but if you like you can add... Code: HmSect[a-z0-9_.-]+$TST(uDom=msn.co(m|.uk))edit: For the release config the appropriate list would be AdStrings.ptxt. sidki - sidki3003 - Jun. 09, 2005 12:53 PM The new version is out - first post updated. ![]() sidki - lnminente - Jun. 21, 2005 01:20 PM Hi my old friend I hope you remember me. I was a few years without internet in my home. A lot of things happen about proxomitron... but i am again here , and very surprised when i tried your config set, it's amazing your very high level with proxomitron.In the next months i'll try to learn again about filters, because i forget a lot of things... I'm enjoying surfing with your last update. Incredible good and hard work! Many thanks from Spain. - ProxRocks - Jun. 21, 2005 02:05 PM recepci?n a bordo, lnminente... alegre tenerle aqu?... ps - ironically, your name came up just a few days ago in working on some filter improvements... kid you not, we remember you... - sidki3003 - Jun. 21, 2005 02:35 PM Hola lnminente! ![]() Glad to see you again, i hope your Internet connection will make it for a long while. ![]() sidki - lnminente - Jun. 21, 2005 11:35 PM Many many thanks my friends. My name between filter improvements, this glad me a lot [thumbs]. ps - I'll try to be improving again very soon! -lnminente. - sidki3003 - Jun. 22, 2005 03:47 PM Cool! - elshaddai - Jun. 22, 2005 05:02 PM ProxRocks Wrote:recepci?n a bordo, lnminente...Was this about an imminent new release Correction of the above Spanish Bienvenido a bordo Inminente, nos alegramos tenerte aqui.
- ProxRocks - Jun. 22, 2005 05:57 PM Broken Spanish? It's Babel Fish's fault, lol... About an imminent new release? Nope, basically a discussion revolving around a method that 'idiotic' web page coders do [inadvertently?] that results in various objects or whatnot "sneaking by" Proxo... - lnminente - Jun. 22, 2005 07:59 PM Yes, i think i know the method you are talking about...very difficult to avoid. Maybe modifying document.write to save the result to a file, and then importing that file... Ps - Hi elshaddai, an imminent release? lol ps2 - feel free to edit this post or delete something. - Oddysey - Jun. 22, 2005 08:01 PM ProxRocks; Quote:Broken Spanish?Not to get too worried, amigo. It's just a case of the number of persons you're talking about. If I read this correctly, 'alegre' refers to a single person doing the cheering, versus 'nos alegramos' meaning more than one of us are cheered (to have him here amongst us). Or have I blown that, guys? The Romantic languages were only the third set (of foreign) languages I tried to take up, and by that point in my life, I was rather lazy about it, sorry to say. For all I know, this could be proper Portugese! :o Quote:a discussion revolving around a method that 'idiotic' web page coders do [inadvertently?] that results in various objects or whatnot "sneaking by" Proxo...I'm interested in that topic. I don't know where it was going on (maybe in a secret forum somewhere? ), but as a part-time coder, I'd like to know what to avoid. After all, I tell people to use Proxo, as well as to view my sites, so it'd be nice to know....... Oddysey - ProxRocks - Jun. 23, 2005 01:28 AM Consider a web designer coding a page with an advertisement anchored between two tags... Web filtering software (ie, Proxomitron) then utilizes a filter which targets and removes any content "nested" between said tags... For the sake of discussion, let's use the <object - /object> tag... Under "normal" circumstances, that <object> tag is closed with an </object> only a few kilobytes away... But enter the dragon... Let's say some dumb (or ingenius, take your pick) coder comes along and slaps several spaces, tabs, and carriage returns, all randomly placed and quite chaoticly, within those "nested" tags - whoala, Proxo will no longer "trap and remove" the advertisement or whatnot that it was targeting between those tags... Only theoretical, of course... And not witnessed "in the wild"... But theoretically, slap a bunch of spaces, tabs, and carriage return/line breaks and you can, theoretically, slip something past Proxo... Having said all of that, it is merely a "theory" and not an "in the wild" encounter... After all, just how many coders are going to create a web page with two pages of code but turn it into a 20-pager just by adding in useless spaces, tabs, and return strings? - lnminente - Jun. 23, 2005 02:33 AM I think Hpguru made a filter for that. I will search for it. - lnminente - Jun. 29, 2005 05:17 PM Understanding Proxtoggle function... ...i realized, the swf files are always downloaded, and them are waiting we to click on toggle to appear in screen. Here is an example of the code proxomitron writes: ---example begins ---First writes this---- <span id=proxFlash class=ProxFlash_1_1 style=display:none>↑ <a id=proxFlash href=jPrxToggle('ProxFlash_1_1','cl','span',1);PrxToggle('ProxFlash_1_1','cl','object',1) title=object 520x550: datatech target=_self> Toggle[/url] - <a id=proxFlash href=http://www.datatech.es/datatech.swf title=Entire Window>Flash[/url] </span> ---and also this ---------- <object id=proxFlash class=ProxFlash_1_1 style=display: classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.#version=5,0,30,0 height=550 width=520> <param name=movie value=http://www.datatech.es/datatech.swf><param name=quality value=best> <param name=play value=true> <embed height=550 pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=http://www.datatech.es/datatech.swf type=application/x-shockwave-flash width=520 quality=best play=true></object> --example ends My question is: To avoid the download of the .swf file always, clicking or not, could we modify the Proxtoggle function making a document.write for the second part? I'll explain myself: Only if we click on toggle, the file would be downloaded, and rendered in screen. Other question: This function could be used for another files? for example a gallery of images, to change a thumbnail for the image linked... Many thanks in advance. Ps- i'm still searching the HPguru filter... - lnminente - Jun. 29, 2005 05:31 PM In the next link the update_view function is also very interesting: http://google-earth.softonic.com/file.phtm...iew=screenshots |