@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4



Comments:

<0> haha
<0> http://www.cad-comic.com/comic.php?d=20060414
<0> hah
<1> if i have a CMS that uses sessions, and i put some independent php pages on a folder and a link to the pages from a page that belongs to the cms, if i use sessions on the homebrew pages, would they inherit the cms session variables?
<2> Mr_Eko: what makes a page that is part of the cms "part of" the cms, vs a random php page on the server?
<0> if you look for the session variable sure
<0> session_start(); if(!$_SESSION['cms']){ die(); }
<1> so, i can have access to the session variables of the cms, without learning to use that POS, right?
<0> that POS?
<1> the CMS
<0> i'm confused
<0> why not just use the cms?
<3> we need more of those pc/mac comics
<1> 'cause the app is completely developed without it, and it isn't worth it to learn the CMS plugin scheme to add the app
<0> http://www.cad-comic.com/comic.php?d=20060421



<0> it's pizza_milkshake!
<4> hahahaha
<1> now you hurt his feelings....
<0> he'll be allright.
<5> hi
<1> i want to use the logging system of the CMS, and that's it
<1> the app works completely independent from the CMS
<5> Fatal error: Call to undefined function: date2time() in /usr/share/freeradius-dialupadmin/htdocs/stats.php3 on line 35
<1> the live version of Like a Stone is awful
<0> date2time ?
<4> RTFT
<0> !php echo date('F, d Y g:iA',time());
<6> May, 16 2006 1:28PM
<5> yes
<4> yes what?
<5> $after_time = date2time($after);
<5> $before_time = date2time($before);
<4> yes you read the topic?
<5> yes i read the topic
<4> please refer to part 3
<4> and if it is stilll unclear, refer to part 1
<0> i know i know!
<0> i love part 3
<5> lol , oh about the paste? it was 2 lines
<0> no.
<5> ok i'll paste the file
<5> in pastebin
<7> i love part 1.
<1> privmessages are allowed if they aren't tech question related?
<7> depends on the person
<5> lol
<5> http://pastebin.com/720949
<4> "Fatal error: Call to undefined function: date2time()"
<4> ***uming you actually wrote this
<4> to fix your problem, you need to define the function
<7> man.. who the **** are these people
<8> w3rd mah niggas
<9> sup
<10> um
<10> how do i retrieve the uploadscript from a site?
<10> like schande.be/upload.php
<10> but i don't now the exact url
<8> wtf do you mean
<8> "retrieve the uploadscript"
<10> get the url of the uploadscript
<10> that's all
<8> for what
<2> theres no such thing as "the uploadscript"
<10> i guess a website with a guestbook and such, has a script... (php)
<8> you dont even know wtf you want
<10> uhm
<10> there is this website per example: blablabla.com
<10> there is a guestbook etc.
<10> a php script uploads the messages to the ftp
<8> read the source to the html to find out how it does it
<10> that's the problem
<10> nowhere in the source there is a reference to it
<10> i'm just 100% sure that there is an uploadscript
<8> youre wrong
<10> i just don't know the url



<8> on something or another, youre wrong
<10> the site is of a friend of mine, but he won't give me the url ;)
<10> k?
<8> then how the **** do expect to find what you want?
<0> you're an idiot.
<0> anyways. the only thing you would see in the source is the parsed output.
<8> these ****ing people get dumber by the day
<8> not if its the source that handles the form input and posts it
<8> what we have here is a stupidity/lack of information
<0> im going back to bed.
<0> 2s
<11> hrmm, is there a way to insert flash into a site and still be xhtml valid?
<10> k
<10> tnx anyway
<11> http://validator.w3.org/check?uri=http%3A%2F%2Fansimation.net%2Fgcfiber%2Findex.html
<11> it validated before i added the flash
<12> does anyone have a link/guide how to configure php for webhosters? security stuff etc
<0> @google securing php installations
<13> Search results for securing php installations:
<13> Securing PHP: Step-by-Step -> http://tinyurl.com/rxaq7
<0> @search 3 securing php installations
<13> Search results for securing php installations:
<13> Securing PHP: Step-by-Step -> http://tinyurl.com/rxaq7
<13> ONLamp.com -- Securing a PHP Installation -> http://tinyurl.com/rm6vg
<13> Linux.com | Securing PHP -> http://tinyurl.com/hglrl
<12> hm, ok :)
<14> what's wrong with this regex?: /^(.*)\b(search)\b(.*)$/img; I want to search for 'search' and want to display only the sentence where it is found
<7> (.*) matches everything
<7> try using (.*?) for the first one instead
<14> gives same results :|
<14> it starts with the sentence, but stops at a random word
<7> why is search in parenthesis?
<7> and \b is a word boundary, not a sentence boundary
<7> how are you differentiating between sentence and word?
<14> i just want to display the sentence containing the searchterm (from the capital letter until the dot)
<14> so /^(A-Z?)\b(search)\b(.*)(\.\)$/img; should work?
<7> not really..
<7> capital letters and periods can be inside sentences. is this a non-issue for you?
<12> @google securing php windows
<13> Search results for securing php windows:
<13> Securing PHP -> http://tinyurl.com/oa6ge
<14> hmm yes you might be right..how about display everything between two dots?
<7> again, periods can be used inside sentences
<0> cv, you around?
<0> bleh, not even here.
<14> yeah that's no problem
<0> anyone know how to use flash on a site and still have it validate?
<7> ansimation: there's an ALA article about it
<0> ALA?
<7> alistapart.com
<0> i just read it
<0> i cant get it to work
<0> it doesnt load the movie
<7> got me
<7> any reason it has to validate?
<0> none
<0> it's a cms
<7> i'd say forget about it, then :-P
<0> i just figured i'd look better to the client if it did :)
<7> i'd care more about clean code than validated code
<1> is there a way to link 2 tables on different databases?
<7> it's nice to validate, but with flash, i dunno if it'w worth the extra effort
<0> it's just some cart bull**** anyways
<0> and i still have to finish this keygen so he can use it locally
<0> because im not paying another 45$ for some lame *** flash charts
<0> and i have no clue how to write it. lol. i started porting the function that checks the license code over to php so i could understand it and reverse it but i need a value to return 6 and it keeps coming back as 5.
<0> bastards
<1> no ideas?
<0> Mr_Eko: on?
<15> is there anyone has php mailer script msg me
<1> i need to link 2 tables that are on different databases
<0> mailer: read the ****ing topic.
<0> r join #phpjobs.
<0> or*


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#java
loorie turkish
#php
#chat-world
#php
vajinus
#netcafe
#chat-world
#kl
GIL EVANS COLLABORATED WITH MILES ON A RENDITION OF THIS GERSHWIN MUSICAL



Home  |  disclaimer  |  contact  |  submit quotes