I considered giving it all away with the exception of the travelsmart.ie domain & trademarks, trouble is there were no open source takers to make it fly like a bat out of hell, I tried the Linux kernel mailing list but they said it was only a website, not enough interest.
- Thanks a googol google for making such a fantastic base for me to work off.
Are you interested in helping me take travelsmart to the next level?
-
The Apple iPhone is an excellent machine powerwise except it is neutered & doesn't allow third parties develop for it aside from javascript ones, it only needs two minor fixups so that it works properly with my add_new_location.php page & also something to make the google maps scroll properly which needs ui fixes for the scrollbars on the webpage & another on the select boxes to select region & nearby location you need to be able to type into these to make selection quicker, I've over 1000 entries in some select boxes. Pressure has to be put Apple via every possible apple.com source to release the code as least as much as he did for Mac OSX, the iPhone is potentially the one laptop per child model if sold in the billions. It also needs a usb driver so you can plug in a mini usb keyboard like the model from keysonic all you need extra is a female female usb adapter. It has the power of a G3 S/390 mainframe.
-
- First thing I'd like google to do is to link to their taxi service
& their route planning, then improve the teledata maps of Ireland
outside the cities.
- The source is when I decide to give it away will be under
a freebsd licence or GPL or my own licence.
-
If google complain PHP is too slow engineers from IBM's or Suns just in time compiler (JIT) java teams to might make a php JIT, it already has a bytecode interpreter.
- All worldwide timetables for flights trains & buses & taxis
should be put into the system.
- Technology merges with mitfahrgelegenheit.de carpoolworld.com
& tescos carpool website & user base merges too.
-
Travelsmart in Australia give me your users & you can use my software
& better logos & do a technology merge of software if you wish.
-
Ollie Cahill is doing a reverse auction website www.warehog.com
this technology should be added to travelsmart to bargain
for the cheapest trips.
-
Before you start coding buy Web Database Applications with
PHP & MySQL by O'Reilly if you don't know php already.
Have a look at the mysqladmin command to create users
& my enter_databaseinfo to create scripts.
-
Thanks for implementing sajax my AJAX engine the clever stuff
I'm doing here is generating javascript from php & using
generic_cb to evaluate the javascript after the call.
-
Security notice
I use mysqlclean to avoid sql injection.
I use xss_encode & xss_decode to avoid cross site scripting.
All form evaluation is done server side no javascript rubbish.
-
Most php bugs get reported in /var/log/httpd/error_log
Fix the bug usually save the page & reload it is the usual
debug cycle just like basic on the old sinclair spectrum.
-
Get familiar with the source base by becoming a power user.
database_tables is what you think it is.
defines.php & config.php are the most important files in the source.
-
Look at pear.php.net I use a lot of this stuff the code runs
on fedora core 5 & 6 it is untested in 7.
-
Until google get involved with their open source mysql extensions
& google.travelsmart.ie .
The best place to host travelsmart I found is rosehosting.com
they cost around $30 a month.
-
Pear list says the following modules are installed
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.1 stable
Calendar 0.5.3 beta
Console_Getopt 1.2 stable
DB 1.7.6 stable
Date 1.4.6 stable
Event_Dispatcher 1.0.0 stable
File 1.2.2 stable
HTML_CSS 1.2.0 stable
HTML_Common 1.2.4 stable
HTML_Template_IT 1.1.4 stable
HTTP 1.4.0 stable
MDB2 2.0.3 stable
Mail 1.1.10 stable
Net_SMTP 1.2.8 stable
Net_Socket 1.0.6 stable
PEAR 1.4.9 stable
Pager 2.4.2 stable
XML_Parser 1.2.7 stable
XML_RPC 1.4.8 stable
-
I've tried to make localisation possible by using html templates,
there are a few strings left lying around like compass_direction
& one pig where I send the tripmatch in text format.
To localise create
templates/English
templates/French
subdirectories.
-
Google maps now have route planning on their google.uk
but not for Ireland from google.com I think implement this
stuff someone.
-
Google also have live traffic jam detection get this stuff working.
-
Dijkstras algorithm needs to be implemented for multi hop journeys
cheapest journeys, avoiding traffic jams & toll roads etc.
-
The spam filtering problems with gmail yahoo & hotmail are political
get onto the people responsible travelsmart emails on these sites.
-
Important lines in php.ini
; Initialize session on request startup.
session.auto_start = 1
allow_call_time_pass_reference = On
-
httpd.conf
Options FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
-
uk.txt in the mergeinfo country database stuff is in bad shape
put pressure on the freegis.org supplier to fix the stuff up.
-
I want to remove the legal disclaimer under 18 thingy from the
website whats your opinion Torvalds the ambulance chasers
will be suing you if you throw me a bogey.
-
atob_backup atob_restore do as you'd expect.
-
Enjoy.
If you want the source to travelsmart or have questions contact me.
Back To Login Page