Software Listing of Author : "Stargeek.com"
- Creating a php Traffic Tracker
- License: Shareware
- Price:


Learn how to create a layered web stats report generating script complete with dynamic graphs.
- Publisher: stargeek.com
- Date Released: 06-07-2011
- Download
- Platform: PHP, Scripts
- Essential Reading Link Archive
- License: Shareware
- Price:


Using a mysql table with a category field and iframes to generate a simple two-tiered link archive.
- Publisher: stargeek.com
- Date Released: 15-03-2011
- Download
- Platform: PHP, Scripts
- php calendar class
- License: Shareware
- Price:


A codefork of the author's original php Calendar generation function. This class uses a db with events listed as start_date and end_date. a class is used to indicate which days have events on them. Also provides next month a previous month methods.
- Publisher: stargeek.com
- Date Released: 02-02-2011
- Download
- Platform: PHP, Scripts
- PHP email form script tutorial
- License: Shareware
- Price:


This article breaks down the coding behind stargeek's popular email contact form script.
- Publisher: stargeek.com
- Date Released: 02-07-2011
- Download
- Platform: PHP, Scripts
- PHP Excel Output
- License: Shareware
- Price:


This php excel script will dump your data from SQL table (MySQL, supply your own SQL query) to a microsoft excel (.xls) file. The Excel file is specified as such by a set of headers, defining content. using php's header() function, also the rows and columns of the excel file are defined by tab and new line chars.
- Publisher: stargeek.com
- Date Released: 03-05-2011
- Download
- Platform: PHP, Scripts
- php login script
- License: Shareware
- Price:


this simple php login script features functions to add hashed and encrypted passwords and usernames to a table, and then a function to validate users based on these login credentials.
- Publisher: stargeek.com
- Date Released: 12-05-2011
- Download
- Platform: PHP, Scripts
- php login script tutorial
- License: Shareware
- Price:


This tutorial sows you how a simple php login system is created.
- Publisher: stargeek.com
- Date Released: 19-08-2011
- Download
- Platform: PHP, Scripts
- RSS Agregator
- License: Shareware
- Price:


Pull a List of RSS feed addresses out of a mysql database. Perform responsiveness check with socket connection, compare poll results to database of headlines, if unique, add. Also formats template for display.
- Publisher: stargeek.com
- Date Released: 08-09-2011
- Download
- Platform: PHP, Scripts
- stop words function
- License: Shareware
- Price:


This simple php script is a function that takes a list of stop words (commnly occuring words that are of no use to a search engine) and strips them out of a variable term. This is similar to google removal of common words.
- Publisher: stargeek.com
- Date Released: 06-04-2011
- Download
- Platform: PHP, Scripts