July 22, 2006
Blog About Life
Like I have said before, this blog really doesn’t have anything to do about what I am talking about here, but he has some salient points.
July 22, 2006Blog About LifeLike I have said before, this blog really doesn’t have anything to do about what I am talking about here, but he has some salient points.
Filed under Other by admin.
July 13, 2006PHP Object Oriented ModulesA good site showing an example of using object orient modules. Site describes the use of classes and functions. Also talks about global variables. July 12, 2006PHP Cron JobsThere are many ways to add a cron job that calls a php script - and it really depends on how your server is setup. Here’s some example setups: /usr/local/bin/php /home/user/public_html/script.php lynx -dump http://www.example.com/script.php /usr/bin/curl http://www.example.com/script.php I found out about the last way of loading a cron with a php script because the lynx version was giving me permission errors and the /usr/local/bin/php method just wouldn’t work. July 5, 2006Useful SSH informationGood stuff here, including: starting - /etc/init.d/ssh start secure file copy - scp SSH without passwords and more.
Filed under Web by admin.
July 3, 2006How To Highlight Search TermsUsing php_value auto_prepend_file in .htaccess and output buffering (ob_start) to highlight search terms. Instructions for installing mytop along with additional perl modules. I had an error message,
Once I specified a database, any database on the server, mytop worked as expected. Here’s the command I used, mytop -d user_database
Filed under Web by admin.
July 1, 2006Name Squeeze PageCool idea for making a name squeeze page interactive … GatewayMagic. Grab some information about your visitor like name, email and what they are most interested in. Then, send them to the next page that is tailored to their response. Nice!
Filed under Other by admin.
|
SyndicateRecently PostedRecently Commented |