Thanks!!!
--- In [EMAIL PROTECTED], "Luciano ES" <[EMAIL PROTECTED]> wrote: > There you go, my off-topickish friend... > > -------------------------------- 8< -------------------------------- > ;# HOW TO USE: > ;# Visit http://www.aliveproxy.com/high-anonymity-proxy-list/ > ;# Select All and copy All to clipboard. > ;# Run this PowerPro script. > > Local myClip myProxies myRegex myFP myOutputFile > > ;# Edit this line if you want the output file (the proxy list) to be > created > ;# elsewhere. WARNING: file will be overwritten if already exists. > myOutputFile = "c:/windows/desktop/proxylist.txt" > > myRegex = "([12]?[0-9]?[0-9](\.[12]?[0-9]?[0-9]){3}:[0-9]+)" > > Regex.Matchg ( Clip.Get, myRegex, "\1'r'n", "myProxies" ) > > myFP = File.Open ( myOutputFile, "w" ) > File.WriteLine( myFP, myProxies ) > File.Close(myFP) > > Quit > -------------------------------- >8 -------------------------------- > > Be careful with this line: > > Regex.Matchg ( Clip.Get, myRegex, "\1'r'n", "myProxies" ) > > I still use single quote as escaping character. I haven't upgraded to new > PowerPro betas in a long time... > > -- > Luciano Espirito Santo > Santos, SP - Brasil > > > <-quote-> ************************************************** > On 15/07/04 at 18:35, web_attorney wrote in 3K: > > > If anyone is interested, I've found a website which lists > > super anonymous proxies, updated very frequently. > > > > For those who like to surf anonymously, > > this is valuable. The site is > > http://www.aliveproxy.com/high-anonymity-proxy-list/ > > > > Are any of you regular expressions gurus interested in > > writing a PP script which extracts the proxies from the > > chart (first line of first column)? That way, we could > > set up anonymous, rotating proxies from the list, fresh > > each day. > > ********* END OF ORIGINAL MESSAGE *********</-quote-> ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
