Flash CS3

Free tutorials and scripts for all

Sometimes members don't get their activation email.
This happens because it gets deleted by accident, your spam folder gets it ... lots of reasons.
To Resend the account activation code you need to do two things:
1. Go here: Resend your activation email
2. Enter the email address you used when you signed up and click "Email activation codes"
3. When the email arrives in your inbox, be sure to click the link to activate your account.

Flash CS3 GuestBook

This is a discussion on Flash CS3 GuestBook within the FlepStudio utilities forums, part of the Tutorials category; A new free utility ! It's a Flash CS3 and Actionscript 3.0 GuestBook. Supported by PHP e mySQL , it ...


Go Back   Forum Flash CS3 > English Forums > Tutorials > FlepStudio utilities

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 23-09-07, 16:30
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,319
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Flash CS3 GuestBook

A new free utility !

It's a Flash CS3 and Actionscript 3.0 GuestBook.
Supported by PHP e mySQL , it creates a DataBase or a new Table into existing DataBase. Easy installation.

Cutomizable design, just open the FLA and let's run your fantasy.

Developers:
Flep - Flash CS3* & Actionscript 3.0
Tem Advertising Torino Web Design - T Concept Studio - PHP, XML and MySQL
Mariano Martucci - PHP supervisor.

Flash CS3 GuestBook

Actionscript 3.0, XML, PHP and mySQL based







Description

Flash CS3 and Actionscript 3.0 GuestBook supported by PHP and mySQL.

Reads from an XML file.

Easy installation.


Minimum requirements


Installation

- create a new folder on your domain and call it ' guestbook ' or as you wish.

- open setup.php ( it's into includes folder ) and change the database parameters.

- upload into guestbook folder:

AC_RunActiveContent.js

add_guest.php

includes folder

xml folder and CHMOD 777

install.php

guestbook.htm


- hit your browser to install.php

- follow the instructions

- delete install.php


- open LoadingXML.as and change the URL to xml file at line 26

- open SendTheMessage.as and change the URL to add_guest.php at line 25


open main.fla and launch the SWF. If the url's to xml file and add_guest.php are corrects main.swf will run properly


upload into guestbook folder:

main.swf


IMPORTANT:

install.php will create a new database.

If the database allready exists, it creates a new table.



Source files:
Attached Files
File Type: zip FlashCS3_GuestBook_eng.zip (612.2 KB, 242 views)

__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !

Last edited by Flep; 05-06-08 at 16:25.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 20-11-07, 10:05
Junior Member
 
Join Date: Nov 2007
Posts: 10
Rep Power: 0
cyberluk is on a distinguished road
Re: Flash CS3 GuestBook

What about security? What if I'll send some data to the script add_guest.php via browser or via other PHP script? What about spambot protection? What if the guestbook would be only for registered users? I think of a SECURE communication between Flash and PHP script....like if you want to sent your game score to your web server and prevent smart players from sending the score right away :-) like I've seen in some commercial flash games (advertisment).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 20-11-07, 10:11
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,319
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

This is an open-source guest-book.
You can change it as you prefer, above all you can add security checks at PHP scripts.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 20-11-07, 10:14
Junior Member
 
Join Date: Nov 2007
Posts: 10
Rep Power: 0
cyberluk is on a distinguished road
Re: Flash CS3 GuestBook

Yes, but from the developer point of view...what checks? I could think only of cookies passed from server with some encrypted data.

PS: I don't care if it's open-source or not...I can easily sniff the URL of the script and start sending some data in loop, that's a security hole.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 20-11-07, 10:16
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,319
Blog Entries: 1
Rep Power: 6
Flep is on a distinguished road
Re: Flash CS3 GuestBook

That's up to you.
__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 20-11-07, 10:19
Junior Member
 
Join Date: Nov 2007
Posts: 10
Rep Power: 0
cyberluk is on a distinguished road
Re: Flash CS3 GuestBook

Uh...it's up to me? Like you don't want to help or you don't how it could be done? I'm not asking for tutorial or implementation. I'm asking what method do you think is the most secure, I could think only of some server cookies verification. Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 20-11-07, 10:33
Junior Member
 
Join Date: Nov 2007
Posts: 10
Rep Power: 0
cyberluk is on a distinguished road
Re: Flash CS3 GuestBook

You can read about simillar problems here: Security Flash >> Php - Sephiroth's forums
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 20-11-07, 10:36
Junior Member
 
Join Date: Nov 2007
Posts: 10
Rep Power: 0
cyberluk is on a distinguished road
Re: Flash CS3 GuestBook

I think the best way is to use ExternalInterface in Flash9 and call some JavaScript function, which is tied to browser's cookies, and then make an XMLHTTPRequest to the server.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 20-11-07, 10:48
Junior Member
 
Join Date: Nov 2007
Posts: 10
Rep Power: 0
cyberluk is on a distinguished road
Re: Flash CS3 GuestBook

If you are interested in securying connection between PHP and Flash (or anything else), this presentation might help: http://brainbulb.com/talks/php-security.swf
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 20-11-07, 14:39
Member
 
Join Date: Nov 2007
Posts: 59
Rep Power: 1
gwulfwud is on a distinguished road
Re: Flash CS3 GuestBook

thanks for the link cyberluk. really helped!

oh btw, do you think i will need to implement this on an online mp3 player,coz i don't want people downloading those mp3 files from the servers.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Flash CS3 GuestBook Flep Utilità di FlepStudio 126 26-06-08 15:15
guestbook premiere Actionscript 3.0 base 5 30-01-08 06:24
Flash Guestbook - knowledge requirements hard_overclocker Flash CS3 eng 1 14-11-07 12:03
load guestbook Flasher111 HELP free utilities 7 26-09-07 18:40
GuestBook in Flash CS3 - PHP - mySQL e XML Vlizzard AIUTO utilità free 1 25-09-07 17:48


All times are GMT. The time now is 19:20.


Powered by vBulletin versione 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap

FlepStudio
by Filippo Lughi
P.IVA 03605860406