A Flash Developer Resource Site

Results 1 to 18 of 18

Thread: [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [Resolved] [

  1. #1
    Last Ju-Jitsu Warrior
    Join Date
    Aug 2000
    Posts
    655
    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...

  2. #2
    Senior Member Jaffasoft's Avatar
    Join Date
    Apr 2001
    Location
    On Travel
    Posts
    1,588
    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?

  3. #3
    ditto

    p.s. seen one-liner a while ago - can't remember where

  4. #4
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    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..

  5. #5
    Senior Member Jaffasoft's Avatar
    Join Date
    Apr 2001
    Location
    On Travel
    Posts
    1,588
    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]

  6. #6
    Senior Member Jaffasoft's Avatar
    Join Date
    Apr 2001
    Location
    On Travel
    Posts
    1,588
    hey I just had a look at your guest book that actauly gets people to draw in it . Thats excellent mate!!

  7. #7
    Senior Member
    Join Date
    Aug 2000
    Posts
    159
    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.

  8. #8
    Originally posted by bobajobrob
    Have a look at mine :

    http://www.shavencat.com/guestbook.html

    Yeah, that one was really intersting - please post the code...

  9. #9
    PLEASE FILL IN ALL FIELDS (when they are all filled NN4 & IE4)

    is this my firewall screwing the internet again?

  10. #10
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    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!

  11. #11
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    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.

  12. #12
    Last Ju-Jitsu Warrior
    Join Date
    Aug 2000
    Posts
    655
    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...

  13. #13
    Senior Member
    Join Date
    May 2001
    Posts
    140

    can`t download

    Hi bobajobrob
    I can`t download..link is broken!
    I am dying to learn this technic...please would you mind fixing?
    thanks
    reverse

  14. #14
    Senior Member Jaffasoft's Avatar
    Join Date
    Apr 2001
    Location
    On Travel
    Posts
    1,588
    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.

  15. #15
    Junior Member
    Join Date
    Apr 2001
    Posts
    18
    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]

  16. #16
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    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

  17. #17
    Junior Member
    Join Date
    Apr 2001
    Posts
    18
    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

  18. #18
    Junior Member
    Join Date
    Apr 2001
    Posts
    18
    attachment is in text format couse of board doesn't accept xml attachments
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center