software script directory
   Advanced Search



folder Affiliate Programs (51)

folder Application Suites (0)

folder Auctions (20)

folder Audio Systems (0)

folder Blog (29)

folder Bookmark Management (5)

folder Calculators (14)

folder Calendars (43)

folder Chat Scripts (66)

folder Classified Ads (133)

folder Click Tracking (19)

folder Clocks (0)

folder Communication Tools (29)

folder Content Management (193)

folder Contests and Awards (2)

folder Countdowns (3)

folder Counters (69)

folder Customer Support (56)

folder Database Tools (81)

folder Development Tools (134)

folder Discussion Boards (51)

folder E-Commerce (211)

folder Email Systems (91)

folder Error Handling (8)

folder Exchanges (24)

folder FAQ and Knowledgebase (29)

folder File Manipulation (114)

folder Financial Tools (28)

folder Form Processors (87)

folder Games and Entertainment (64)

folder Groupware Tools (32)

folder Guestbooks (63)

folder Healthcare (3)

folder Image Galleries (123)

folder Image Handling (43)
Image Handling
folder Image Manipulation (0)

folder Interactive Stories (3)

folder Link Checking (18)

folder Link Indexing (55)

folder Mailing List Managers (41)

folder MetaTag Generator (0)

folder Miscellaneous (211)

folder Multi-Level Marketing (10)

folder Music Libraries (23)

folder Networking Tools (36)

folder News Publishing (77)

folder Open Directory Project (5)

folder Organizers (23)

folder Password Protection (0)

folder Polls and Voting (50)

folder Portal Systems (37)

folder Postcards (3)

folder Quote Display (13)

folder Randomizing (22)

folder Redirection (22)

folder Reviews and Ratings (11)

folder Search Engines (52)

folder Searching (0)

folder Security Systems (36)

folder Server Management (23)

folder Site Mapping (8)

folder Site Navigation (20)

folder Site Recommendation (17)

folder Software Repository (5)

folder Tests and Quizzes (9)

folder Top Sites (8)

folder URL Submitters (3)

folder Usenet Gateway (2)

folder User Management (22)

folder Vertical Markets (16)

folder Virtual Communities (14)

folder WAP and WML (14)

folder Web Fetching (43)

folder Web Hosting Tools (42)

folder Web Rings (0)

folder Web Traffic Analysis (50)

folder XML and PHP (23)

 
Calculate Distance and Radius in PHP - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 48 | Hits In: 0
Very Basic PHP/MySQL/Cookie Authentication System - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This was wrote as a basic model for authentication users for perhaps an admin section on a website. Its not Fort Knox but provides a basic and fairly secure method authentication. I just needed a little auth system to patch onto a few admin sections so maybe someone else can find this useful aswell. Feel free to modify the code and let me know if you have any comments. This may aswell help anyone whos learning Cookies/Authentication in PHP. The SQL Dump is in the sql folder and contains 2 tables. Once you have the DB details set in config.inc.php you can include the following in top of your pages to check for authentication :
Warning: include_once(inc/au th.inc.php) [function.include-once]: failed to open stream: No such file or directory in /home/telascri/public_html/commonfuncs.php(758) : eval()'d code on line 761

Warning: include_once() [function.include]: Failed opening 'inc/au th.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/telascri/public_html/commonfuncs.php(758) : eval()'d code on line 761

Fatal error: Call to undefined function _check_auth() in /home/telascri/public_html/commonfuncs.php(758) : eval()'d code on line 761