Results for "Category: Internet/ Browsers/ HTML"
Despite the curious name, Project Q is a News Publishing script that offers full customization of the news posted, even down to the border color of the news table cells. Project Q allows users to post news, send newsletters, comment on news, ban ip addresses, install mods and so much more; while utilizing a multi-level login system for news posters. Very reliable.
render button gradient. ÇÒ´»ØèÁẺäÅèÊÕ´éÇÂâ¤é´ html+stylesheet
do a domain whois lookup from your own site, just input the whois server & website (no www.)
Get the latest code from www.pscode.com (Planet Source Code), from any world. Makes use of looping & regular expressions (the hard part), since psc's latest code ticker had the code on 2 lines & had to use 2 regular expressions & 2 loops for each code, not easy. But bettter than most codes you see that will just grab the whole ticker code, mine parses & just takes the links. *UPDATE*, I changed it form lngWID=# to world=# (just seems easier), & now you dont just have to put the number in, you can put like: world=vb or world=c . *UPDATE #2*, Does the EXACT same thing as the first update but I changed it so it doesnt have the code to get & parse the source 9 times, I made it into a funtion (psccode) so it can just do psccode(number); example: psccode(1); would be for vb. Cuts the code down ALOT, bout 1/3 the size now. *UPDATE #3* lets you choose what PSC URL you want to use (only changed function and how it is used). hopefully ill get it working where you can choose how many urls you want to get & have 0 get them all done soon.
aztekBB is a fully functional, no MySQL, Message Board complete with controled HTML support, smile support, and an easy to use admin script to delete unwanted posts.
This describes how to use while(), list() and each() in conjunction with the predefined PHP variables $HTTP_POST_VARS and $HTTP_GET_VARS to read information passed to a page without knowing the variable names, or how many variables were passed.
A generic form processor. Supports all form elements, required fields, redirection after submit, file uploads. One script can drive many forms. Can also use templates for the "thank you" page and the email that is generated so that the forms' input can be displayed. By Richard Heyes. Updates at: http://www.heyes-computing.net/scripts/index.html.
Produces metatags based on what a user enters in the relevant text boxes
Live Counter! is a combination of PHP code and a Flash movie. It shows the counter state LIVE, without reloading the whole page. This means, that every site access increases the loaded counter. The counter receives about 1 byte/s, it is optimized to use a very small bandwith.
This is a flat file mailing list system. It saves all member names and emails to text files and send confirmation signup emails. People can signup easily with a simple form and you can then send out an email to all members in one hit very easily.
Custom code records basic statistics (IP, Host, Referrer, and UserAgent) and hits count for unique visitors to your website. Tries to prevent duplicate entries.
The article shows how to upload files in PHP.
Shows how to create a counter, as well as record the date and time into a file.
With this code you can dynamicly preload a whole directory of images.
Teaches you howto send html based E-mail with php
Hang the man in PHP. Picks a random word from a wordlist on the server, and the user must guess this word before the man gets hung. Also, you can choose to allow visitors the ability to add new words to the word list on the server (which can result in an _odd_ wordlist). These are checked to be single words using only characters a-z. Image of hanging man is created server side. Can be seen working at http://notfunny.org/hangman
This is a script to display the number of page views/hits to your site. Very simple, and easy to follow.
UPDATE ------------- New version has been released. Go to http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1643&lngWId=8 to get it. ----------- Gets the latest google world news links and formats it in a neat table. UPDATE: I've edited it so that some errors people have been having should go away. :) UPDATE #2: I've changed it once again to suit Google's updated HTML code layout. I've tested it under PHP 4.1.1 and so it should work on later versions as well.
This is a very aesy news script that does not use mysql to be aviable on as much hosts as possible
It can count the people that visit your home page and the code can generate image (You don't need to convert index.html to index.php) Prevent from recounting. the porgram will remember that this people 've already viewed the page and it will not recount I use cookie to remember people,and drawing image need GD Lib version 2, Goodluck , Hus