====== Trial klíče na starší produkty Borlandu ====== Dnes jsem sháněl trial verzi produktu VisiBroker for Java 5.0. Nemohl jsem tuto verzi najít, ale zjistil jsem, že Borland má stále funkční některé staré stránky, které obsahují formuláře pro zaslání klíčů. Tyto stránky jsou dostupné přes ID, takže je možné je všechny projít a zjistit přesnou adresu daného formuláře. Napsal jsem proto skriptík. ===== Skript ===== #!/usr/bin/env python # -*- coding: utf-8 -*- # # Reads all Borland download pages (including those with historical products) # and prints in DokuWiki format. Coded in 8 minutes :-) # import urllib import re # your Borland site (trial.borland.com) cookie here after login # use the excelent Firefox LiveHeader extension for that your_cookie = 'Cookie: ASP.NET_SessionId=xxx; USER=XXX[|]xxxx[|]x[|]x[|]xxx%40xxx.cz[|]EN[|]999[|]0[|]UTF8; CP=null*; EloquaGUID=XXX' for i in range(100,1200): url = "http://trial.borland.com/survey.aspx?sid=" + str(i) agent = urllib.URLopener() agent.addheader('Cookie', your_cookie) page = agent.open(url) for line in page.readlines(): if line.find("_ctl0_lblContentTitle") > 0: linestripped = re.sub('<.*?>', '', line).lstrip(" \n\t\r").rstrip(" \n\t\r") print " * [[" + url + "|" + linestripped + "]]"; page.close() # vim: set sw=4 ts=4 sts=4 sta et ai fenc=utf-8 : # ===== Získané adresy =====
Jak vidno, požadovaný VisiBroker tam ovšem není. Nu což, alespoň jsem to zkusil. Navíc mnoho stránek již nefunguje a klíče nepošle, takže by mi to asi bylo k ničemu. Zkusím tedy napsat na český Borland. * [[http://trial.borland.com/survey.aspx?sid=101|JBuilder 5 Personal Survey]] * [[http://trial.borland.com/survey.aspx?sid=104|Delphi Enterprise 6.0 Trial Survey]] * [[http://trial.borland.com/survey.aspx?sid=109|Delphi 6 Personal]] * [[http://trial.borland.com/survey.aspx?sid=145|JBuilder 6 Enterprise Trial License Key]] * [[http://trial.borland.com/survey.aspx?sid=155|JBuilder 6 Personal Key]] * [[http://trial.borland.com/survey.aspx?sid=159|JBuilder 6 MobileSet 2.0 Key]] * [[http://trial.borland.com/survey.aspx?sid=161|C++Builder 6 Enterprise Trial Key]] * [[http://trial.borland.com/survey.aspx?sid=175|C++Builder 6 Enterprise Trial Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=176|C++Builder 6 Personal Key]] * [[http://trial.borland.com/survey.aspx?sid=186|JBuilder 7 Enterprise Trial Key]] * [[http://trial.borland.com/survey.aspx?sid=187|JBuilder 7 Personal Key]] * [[http://trial.borland.com/survey.aspx?sid=204|Delphi 7 Studio Architect Trial Key]] * [[http://trial.borland.com/survey.aspx?sid=208|Delphi 7 Personal Key Only for NESAM seeding]] * [[http://trial.borland.com/survey.aspx?sid=238|JBuilder 8 Enterprise Trial Key Only]] * [[http://trial.borland.com/survey.aspx?sid=240|JBuilder 8 Personal Keys Only]] * [[http://trial.borland.com/survey.aspx?sid=272|JBuilder 9 Enterprise Trial Key Only]] * [[http://trial.borland.com/survey.aspx?sid=274|JBuilder 9 Personal Key Only]] * [[http://trial.borland.com/survey.aspx?sid=278|JBuilder 9 Mobile Ed. Key Only]] * [[http://trial.borland.com/survey.aspx?sid=328|C#Builder Personal Key Only]] * [[http://trial.borland.com/survey.aspx?sid=330|C#Builder Architect Key Only]] * [[http://trial.borland.com/survey.aspx?sid=337|C#Builder Enterprise Key Only]] * [[http://trial.borland.com/survey.aspx?sid=368|JBuilder X Enterprise Key Only]] * [[http://trial.borland.com/survey.aspx?sid=370|JBuilder X Foundation Key Only]] * [[http://trial.borland.com/survey.aspx?sid=371|JBuilder X WebLogic Key Only]] * [[http://trial.borland.com/survey.aspx?sid=374|Optimizeit Enterprise Suite 6 for Linux Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=375|Optimizeit Enterprise Suite 6 for Solaris Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=376|Optimizeit Enterprise Suite 6 for Windows Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=377|Optimizeit Enterprise Suite 6 for Windows Key Only]] * [[http://trial.borland.com/survey.aspx?sid=378|Optimizeit Enterprise Suite 6 for Solaris Key Only]] * [[http://trial.borland.com/survey.aspx?sid=379|Optimizeit Enterprise Suite 6 for Linux Key Only]] * [[http://trial.borland.com/survey.aspx?sid=380|Optimizeit Suite 6 for Linux Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=381|Optimizeit Suite 6 for Solaris Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=382|Optimizeit Suite 6 for Windows Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=385|Optimizeit Suite 6 for Windows Key Only]] * [[http://trial.borland.com/survey.aspx?sid=386|Optimizeit Suite 6 for Linux Key Only]] * [[http://trial.borland.com/survey.aspx?sid=387|Optimizeit Suite 6 for Solaris Key Only]] * [[http://trial.borland.com/survey.aspx?sid=395|InterBase 7.1 Key Only]] * [[http://trial.borland.com/survey.aspx?sid=424|JBuilder X Developer Trial key only]] * [[http://trial.borland.com/survey.aspx?sid=451|Delphi 8 Studio Architect Trial Key Only]] * [[http://trial.borland.com/survey.aspx?sid=467|Together Solo]] * [[http://trial.borland.com/survey.aspx?sid=468|Together Solo]] * [[http://trial.borland.com/survey.aspx?sid=469|Together Edition for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=470|Together Edition for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=502|JBuilder 2005 Enterprise Trial key only]] * [[http://trial.borland.com/survey.aspx?sid=514|Together Architect]] * [[http://trial.borland.com/survey.aspx?sid=515|Together Architect]] * [[http://trial.borland.com/survey.aspx?sid=517|JBuilder 2005 Enterprise Trial Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=522|JBuilder 2005 Developer Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=523|JBuilder 2005 Developer Key Only]] * [[http://trial.borland.com/survey.aspx?sid=524|JBuilder 2005 Foundation]] * [[http://trial.borland.com/survey.aspx?sid=526|StarTeam 2005]] * [[http://trial.borland.com/survey.aspx?sid=527|StarTeam 2005 Integrations]] * [[http://trial.borland.com/survey.aspx?sid=540|Delphi 2005 Architect Key Only]] * [[http://trial.borland.com/survey.aspx?sid=541|InterBase 7.5.1 Server]] * [[http://trial.borland.com/survey.aspx?sid=542|InterBase 7.5 Trial Download and Key]] * [[http://trial.borland.com/survey.aspx?sid=543|InterBase 7.5.1 Desktop]] * [[http://trial.borland.com/survey.aspx?sid=544|Together Designer 2005]] * [[http://trial.borland.com/survey.aspx?sid=545|Together Designer 2005]] * [[http://trial.borland.com/survey.aspx?sid=550|Together Developer 2005 for JBuilder 2005]] * [[http://trial.borland.com/survey.aspx?sid=551|Together Developer 2005 for JBuilder 2005]] * [[http://trial.borland.com/survey.aspx?sid=553|Delphi 2005 Personal Key Only]] * [[http://trial.borland.com/survey.aspx?sid=558|Together Designer 2005 for Microsoft Visual Studio .NET - Service Pack 1]] * [[http://trial.borland.com/survey.aspx?sid=560|Together Developer 2005 for Microsoft Visual Studio .NET - Service Pack 1]] * [[http://trial.borland.com/survey.aspx?sid=562|Together Edition for SAP NetWeaver Developer Studio]] * [[http://trial.borland.com/survey.aspx?sid=563|Together Edition for SAP NetWeaver Developer Studio]] * [[http://trial.borland.com/survey.aspx?sid=565|StarTeam 2005 Release 2]] * [[http://trial.borland.com/survey.aspx?sid=570|Together Designer 2005 for Microsoft Visual Studio .NET - Service Pack 1]] * [[http://trial.borland.com/survey.aspx?sid=572|Together Architect 2006 for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=573|Together Architect 2006 for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=574|Together Designer 2006 for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=575|Together Designer 2006 for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=576|Together Developer 2006 for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=577|Together Developer 2006 for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=578|Together Developer 2005 for Microsoft Visual Studio .NET - Service Pack 1]] * [[http://trial.borland.com/survey.aspx?sid=579|JBuilder 2006 Enterprise Trial]] * [[http://trial.borland.com/survey.aspx?sid=580|JBuilder 2006 Enterprise Trial (key only)]] * [[http://trial.borland.com/survey.aspx?sid=587|Optimizeit 2006 Enterprise Suite]] * [[http://trial.borland.com/survey.aspx?sid=588|Optimizeit 2006 Enterprise Suite (Key only)]] * [[http://trial.borland.com/survey.aspx?sid=590|Together Edition for Microsoft Visual Studio .NET]] * [[http://trial.borland.com/survey.aspx?sid=592|CaliberRM 2005 Release 2 SP1 Client Server]] * [[http://trial.borland.com/survey.aspx?sid=593|CaliberRM 2005 Release 2 w/SP1 Web Viewer]] * [[http://trial.borland.com/survey.aspx?sid=599|Tempo Product Fulfillment]] * [[http://trial.borland.com/survey.aspx?sid=600|BDS 2006 Trial (delphi)]] * [[http://trial.borland.com/survey.aspx?sid=601|BDS 2006 Trial (C++ Builder)]] * [[http://trial.borland.com/survey.aspx?sid=602|BDS 2006 Trial (C#Builder)]] * [[http://trial.borland.com/survey.aspx?sid=603|BDS 2006 Trial from DVD (Key only)]] * [[http://trial.borland.com/survey.aspx?sid=604|CaliberRM Visual Studio.NET 2003 integration download]] * [[http://trial.borland.com/survey.aspx?sid=607|Together Architect 2006 SP1 for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=608|VisiBroker 7.0]] * [[http://trial.borland.com/survey.aspx?sid=609|VisiBroker 7.0 Key Only]] * [[http://trial.borland.com/survey.aspx?sid=610|Borland AppServer, Free Development Software]] * [[http://trial.borland.com/survey.aspx?sid=611|Borland AppServer, Free Development Software (key only)]] * [[http://trial.borland.com/survey.aspx?sid=612|Caliber DefineIT 2006]] * [[http://trial.borland.com/survey.aspx?sid=613|Caliber DefineIT 2006 (key only)]] * [[http://trial.borland.com/survey.aspx?sid=614|CaliberRM for Microsoft Visual Studio Team System Download]] * [[http://trial.borland.com/survey.aspx?sid=615|SilkTest 2006 R2 Trial Download]] * [[http://trial.borland.com/survey.aspx?sid=616|SilkPerformer 2006 R2 Trial Download]] * [[http://trial.borland.com/survey.aspx?sid=617|SilkCentral Test Manager 2006 R2 Trial Download]] * [[http://trial.borland.com/survey.aspx?sid=618|Together for Visual Studio 2006]] * [[http://trial.borland.com/survey.aspx?sid=619|Together for Visual Studio 2006 (key only)]] * [[http://trial.borland.com/survey.aspx?sid=620|Turbo Delphi 2006 (key only)]] * [[http://trial.borland.com/survey.aspx?sid=621|Tubo Delphi.NET 2006 (key only)]] * [[http://trial.borland.com/survey.aspx?sid=622|Turbo C++ 2006 (key only)]] * [[http://trial.borland.com/survey.aspx?sid=623|Turbo C# 2006 (key only)]] * [[http://trial.borland.com/survey.aspx?sid=624|Turbo Delphi 2006]] * [[http://trial.borland.com/survey.aspx?sid=625|Turbo Delphi.NET 2006]] * [[http://trial.borland.com/survey.aspx?sid=626|Turbo C++ 2006]] * [[http://trial.borland.com/survey.aspx?sid=627|Turbo C]] * [[http://trial.borland.com/survey.aspx?sid=628|Together 2006 R2 for Eclipse]] * [[http://trial.borland.com/survey.aspx?sid=629|Together 2006 R2 for Eclipse (key only)]] * [[http://trial.borland.com/survey.aspx?sid=630|Gauntlet 2007 Trial Download]] * [[http://trial.borland.com/survey.aspx?sid=634|InterBase 2007 Server Edition Trial]] * [[http://trial.borland.com/survey.aspx?sid=635|StarTeam 2006 Trial Downloads]] * [[http://trial.borland.com/survey.aspx?sid=636|StarTeam 2005 Release 2 & 2006 Integrations]] * [[http://trial.borland.com/survey.aspx?sid=637|CaliberRM 2006 Trial Downloads]] * [[http://trial.borland.com/survey.aspx?sid=638|JBuilder 2007 Enterprise Trial]] * [[http://trial.borland.com/survey.aspx?sid=639|InterBase Server 2007 Developer Edition Download]] * [[http://trial.borland.com/survey.aspx?sid=640|JBuilder 2007 Enterprise Trial (key only)]] * [[http://trial.borland.com/survey.aspx?sid=641|InterBase Server 2007 Developer Edition Download (key only)]] * [[http://trial.borland.com/survey.aspx?sid=642|Borland AppServer 6.7, Free Development Software]] * [[http://trial.borland.com/survey.aspx?sid=643|Borland AppServer 6.7, Free Development Software (key only)]] * [[http://trial.borland.com/survey.aspx?sid=644|Gauntlet Diagnostics Early Access Trial Download]] * [[http://trial.borland.com/survey.aspx?sid=645|Turbo JBuilder 2007]] * [[http://trial.borland.com/survey.aspx?sid=646|Delphi for PHP Trial Download]] * [[http://trial.borland.com/survey.aspx?sid=647|Delphi for PHP Trial Download - Key Only]] * [[http://trial.borland.com/survey.aspx?sid=648|Delphi 2007 for Win32 Trial Download]] * [[http://trial.borland.com/survey.aspx?sid=649|Delphi 2007 for Win32 Trial Download - Key Only]] * [[http://trial.borland.com/survey.aspx?sid=650|C++Builder 2007 Trial Download]] * [[http://trial.borland.com/survey.aspx?sid=652|RAD Studio 2007 Trial]] * [[http://trial.borland.com/survey.aspx?sid=653|JGear Team Server for Eclipse Trial]] * [[http://trial.borland.com/survey.aspx?sid=654|JGear Team Client for Eclipse Trial]] * [[http://trial.borland.com/survey.aspx?sid=655|JGear LiveSource for Eclipse Trial]] * [[http://trial.borland.com/survey.aspx?sid=656|JGear Performance for Eclipse Trial]] * [[http://trial.borland.com/survey.aspx?sid=657|3rdRail Trial]] * [[http://trial.borland.com/survey.aspx?sid=658|Together 2007]] {{tag>java}} ~~DISCUSSION~~