View Full Version : Hundreds of free scripts
Been working on my site for last 4 months.I have free services such as link checker to check the links on your site,.htaccess generator,reminder service,newsboard,chatroom and a download archive with hundreds of free scripts which I'm adding to all the time.You can even add your own scripts and site.Please check it out and let me know what you think.My site is ad free.I do it just because I like to.
muijefr
10-23-02, 01:19 PM
I checked your site out the other day from the forum's utilities section. Nice to have a member with so much to share.
zeroseven
10-23-02, 02:55 PM
I agree! :D
I bookmarked your site... great resource! :)
Thinks for checking out my site.I'm updating the database with scripts everychance I get.I'm trying to make it easy for people to find what they need.If anyone wishes to signup for the newsletter on the download archive page you will receive an email whenever a new script is added.It will send the info and links of the new scripts added.I will also be adding more free services in the near future.
zeroseven
10-23-02, 09:43 PM
Haha, I tried out that easyform script... and as it quotes "doesn't get any easier than this" - yet I'm still having trouble with it, lol :D
Anyways, I made a post at your website, so if yah wanna check that out, that'd be great :)
I'm such a newb at CGI/Perl scripts.
Zeroseven,
This is missing at the top of the script you showed.
#!/usr/bin/perl
zeroseven
10-24-02, 02:42 AM
naw, that ain't it
That coding was the .CFG file... unless THAT needs it, but it came that way. The .CGI file has it. Well, check back at your forum to see it ;)
or just download the script from your site, lol :D
But thanks for the help man, it's EXTREMELY appreciated. :)
zeroseven,
Got your problem solved with easyform script.Can't beleive I did'nt think of it first.The reason it takes you to another site you don' want IS...
In the mail form between the form tags you forgot to edit.
Replace their path to the script to yours and the return to the web site to yours.Sometimes it just the simple things.
zeroseven
10-24-02, 12:50 PM
Hmmmm, if you're talking about the HTML part of the form.. being this:
<form action="easyform.cgi" method="post">
I have changed it. :(
If you're talking about the part in the .CGI file... being this:
# Not for re-sell or re-distribution. #
# #
################################################## ############################
# #
# DO NOT CHANGE ANYTHING BELOW THIS LINE #
# #
################################################## ############################
require 'easyform.cfg';
################################################## ############################
if ($ENV{'REQUEST_METHOD'} eq 'POST')
{
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
That I left as is becuase it says to, and, that file is located right next to each other. Although, just for a test, I tried changing it to the path, didn't work :( (both "internal" paths and actual URL)
The error I'm getting is:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, xxxxxxxxx@xxxxxxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.22 Server at www.xxxxxxx.xom Port 80
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.