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
-