I'm looking for a simple guestbook to show in Flash without using any databases, just plain text...
So, is there one? I saw the Flashkit/FlashChallange one, but it's too complicated for a simple guestbook...
Printable View
I'm looking for a simple guestbook to show in Flash without using any databases, just plain text...
So, is there one? I saw the Flashkit/FlashChallange one, but it's too complicated for a simple guestbook...
Im searching for one too, since a client has asked for one! But I know nothing about database and also looking for an easy one.
So I have posted this thread to keep an eye on it?
ditto
p.s. seen one-liner a while ago - can't remember where
Have a look at mine :
http://www.shavencat.com/guestbook.html
the back end is php/mysql so it's not exactly flat text file. If it's any consolation, building a flash guestbook with database integration is just as easy as using flat files (assuming you have the database software installed). If you like it, I can post the source files..
Ye could you send me the PHP one long as its easy to understand , not like tyhe last one!!
Im with f2s.com but havent figure out how to get my site up with ftp yet. but it has PHP support instaled. So that would be great if you could send that on.
[email protected]
hey I just had a look at your guest book that actauly gets people to draw in it . Thats excellent mate!!
I thought it was possible to use just php without the database for a guestbook. Because all your looking to do is add a few lines such as name, e-mail, etc etc to a text file. Which PHP can do. Then you can have flash read the php file that has all the entries on. But I would recommend a database but I know it's possible without one.
Only thing is I'm still studying PHP so I can't help ya much here. But there is quite a few talent php programmers on this fourm.
Yeah, that one was really intersting - please post the code...Quote:
PLEASE FILL IN ALL FIELDS (when they are all filled NN4 & IE4)
is this my firewall screwing the internet again?
Thanks for the nice comments. I posted the source files here:
http://www.shavencat.com/users/shavencat/guestbook.zip
Be sure to look at the readme file and give me a shout if you have any questions.
cheers!
Syscrash,
It's possible to do it with a flat textfile, but if two instances of the php script try to write to the same text file at the same time, you will probably get an error. MySql has built in mechanisms to deal with this. It's also much faster than manipulating text files (although you probably wouldn't notice with a small guestbook). It's not difficult to make create a database for your entries and it's easy to administrate or extend in the future.
Well, after opening the thread, thisis the first time I actually read all the posts...
Bobajobrob - your guestbook is great!!! Although it kept asking me to enter all fields when I did...
But there is a very very big point in the flat file way, you don't have to have any database built, no other installations, can be on every site that allows a CGI-BIN
That's why I called the thread with the word simple...
I do know how to use Access and ASP, but sometimes it's just easier to put up a flat file system...
Hi bobajobrob
I can`t download..link is broken!
I am dying to learn this technic...please would you mind fixing?
thanks
reverse
hey I stil got that guestbook download if you want it email
me.
P.S. That's if bobjobarob has alreay taken it down, because it has been a long time.
yess I think I am a little late ( about 3 and half years :(
Jaffasoft, can you mail it to my adress please
it is [email protected]
Hi,
there is a flat file guestbook at www.flash-db.com (check for GB V1) and I wrote an article about the issues with simultaneous accesses for it
Musicman
well guys here is the main problem
I have a drawing fla programmed, creating xml files across php and saves:
[draving]
the color, stroke, alpha, and coordinates of dots that user drew,
[text
user's name, his message,
each of message has different xml files according to order from 0001 to ....
variables that will be loaded to xml across php is ready
all I need is
2 php programs
first creates xml files to a directory in web page
second calls the xml files from the same directory for user to see other's draw
looking for the php for a long time!!
I will drive crazy unless I find
everything is ready and here is an attacment that shows the xml with variables' name only need is two php
please guys help me
attachment is in text format couse of board doesn't accept xml attachments