TinyURLfier Code
Brought to you by:
foxhoundz
File | Date | Author | Commit |
---|---|---|---|
GUISource | 2011-02-26 | foxhoundz | [r1] |
bin | 2011-02-26 | foxhoundz | [r2] |
images | 2011-02-26 | foxhoundz | [r1] |
LICENSE.txt | 2011-02-26 | foxhoundz | [r6] |
README.txt | 2011-02-26 | foxhoundz | [r8] |
TinyURLfier 1.5.au3 | 2011-02-27 | foxhoundz | [r11] |
tinyurlfier.ini | 2011-02-26 | foxhoundz | [r8] |
TinyURlfier - By Foxhoundz http://sourceforge.net/projects/tinyurlfier/ Version 1.5.1 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. Changelog 1.01 - Project started 1.02 - Several Changes to _GetTinyLink() function - Basic error handling when no tiny URL link is retrieved - Minor GUI changes - Switched to _INetGetSource() as opposed to a regular winhttprequest object to get TinyURL link 1.5 - Total overhaul of the script - New changes to the GUI - Simpler regex pattern x Removed _InetGetSource() and implemented InetRead to get data from TinyURL + Added reverse TinyURL generation (TinyURL into long url) + Added perliminary function to support INI settings 1.5.1 - Fixed RegEx for https links -