|
PHP - Projects
Here are some of the scripts that are used on the Abiro site. All are
developed in-house,
except where noted. They are mind-bogglingly simple, so you should have an easy task
adapting them to your needs. Where applicable also a sample web page is
included spawning
the PHP script. They should work well on any later version of PHP.
| Application |
Description |
Requirements |
| adrotor |
A very simple advertisement rotator. There can be any amount of banners to show, but
they all need to go to the same destination. Can be easily
re-written to support multiple destinations. |
|
| phptest |
Lists most of the SERVER variables. Can be used for evaluating what responses a certain
user agent returns. |
|
| rsswml |
Converts RSS feeds to WML. The simplest possible WML is generated to support all
phones with a WAP browser. Reads the feed when accessed and inhibits caching, so the info
is always up-to-date. To be able to surf the original site, rsswml makes use of Google's
WML Proxy.
This is a SourceForge project,
initially developed by Michael Michon, but Anders Borg is now the active admin and
developer for this project. |
MagpieRSS |
| rsshtml (not yet released) |
Similar to rsswml, but instead generates mobile phone optimized HTML. In this case
also the original site is accessed directly, as contemporary phones are fairly good at
rendering web sites. |
MagpieRSS |
| sendmsghtml |
Sends an email, e.g. for support and feedback. Practical, as email addresses published
openly on a web site are easily collected by spam robots. |
|
| sendmsgwml |
The same as sendmsghtml, but for WML sites. |
|
| wmlproxy |
Enables use of Google's WML Proxy for surfing web sites via a WAP/WML browser (that
all mobile phones have by default). |
|
|