importing 2007 sources

This commit is contained in:
tengel 2024-03-20 09:29:18 -05:00
parent 317c225654
commit a8376dd19f
2 changed files with 214 additions and 0 deletions

22
README Normal file
View file

@ -0,0 +1,22 @@
bboschecker - check for new BB device OS releases
Copyright (C) 2007 troyengel
About
=====
This utility utilizes the OS downloads webpage at BlackBerryFAQ.com, walking
through each carrier's OS download page searching for a match to the device
model specified. When found this tool will load the OS page itself and report
the "Applications" version(s) that it finds.
Requirements
============
- PHP webserver with cURL support (including SSL in cURL) compiled in
Most Red Hat/Fedora/CentOS and Ubuntu distros have the proper cURL/PHP/SSL
support ready to run, and I'm sure there are many others as well ready to
go (SuSE, Slackware, etc.) - when in doubt check your phpinfo() output.
License
=======
This code is licensed under the GPLv2.