@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16



Comments:

<0> http://pl.php.net/manual/en/function.preg-replace.php
<0> going eat dinner will try to fix it when i am done
<1> gmm
<2> lo nick
<3> wordy.
<4> sup nick
<0> damn can't do it he sill adds the \ to txt file
<0> ~~
<0> maybe i use wrond loadVariables ?
<0> *wrong
<0> mjau-mjau maybe you know why
<4> w***upp
<0> hey maybe you explain me this
<0> hey i am saving from imput text field in flash to txt using php when i enter the <font color="#0875C9" size="11" font="Arial">2005-04-21<br> the php add the \ to the text so it looks like this <font color=\"#0875C9\" size=\"11\" font=\"Arial\">2005-04-21<br> any idea how to fix it ? i am using code http://pastebin.sekati.com/?id=Sendingtotxtfile@f687c-ae5bf3c3-t&start=25 asked on flash chan but no one know why
<0> i asked on php and someone told me i have magic qotes on on server but i don;t have admin access to disabe it



<4> yup ... well its a PHP issue
<4> and quite a common php issue
<4> but thats pretty much all I know
<4> if pain was here, he could help you
<0> is tehre other way to save the input file ?
<0> so php will not add the \ ?
<4> try using single quotes
<0> same thing
<0> when i use '
<5> use the html entities?
<0> he alsow add \
<4> well its probably just a line of code int he php
<6> how do i open a popup windows from a flash button (using window.open() because i need to set the width and hight of the windows)
<0> alexJ php
<6> !?
<6> no way
<0> frb what you mean use the html entitles ?
<7> it's just the same as normal js AlexJ
<7> u just have to use it iside a getURL
<6> give me an ex pls
<0> or js :]
<5> DJLy5y, &dquot; or whatever it is
<5> I bet there is a way to disable magicquotes at runtime though
<0> o.0 ?
<7> getURL("javascript:window.open('blabla.html','newWindow')")
<6> thanks
<0> i wish to know how to do it frb :(
<5> !google magic quote php disable
<0> the thing i wan;t to do is i have some txt i load to dynamic text that have <font= etc
<8> http://bugs.php.net/bug.php?id=7817&edit=1
<0> and i have done a loader that loads the text to input text you change the text in flash and save it to the same txt that i loaded by the site
<0> but php adds the \ and the text is not loading in dynamic text
<0> because of \
<0> frb i think i must have a admin account to do that
<5> http://www.webmasterstop.com/63.html
<5> it says you can do it in your .htaccess file
<0> don't have one on my ftp
<3> any music production junkies here
<0> :(
<5> DJLy5y, most people don't, until they make it
<0> oh
<0> ok lets see now
<0> http://www.psk.net/nothing/a/
<0> lol
<0> frb some error when i do .httpaccess
<0> .htaccess
<5> DJLy5y, talk to your admin
<4> im not a music production junkie, but simply a junkie
<4> don't know if i can be much help
<0> i have done some music :P
<3> mjau-mjau
<3> it's a plugin i'm looking for
<3> production vst
<3> and it's just ikilling me trying to find it
<0> frb if i have access to cpanel i can make magic quotes off ?
<5> DJLy5y, no idea, I don't know jack about php
<3> i need to find someone who has an account on audiofarm.cc
<3> i reallllllllly do
<0> register ?
<3> ya right.
<3> lol



<3> closed community
<0> lol
<9> sup nick
<9> DJLy5y: no you have to have access to the php.ini
<9> which i doubt they'll put in cpanel
<0> nickfury try some dc++ maybe emule i think maybe there
<0> :P
<3> emule eh
<3> isn't that heavily spyware
<0> MerZikain thx. Dang !
<0> is there a way to use bold text or changing a color in loading dynamic text to flash not using <=font color= etc ?
<0> magic quotes **** balls :(
<9> use addslashes() and stripslashes()
<0> :(
<9> wait, you want it off
<10> >:)->-<==8-<
<9> are you sending things to flash using urlencode()?
<0> i wan't the \ off
<5> stripslashes is considered bad according to that article
<9> then stripslashes
<10> Any other people like flashing in here?
<9> why do they say it's bad?
<0> MerZikain i am sending by this code http://pastebin.sekati.com/?id=Sendingtotxtfile@f687c-ae5bf3c3-t&start=25
<0> php and flash
<5> MerZikain, it seems to be very greedy, and hard to predict
<9> it'll remove any \
<9> it's supposed to
<0> but the stripslashes wont work :(
<9> i've never had any trouble with it
<0> MerZikain can you change the code in pastebin because i don;t know php that well
<0> i used the command $wynik_kasowania_slashy = stripslashes($msg); in php
<9> looks like you're just trying to update your txt file, right?
<0> but that won't work
<0> no
<0> i wan;t to do is overwrite it
<0> the thing is i have dynamic field in flash loading there a txt that have <font color= etc
<9> and what is the problem?
<0> and i have done an input text loading the text i was talking before
<0> changing it in input text and sving it to txt
<0> bit the php adds \ to the text
<0> i have made some kind of admin panel
<0> so you will not have to give someone access to ftp to txt file so he will be able to change things there
<0> he will log in in flash and change the file in flsh
<0> using input text
<0> *using
<0> but the magic **** that adds \ killing me
<0> because dynamic text can;t load the text with \
<0> so now i am asking everyone on flash and on php to help :]
<0> someone told me there are "magic_quotes on" on the server but i don;t have a admin access so i can't turn that off there must be another way to do it
<0> MerZikain understand now ? :}
<9> not really, i wasn't paying attention
<0> .
<9> are you stripping slashes before you put it in the text field or after you pull it back out?
<9> because you need to do it when you retrieve it before you present it to flash
<11> how do i make a layer invisibile and then revisible when a movie clip is done playing? anybody?
<9> you'll also want to use urlencode() after stripslashes()
<9> just to make sure the text gets sent right to flash
<9> Hexarobee: you don't
<9> you make objects visible not layers
<11> ok
<11> object.?
<9> yeah, object
<11> no i get the object i mean whats the method to toggle visibility?
<9> ...
<11> like mymovieclip.hide(); ?
<11> mymc.visbility = false;
<9> visible=false/true --;
<11> sweet thx
<0> MerZikain when i load the text form txt to input text it's loading wiwout the \
<0> when i try to sahve it it adds the\
<9> then what's the problem?
<0> problem is when i save it to txt he adds the \
<0> and dynamic text that shood read the saved txt don;t read it because of \


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

#netbsd
#windows
adrienne, playboy, curry
widdled carrot
#computers
#goal
#solaris
#debian
penn political union
#gentoo



Home  |  disclaimer  |  contact  |  submit quotes