would be
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 71
Link Words 1.0
This function takes a group of words, and assigns a link to each one. Its very useful if you want to create links where the words are underlined, but the spaces between them is not. Another use would be simply for the fun of it ^_^ more>> This function takes a group of words, and assigns a link to each one. Its very useful if you want to create links where the words are underlined, but the spaces between them is not. Another use would be simply for the fun of it ^_^<<less
Added: 2004-04-28 License: Freeware Price: 0.00
11 downloads
mikeroq.be 1.1
Site for getting help with php, asp, c++, java, visual basic, and other programming languages in hope to better expand the programmers knowledge. Also get scripts and programs, source code, and tutorials on the above languages and more. more>> Site for getting help with php, asp, c++, java, visual basic, and other programming languages in hope to better expand the programmers knowledge. Also get scripts and programs, source code, and tutorials on the above languages and more.<<less
Added: 2005-12-05 License: Freeware Price: $0.00USD
11 downloads
Other version of mikeroq.be
License:Freeware
hotlink protection
I wrote these functions to keep my GD generated images from being hotlinked. This was based on the idea that both the php script calling the image, and the image itself would have the same server time more>> I wrote these functions to keep my GD generated images from being hotlinked. This was based on the idea that both the php script calling the image, and the image itself would have the same server time. If you try to use this script on a site that uses multiple servers, it would be a good idea to synchronize their cpu clocks. date_filter is to be used in the script calling the php resource you want to protect.<<less
Added: 2005-08-04 License: Freeware Price: Free
1549 downloads
Coundown Clock 1.0
Allows you to place a countdown to any future date of your choice on your website. The one on this page is programmed to display the time left for christmas. I have only tested it on internet explorer 6, however, it should work on 5. the format of the more>> Allows you to place a countdown to any future date of your choice on your website. The one on this page is programmed to display the time left for christmas. I have only tested it on internet explorer 6, however, it should work on 5. the format of the pareters year, month, day, hour, minute is yy, mm, dd, hh, mm. Feel free to modify the functions to your own liking. The script currently gets its current date from the client, a truer way of implementing a countdown to any particular date would be to somehow obtain it from the server.<<less
Added: 2004-04-23 License: Freeware Price: 0.00
12 downloads
Cron schedule parser 1.1
If youre dependent on cron to run important tasks, youll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application easily by making more>> If youre dependent on cron to run important tasks, youll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application easily by making cron jobs log their events in a database and then writing a monitoring app around this class. Cron schedules can be quite complex to parse since they can involve ranges (n-n) and lists of values or ranges (n,n,n or n,n,n-n,n-n). Finally, days can be specified by calendar days or days of the week. This class supports every possibility at the moment except for weekdays specified in non-numerical format, like Mon, Tues, etc. and */2 syntax for alternation. One possible use for this class would be to write a complete PHP replacement for cron!<<less
Added: 2005-06-30 License: LGPL Price: $0.00USD
15 downloads
Other version of Cron schedule parser
Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
License:LGPL
License:LGPL
XDCC Fetcher 0.1 beta
XDCC Fetcher is a PHP script that allows you to download files from XDCC. You need to simply go to a search site and do a search - this will give you an IRC server address, a channel name, a user nickname and a pack number. Copy & paste these details more>> XDCC Fetcher is a PHP script that allows you to download files from XDCC. You need to simply go to a search site and do a search - this will give you an IRC server address, a channel name, a user nickname and a pack number. Copy & paste these details to an HTML form of XDCC Fetcher and the script will attempt to download the file. This script is different from other XDCC leecher applications in that it does not join hundreds of channels looking for shared files and allowing to choose which one to download. You would need to specifically tell it what to download. The disadvantage of joining hundreds of channels is that this would eat your bandwidth and you will likely start getting disconnected from servers due to ping timeours, which may result in abortion of a download. There are also advantages for this being a PHP script - firstly portability... you would be able to run this on your machine or upload it to a webhost which would do the downloading for you (and then youd download the file later via FTP or whatever). Secondly, remote access. Since its a PHP script, it can use a webserver and thus be available over the internet. So you might be at a friends house and start a download on your PC at home.<<less
Added: 2004-11-20 License: GPL Price: 0.00
12 downloads
HeadCount 1.0.1
HeadCount lets teachers log in with how many of their students will be attending Lunch or a field trip, or just attendance numbers. Originally written for a school that needed to tally up how many students would be attending Lunch, it could easily be more>> HeadCount lets teachers log in with how many of their students will be attending Lunch or a field trip, or just attendance numbers. Originally written for a school that needed to tally up how many students would be attending Lunch, it could easily be used to count how many guests each employee will be bringing to a company picnic, how many guests will be attending a wedding, etc since the labels "Teacher," "Class," and "Number of students" can all be changed.<<less
Added: 2004-02-07 License: Other Price: $0.00USD
12 downloads
COUNTDOWN-CLOCK
COUNTDOWN-CLOCK allows you to place a countdown to any future date of your choice on your website. more>> COUNTDOWN-CLOCK provides you with a powerful tool which allows you to place a countdown to any future date of your choice on your website. The format of the year, month, day, hour, minute is yy, mm, dd, hh, mm. The script currently gets its current date from the client, a truer way of implementing a countdown to any particular date would be to somehow obtain it from the server.<<less
Added: 2007-06-01 License: Freeware Price: Freeware
15 downloads
Fall 2.0
With Fall, you can have falling objects on your web page. A seasonal idea would be snow. You can also change the images, number of objects, speed, waft size (side-to-side movement). **v2.0 update** Have reduced the code and made it more browser more>> With Fall, you can have falling objects on your web page. A seasonal idea would be snow. You can also change the images, number of objects, speed, waft size (side-to-side movement). **v2.0 update** Have reduced the code and made it more browser compatible,less CPU intensive and easier to configure.<<less
Added: 2001-11-19 License: Freeware Price: $0.00USD
15 downloads
DSLogger
DSLogger is a small PHP script that logs the amount of times a link has been clicked, and creates an indepth log that logs the address, IP, and date/time. Features: Can be used with a standard hyperli more>> DSLogger is a small PHP script that logs the amount of times a link has been clicked, and creates an indepth log that logs the address, IP, and date/time. Features: Can be used with a standard hyperlink, Logs the amount of times a link has been clicked, Logs the address, Time/date and IP of the clicker, Number of times clicked can be displayed on any .php or .phtml page, VERY easy installation, No configuration required! Just upload CHMOD and use! Flat files; No messy databases required, Change the path of the logs directory for a more secure feeling, Rename the file to view the logs to something else for a more secure environment and feeling. Main use would be for counting and logging affiliate links.<<less
Added: 2005-01-21 License: Freeware Price: FreeAdditionalInfoPersonaluseonly.
1736 downloads
Building ASP.NET UserControls 2.0
ASP.NET UserControl is the new way of encapsulate all your code reuse in your web applications. Old way of doing this would be via SSI includes which can be very messy and very hard to maintain if your site grow. ASP.NET UserControl is infact the more>> ASP.NET UserControl is the new way of encapsulate all your code reuse in your web applications. Old way of doing this would be via SSI includes which can be very messy and very hard to maintain if your site grow. ASP.NET UserControl is infact the simplest form of ASP.NET control encapsulation. Because they are the simplest, they are also the easiest to create and use. Essentially user control is a grouping of existing server controls into a single container control. This enables you to group all your reusable part of webpage into UserControl. The basic example would be Login Controls, News Controls, Header Controls and etc.<<less
Added: 2007-11-02 License: Other Price: $0.00USD
12 downloads
linkValidator 0.3
Ive GPLed an old class of mine. This PHP class, a link validator, i wrote in october 2003 and only used it in a site of mine nlweed.com to check if posted links are still valid. Now I found the class and thought that it would be a waste only to use it more>> Ive GPLed an old class of mine. This PHP class, a link validator, i wrote in october 2003 and only used it in a site of mine nlweed.com to check if posted links are still valid. Now I found the class and thought that it would be a waste only to use it ones. This class can check a link and will return the status. Easy to implement in your own scripts. So here is the GPLed version. Check the source for documentation and the readme for code examples. Now it checks HTTP/1.0 served links too. (fixed hanging links). Follows redirection headers when status is an 301, 302 till 399. PHP4 and PHP5 campatible.<<less
Added: 2005-02-18 License: GPL Price: $0.00USD
12 downloads
Other version of linkValidator
License:GPL
Database Converter 1.0
If you want to switch your current plain text database to a new CGI script, which uses a different format, Database Converter will do the job for you. Most of the time you will have hundreds of lines of data in a database file, changing it manually to more>> If you want to switch your current plain text database to a new CGI script, which uses a different format, Database Converter will do the job for you. Most of the time you will have hundreds of lines of data in a database file, changing it manually to get it ready for a new script would take you a long time. Heres an example: Youve been using a search engine CGI for a long time now, but you just found a much better one, such as our own Smart Search :) So you install the new script. Now, you dont want to lose your old search engine database, and it would take forever to convert it manually. Lets say your current database stores info like this "title of site, address, description", and the new one requires info to be in this format "address, webmaster e-mail, title of site, description". Well that would be a little problem, wouldnt it? Not with Database Converter though!<<less
Added: 2005-08-15 License: Freeware Price: $0.00USD
14 downloads
Other version of Database Converter
License:Freeware
PHP Classified Software 3.1
PHP classified software is a complete solution for all kind of classified business needs. It has all functionality to manage a classified website. PHP Classifieds is a high-end solution for the business owner as well as individuals. The unique feature more>> PHP classified software is a complete solution for all kind of classified business needs. It has all functionality to manage a classified website. PHP Classifieds is a high-end solution for the business owner as well as individuals. The unique feature of this script is its SEO friendliness which makes this script more valuable and would be best for any type of classified advertisement needs.<<less
Added: 2009-03-12 License: BSD Price: $99.00USD
16 downloads
Image Hotlink Log and Control
This collection of PHP scripts allows you to easily log and control hotlinking of images on your Apache hosted web site. You can see who is linking your images and how much bandwidth they are leeching. You can also control what happens to individual more>> This collection of PHP scripts allows you to easily log and control hotlinking of images on your Apache hosted web site. You can see who is linking your images and how much bandwidth they are leeching. You can also control what happens to individual hotlinkers - you can block images, substitute images, or best of all you can watermark hotlinked images with a text message such as your URL. Whenever someone hotlinks one of your images, you can promote your site! These scripts are free for any purpose under the terms of the LGPL but a link back to us here at SillyJokes would be nice.<<less
Added: 2005-11-26 License: LGPL Price: $0.00USD
10 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above would be search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed