Software Listing of Author : "Scripts.franciscocharrua.com"
- agenda calendar
- License: Shareware
- Price:


Organise your week with agenda-calendar.asp. All you have to do is initialize the variables at the beginning of the script, and you're set. This is the ASP version of agenda-calendar.php.
- Publisher: scripts.franciscocharrua.com
- Date Released: 27-10-2011
- Download
- Platform: Asp, Scripts
- blog editor
- License: Freeware
- Price: 0.00


This script is the alpha version of a blogger that I am working on for FullPages.org. It assumes that there is a MySQL table with user information determinning if a user is logged in or not.
- Publisher: scripts.franciscocharrua.com
- Date Released: 19-02-2011
- Download
- Platform: PHP, Scripts
- Check Password
- License: Freeware
- Price: 0.00


Verifies that a given string is a good password. If it is a good password, the function returns an empty string. If it isn't, it returns a text string describing the flaws.
- Publisher: scripts.franciscocharrua.com
- Date Released: 08-05-2011
- Download
- Platform: PHP, Scripts
- Cookie Functions
- License: Freeware
- Price: 0.00


4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code.
- Publisher: scripts.franciscocharrua.com
- Date Released: 05-04-2011
- Download
- Platform: JavaScript, Scripts
- Coundown Clock
- License: Shareware
- Price:


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.
- Publisher: scripts.franciscocharrua.com
- Date Released: 23-01-2011
- Download
- Platform: JavaScript, Scripts
- Database file upload / download
- License: Freeware
- Price: 0.00


db_upload_file() stores a file in a database table. Make sure that the column data type is big enough for the files you will be storing.
- Publisher: scripts.franciscocharrua.com
- Date Released: 10-05-2011
- Download
- Platform: PHP, Scripts
- DHTML API
- License: Shareware
- Price:


Animate your website with the aid of DHTML. After being confounded by the javascript files that I came across on the internet, I decided to write an API that I could live with.
- Publisher: scripts.franciscocharrua.com
- Date Released: 25-07-2011
- Download
- Platform: JavaScript, Scripts
- directory navigation
- License: Shareware
- Price:


Do you have a website who's navigation system that follows it's directory structure? If so, these functions can be just what you need.
- Publisher: scripts.franciscocharrua.com
- Date Released: 08-11-2011
- Download
- Platform: PHP, Scripts
- Drag and Drop
- License: Freeware
- Price: 0.00


Implementing drag and drop functionality is not as simple as one would think. Besides having to do a boundary check on all the draggable layers, you also have to make sure that the right layer is selected when overlapping occurs.
- Publisher: scripts.franciscocharrua.com
- Date Released: 09-05-2011
- Download
- Platform: JavaScript, Scripts
- License: Shareware
- Price:


This is an illustration of how to send email through PHP. I did not create a function because I feel mail() is already a wrapper all by itself.
- Publisher: scripts.franciscocharrua.com
- Date Released: 15-03-2011
- Download
- Platform: PHP, Scripts
- Form Handler
- License: Shareware
- Price:


form_handler() creates a list of all form data submitted by any form. The output can then be emailed to a site's system administrator, or saved to a file.
- Publisher: scripts.franciscocharrua.com
- Date Released: 03-10-2011
- Download
- Platform: PHP, Scripts
- forum threads
- License: Freeware
- Price: 0.00


This is the result of my attempts to create forum software in PHP. I would have finished it but I feel my site is not ready for a forum yet ^_^. ShowThread() is the only function of interest, all the others are just helper functions.
- Publisher: scripts.franciscocharrua.com
- Date Released: 24-06-2011
- Download
- Platform: PHP, Scripts
- FTP Browse
- License: Shareware
- Price:


This is the beginning of what could be a PHP FTP client. It connects to a server, logs in, and displays directory content using FTP (File Transfer Protocol).
- Publisher: scripts.franciscocharrua.com
- Date Released: 11-01-2011
- Download
- Platform: PHP, Scripts
- hotlink protection
- License: Shareware
- Price:


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.
- Publisher: scripts.franciscocharrua.com
- Date Released: 20-02-2011
- Download
- Platform: PHP, Scripts
- include
- License: Shareware
- Price:


Although it is possible to use include files in ASP, I found that it was not possible to do so during runtime. VBScript seems to be lacking an include function. So I wrote these 3 functions: asp_html_include(), asp_vbs_include(), and vbs_include().
- Publisher: scripts.franciscocharrua.com
- Date Released: 13-10-2011
- Download
- Platform: Asp, Scripts
- item shopping cart
- License: Shareware
- Price:


Item shopping cart is a database driven PayPal implementation. Item shopping cart was programmed to be easily modified and integrated into an existing web site, it was not created to be used as it is.
- Publisher: scripts.franciscocharrua.com
- Date Released: 05-07-2011
- Download
- Platform: PHP, Scripts
- item shopping cart edit
- License: Shareware
- Price:


This is a rough cms (content management script) that I wrote for my item shopping cart database. It allows someone to add, delete and edit items. I wrote this script by integrating elements from photo-gallery.php, user-login.
- Publisher: scripts.franciscocharrua.com
- Date Released: 23-07-2011
- Download
- Platform: PHP, Scripts
- Javascript Get Variables
- License: Shareware
- Price:


This function allows you to read form variables from static HTML. Combined with the document.write() method, you can actually add dynamic content to regular HTML. Given a choice, server side processing of form variables is preferable.
- Publisher: scripts.franciscocharrua.com
- Date Released: 25-03-2011
- Download
- Platform: JavaScript, Scripts
- JavaScript Navigation Bar
- License: Shareware
- Price:


Do you have a website with a navigation system that follows its directory structure? If so, these functions can be just what you need.
- Publisher: scripts.franciscocharrua.com
- Date Released: 19-05-2011
- Download
- Platform: JavaScript, Scripts
- jpg dump photo gallery
- License: Shareware
- Price:


Drag your photos directly from your digital camera, to your online gallery. jpg-dump-photo-gallery.php?b will take the jpegs in the source folder and make thumbnails and viewable images for you. jpg-dump-photo-gallery.php without the ?
- Publisher: scripts.franciscocharrua.com
- Date Released: 18-03-2011
- Download
- Platform: PHP, Scripts
- jpg resize
- License: Shareware
- Price:


I quickly wrote this script to help out a web hosting client whose developer was insisting I install ImageMagik on our server. It allows you to put up resized versions of jpegs without going through the fuss of working on them with a graphics editor.
- Publisher: scripts.franciscocharrua.com
- Date Released: 06-02-2011
- Download
- Platform: PHP, Scripts
- Link Words
- License: Shareware
- Price:


This function takes a group of words, and assigns a link to each one. It's very useful if you want to create links where the words are underlined, but the spaces between them is not.
- Publisher: scripts.franciscocharrua.com
- Date Released: 09-06-2011
- Download
- Platform: Asp, Scripts
- Log In script
- License: Freeware
- Price: 0.00


Make PHP generated web content availabe only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites.
- Publisher: scripts.franciscocharrua.com
- Date Released: 19-09-2011
- Download
- Platform: PHP, Scripts
- Login
- License: Shareware
- Price:


Make ASP generated web content available only to you! This is the ASP version of login.php. isLogged() returns true if the cookies named UserName and PassWord are the same as the variables UserName and PassWord, the first 2 paramters of the function.
- Publisher: scripts.franciscocharrua.com
- Date Released: 24-09-2011
- Download
- Platform: Asp, Scripts
- mouse events
- License: Shareware
- Price:


Mouse-events.html is a template for handling three basic mouse events: Moving, pressing down on a button, and releasing the button. It works in IE 5+ and should also work in NS 6+.
- Publisher: scripts.franciscocharrua.com
- Date Released: 05-03-2011
- Download
- Platform: JavaScript, Scripts
- My Little Countdown Clock
- License: Shareware
- Price:


My Little Countdown Clock counts down to a future date that you specify. Share your anticipation with people all over the world, for free!!!
- Publisher: scripts.franciscocharrua.com
- Date Released: 26-09-2011
- Download
- Platform: Misc Scripts
- mysql login
- License: Freeware
- Price: 0.00


Make ASP generated web content available only to you! This is the ASP version of mysql-login.php. I have added an extra parameter, specifying the database to log into.
- Publisher: scripts.franciscocharrua.com
- Date Released: 11-03-2011
- Download
- Platform: Asp, Scripts
- Next Week
- License: Freeware
- Price: 0.00


This script provides the date of any upcoming week day, it's perfect for sites that announce weekly activites. It takes one argument, a number between 0 and 6, representing sunday to saturday.
- Publisher: scripts.franciscocharrua.com
- Date Released: 27-08-2011
- Download
- Platform: PHP, Scripts
- Parameter Function
- License: Freeware
- Price: 0.00


I wrote this function after going through the process of changing my get variables to form variables, then back, and then to cookie variables, once too many.
- Publisher: scripts.franciscocharrua.com
- Date Released: 03-05-2011
- Download
- Platform: PHP, Scripts
- params
- License: Shareware
- Price:


This is the ASP version of params.php. The function is not as necessary in ASP as it is in PHP, but it makes translating my scripts an easier task.
- Publisher: scripts.franciscocharrua.com
- Date Released: 09-09-2011
- Download
- Platform: Asp, Scripts
- Random MySQL result-set
- License: Freeware
- Price: 0.00


This sample script produces a result set of random rows from a table. It does so by populating one of the columns with a random number, and then doing a select statement that uses it to sort the results.
- Publisher: scripts.franciscocharrua.com
- Date Released: 25-11-2011
- Download
- Platform: PHP, Scripts
- real estate listings
- License: Shareware
- Price:


I wrote this for a web hosting client who was in the real-estate business. It allows you to put listings up for sale and for rent. Installing this script requires some knowledge of PHP and MySQL.
- Publisher: scripts.franciscocharrua.com
- Date Released: 09-05-2011
- Download
- Platform: PHP, Scripts
- select populator
- License: Shareware
- Price:


I find that when developing input forms, adding select tags is one of the most tedious tasks. This is especially true if they have to remember the values assigned to them. Realizing this, I wrote this function to facilitate things.
- Publisher: scripts.franciscocharrua.com
- Date Released: 25-10-2011
- Download
- Platform: Asp, Scripts
- select value set
- License: Shareware
- Price:


This JavaScript function allows you to set the value of a select tag without having to know its position in the list. In the sample above, type in a letter of the alphabet and then click on the find button.
- Publisher: scripts.franciscocharrua.com
- Date Released: 26-07-2011
- Download
- Platform: JavaScript, Scripts
- server side clock
- License: Shareware
- Price:


The ASP version of server-side-clock.php, this recursive function tells the date on the server that it is being served from. On loading, it calculates the difference between the client and server times.
- Publisher: scripts.franciscocharrua.com
- Date Released: 21-02-2011
- Download
- Platform: Asp, Scripts
- server side countdown clock
- License: Freeware
- Price: 0.00


Just like countdown-clock.js, this script allows you to place countdown clocks on your web site. Unlike that one, whose computed time period depends on the settings of the visitor's computer, this script counts down to the server's date.
- Publisher: scripts.franciscocharrua.com
- Date Released: 22-03-2011
- Download
- Platform: Asp, Scripts
- Show Zip Files
- License: Freeware
- Price: 0.00


A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery.
- Publisher: scripts.franciscocharrua.com
- Date Released: 25-01-2011
- Download
- Platform: PHP, Scripts
- ssl through whm
- License: Freeware
- Price: 0.00


SSL is an internet security protocol. When a web server sends out content through HTTPS, this one gets encrypted so that only the client making the request can read it.
- Publisher: scripts.franciscocharrua.com
- Date Released: 11-03-2011
- Download
- Platform: Misc Scripts
- user login
- License: Freeware
- Price: 0.00


Make PHP generated web content available only to your users! I derived this function from some PHP code that I used on the administrative portion of my database driven sites.
- Publisher: scripts.franciscocharrua.com
- Date Released: 01-03-2011
- Download
- Platform: PHP, Scripts
- users counter
- License: Shareware
- Price:


Include this script in the PHP pages of your web site in order to display the number of people that are viewing them.
- Publisher: scripts.franciscocharrua.com
- Date Released: 10-11-2011
- Download
- Platform: PHP, Scripts
- validate email address
- License: Shareware
- Price:


Verifies that a string looks like a real email address. It may return false for some valid exotic email addresses. To correct this you may want to edit the valid_chars string in the Validate_String function.
- Publisher: scripts.franciscocharrua.com
- Date Released: 07-01-2011
- Download
- Platform: JavaScript, Scripts
- validate string
- License: Shareware
- Price:


I wrote this function to intercept strings that would not make good user names due to the presence of invalid url characters.
- Publisher: scripts.franciscocharrua.com
- Date Released: 24-10-2011
- Download
- Platform: PHP, Scripts
- web hosting client manager
- License: Shareware
- Price:


Web Hosting Client Manager allows you to see the clients that signed up on a month by month basis. Say goodbye to renewing domains for no reason, and forgetting about faithful clients.
- Publisher: scripts.franciscocharrua.com
- Date Released: 06-06-2011
- Download
- Platform: Asp, Scripts
- web hosting shopping cart
- License: Freeware
- Price: 0.00


This is a modified version of Web Hosting Canada.ORG's sign-up form. Originally written by Louai Munajim. Illustrates how to interface with PaySystems and PayPal.
- Publisher: scripts.franciscocharrua.com
- Date Released: 02-09-2011
- Download
- Platform: Asp, Scripts
- xray page
- License: Shareware
- Price:


With the aid of DHTML, you can create playful web pages where the content changes as someone moves the mouse pointer around. This is accomplished by superimposing the content of two divs, and making one invisible by clipping it.
- Publisher: scripts.franciscocharrua.com
- Date Released: 01-10-2011
- Download
- Platform: JavaScript, Scripts