Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Come faccio??

This is a discussion on Come faccio?? within the Flash CS3 | PHP | mySQL forums, part of the Flash CS3 generale category; Salve ho un sito dove è possibile copiare l'indirizzo del file swf e farlo mettere su altri siti web come ...


Go Back   Forum Flash CS3 Flash CS4 > Flash CS3 e Actionscript 3.0 > Flash CS3 generale > Flash CS3 | PHP | mySQL

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-01-08, 00:52
jos jos is offline
Junior Member
 
Join Date: Nov 2007
Posts: 13
Rep Power: 0
jos is on a distinguished road
Come faccio??

Salve ho un sito dove è possibile copiare l'indirizzo del file swf e farlo mettere su altri siti web come servizio aggiuntivo... C'è un modo per sapere quante persone hanno aggiunto sul loro sito l'swf?? avevo pensato che si potrebbe fare che ogni volta che parte il filmato scrive il nome del localhost (http://www...) su un file sul mio sito e mette contatore +1 ogni volta che il nome dell'host è diverso da quelli aggiunti... it's possible?? grazie mille in anticipo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 04-01-08, 06:46
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,489
Rep Power: 6
Flep is on a distinguished road
Re: Come faccio??

Ciao jos,
mi sembra fattibile, basta che imposti i permessi del server del tuo dominio.
Però forse lato sicurezza apri dei grossi buchi...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 04-01-08, 12:14
jos jos is offline
Junior Member
 
Join Date: Nov 2007
Posts: 13
Rep Power: 0
jos is on a distinguished road
Re: Come faccio??

I permessi del server solo per quello file però.. no?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 04-01-08, 14:26
tem's Avatar
tem tem is offline
Moderator
 
Join Date: Jan 1970
Posts: 488
Rep Power: 39
tem is on a distinguished road
Re: Come faccio??

Ciao!

per scrivere il file xml da php puoi usare questa funzione:
Code:
function Write_to_file($text){
	
	$dir='../public/';
	$file="file.xml";
	$filepath= $dir. $file;

	$connect=@fopen($filepath, "a");
	fputs($connect, $text);
	fclose($connect);
		
	}
per recuperare i dati dall'xml lato php ho trovato questo tutorial:
PHP Help: Handling XML data

per controllare l'ip di provenienza puoi "estrapolare" la funzione da questa utility .. mi sembra che il concetto alla base sia lo stesso..
http://www.flepstudio.org/forum/util...flash-cs3.html
__________________
http://www.thetconcept.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 08-01-08, 15:40
jos jos is offline
Junior Member
 
Join Date: Nov 2007
Posts: 13
Rep Power: 0
jos is on a distinguished road
Re: Come faccio??

grazie mille
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Flash Multi Gallery
  #6 (permalink)  
Old 11-01-08, 21:23
tem's Avatar
tem tem is offline
Moderator
 
Join Date: Jan 1970
Posts: 488
Rep Power: 39
tem is on a distinguished road
Re: Come faccio??

Figurati!

ho trovato anche un'altro script..
PHP Help: SimpleXMLElement->xpath() - PHP Manual

a presto!
__________________
http://www.thetconcept.com
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
E' sparito getURL! Che faccio? [Pillola] zakwer Actionscript 3.0 base 16 04-11-08 13:38


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


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


FlepStudio
by Filippo Lughi
P.IVA 03605860406