| Logged in as: admin | Log Out |
| |||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ultra5 Utilities
Ultra5 Search   Note:(pages will not show in search results until the index has been run) The page top and page bottom for the search engine are located in the: /cgi-bin/ultra/search directory. Ultra Read-Me Installation and program flow charts.
Notes:
Automated Signup You can have the customer fill out a payment form on line and then redirect them to the 'new_user.pl or new-signup.pl' to complete setting up their site. Example Customer Path Payment Form >> Payment Form processing >> Account Setup (new_user.pl or new-signup.pl) The User is now ready to start building their site.
The New_user.pl is protected from users accessing the program from a bookmark or another site. for the redirected payment system, you might need to change the referer in the 'new_user.pl and new-signup.pl' for securiety.
In the 'new_user.pl and new-signup.pl' the line:
Change the referer for the site you are coming from.
If the payment program is on the same site, the above will work as it
is defined in the configuration. If you are coming from another
server, change the to the domain name of the site
the payment program is on.
Example of dual signup
![]()
Making your own templates
Use a plain text editor to make the program template, some editors such as (frontpage, adobe, netscape) will put in characters that the program will choke on and not run. Sometimes the characters are not even visable. 1. Design the HTML page exactly like you want the program to output it 2. Insert the special tags in the page (see template-tags.txt) 3. Create the form for user input (see form-fields.txt) 4. Create a .gif image to show the page layout View some of the templates that come with the program to get an idea of the layout for the page. When you name the new templates you must use this naming convention: plate1.htm (the page template) form1.htm (the page form) page1.gif (the page image)Related Pages: template-tags.html The available tags for constructing templates. form-fields.html The form fields that relate to the template tags. |