EZDIARYGIE
- The Easy MyDiary Generator was created by
Manny to offer free diary
/ journals as an online service. He took
VerySimple.com's MyDiary
Script to do this under GPL. I modified it with just a few features:
When a user logs in to their diary,
immediately they have the choice to choose from the options below:
Color code table to help in knowing what codes to
use for what colors for the tables
12 Graphic Backgrounds (.jpg)
12 Header Images to go with the Background (.gif)
Diary read out format different from folder, date, title to folder,
title and then date
two different icons for private and public
The Graphics were created by me
(Ivana) through my site
D. E. S. I. G. N.
They are all high quality and eye catching graphics. If you choose to use
my graphics that I have included in the package, please maintain the link back
to
D. E. S. I. G. N.
within the mydiary.pl script.
INSTALLATION INSTRUCTIONS
Unzip ezdiarygie.zip to a folder on your hard drive. Maintain the folder
structure.
(NOTE: YOU MAY HAVE YOUR OWN IMAGES. FOR EVERY BG THAT YOU CHANGE IT MUST BE IN
THE FORMAT OF
.JPG UP TO bg12.jpg
MAKE SURE THAT YOU DO THE SAME FOR THE HEADERS WHICH WILL BE IN THE FORMAT OF
.GIF UP TO image12.gif)
Create a directory in your cgi-bin called diary.
Upload the following files to your cgi-bin/diary directory in ASCII:
- ezdiaryg.pl
(CHMOD 755)
- mydiary.pl
(CHMOD 755)
- vsDB.pm (CHMOD
755)
Create a directory in your public_html directory called diary, chmod the
diary directory to 777
Upload the following files to your public_html/diary directory:
- *.jpg (Auto
Mode)
- *.gif (Auto
Mode)
- MyDiary.tab
(ASCII and CHMOD TO 777)
- MyDiary.cfg
(ASCII and CHMOD TO 777)
- data.txt
(ASCII and CHMOD TO 777)
- index.html
(ASCII and CHMOD TO 777)
MODIFYING .PL SCRIPTS TO WORK ON YOUR
SERVER
edit ezdiaryg.pl and change the information below:
$cgiurl = "http://www.rootssearch.net/cgi-bin/freecgi/diary";
$baseurl = "http://www.rootssearch.net/freecgi/diary";
$basedir = "/home/rootss/www/freecgi/diary";
$title="Easy MyDiary Generator";
$logo = "http://www.rootssearch.net/rssmall.gif";
$logoalt = "Easy MyDiary Maker";
$sendmail = '/usr/sbin/sendmail -t';
$myemail = 'webmaster@rootssearch.net';
edit mydiary.pl and change the following below:
my $basedir="/home/rootss/www/freecgi/diary";
my $baseurl="http://www.rootssearch.net/freecgi/diary";
Scroll down until you see # --- print
the html footer ---
- This is the
footer that will display your Hosting Service link. Please do not remove the
link
that says
graphics by D E S I G N.
edit index.html with the correct cgi-url's that point to where you put
ezdiaryg.pl script at. this is a blank html page and can be edited to provide a
nicer layout. YOU MUST MAKE SURE THAT YOU HAVE THE HIDDEN FIELD
<!--begin--> LOCATED SOMEWHERE IN THE HTML PAGE.
Download
Ezdiarygie Now!