@# 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 17 18 19 20 21 22 23 24 25 26 27



Comments:

<0> it's ok, i'll do some reading :)
<1> Pincel, one thing you could do w/ that function is to p*** it a referenced errors array.., and then instead of; return "\$errors[00] = \" * Empty value. * \";"; do, $errors[] = "Empty Value"; return false;
<1> then after you're done checking all your strings.. you'll have an array of each error
<0> Brice, i see.
<0> Brice, let me pull one of my form url to show you how the errors are being displayed so you understand why i would like to keep it that way.
<1> so, create errors array like: $errors = array(); ... then -> #
<1> function check_string($string_value, $min_n_char, $max_n_char, $not_equal_n_char, $word_max_n_char, $repl_illegal_chars, & $errors)
<1> notice that & $ errors at the end..
<2> Pincel: Does it actually matter WHAT type of error has occured?
<3> Pincel: i was bored so I re-wrote what I was talking about to: http://pastebin.com/557248
<2> zircu get a life will ya!
<0> Brice, here you have a form that displays errors in orange. please press submit without writing anything and then type something on the e-mail field (bottom left). sorry is in portuguese :) http://macua.org/descolonizacao/test/pags/***inar/index.php
<0> that's a testing page too, it's not final but you get the idea, i think :)
<3> Jymmm: sleep sounds good right now
<2> Pincel: Getting so specific at what error it is really isn't going to matter to the user a whole lot. Saying there was an error in <fieldname> is usually enough.
<0> zircu, and thanks for everything, really. it's now 3:45 am here and that's why i looked for some help hehehe



<2> beats
<1> heh
<0> Jymmm, i agree. i probably would change that.
<2> !+kiss
<4> [KISS] Keep It Simple Stupid. Why overthink things?
<0> heheheh
<5> Because overthinking is... soooo tomorrow! :O
<5> :O
<6> i need a site idea :p
<1> lol
<6> i have to work tomz i should go to bed
<5> I'm like, 90% done with libajuk :)
<7> Good morning!
<0> zircu, by the way, on that url i gave you i had before 4 pages working only for the purpose of that one. it submits originally, users can go back and update their reccors and has also some hidden admin features for editing when necessary.
<0> i'm rewriting and shortening the scripts as i learn, that's why
<6> wtf is libaju
<6> k*
<8> hi does anyone knows any php + flash based gallery ...
<7> I have a HTML-code from where I want to return a specific portion only (HTML looks like this: http://pastebin.com/557252 (short one)). First I do file('url_to_html_code'); And now I was wondering, can anyone help me with a regex that returns the portion between line 24 and line 10 in the example on Pastebin?
<5> jiggster: I thought I already told you. It's me pure Ruby IRC library.
<6> dear lord
<6> no you didnt tell me
<9> DUMB*** -----> kuja <----- DUMB***
<6> and now i'm wishing you didnt :P
<5> Sure I did, I sure to god I remember :P
<5> jiggster: Whyyy? :O
<6> ugh
<6> i just dont like Ruby :P
<5> Someone is making a GTK2 interface for it, as we speak :P
<5> jiggster: Meh, your problem :)
<6> i guess so :p
<2> kuja: no wonder you're loking for a job!
<5> You could always stick with PHP... and never use the right tool for the job :)
<5> You'd be even dumber to use PHP to make an IRC lib.
<6> who said i was going to?
<2> "Just becasue you can, doens't mena you should"
<5> Oh well, I just got the idea from the impression that you'd *rather* do it like that :)
<5> Jymmm: Damn right.
<6> no, i'd rather not
<5> jiggster: Meh, at least you're smart then :)
<8> does anyone knows any php + flash based gallery ...
<6> but what makes ruby a prime candidate?
<5> I feel like once it's complete, I want to port it to Python
<7> Is it possible to return a portion of a HTML-code from backwards and up? lets say I have this HTML at line 20: " <img id="prodimg" src..." and one line 10: "<table>" ?
<5> jiggster: Garbage collection, decent speed, syntax more adaptable/suitable for the job, at least to get it done easier :)
<6> mmm alright :P
<6> you may proceed at your own risk
<5> Mmm, if I knew Perl I'd port it right away :O
<2> kuja: so php, then ruby, and now perl???? WTH
<7> and then I want to return everything from line 20 (if it contains " <img id="prodimg"") and line 10 (if it contains "<table>") in to a string
<7> Is that possible to do so?
<2> CopyNinja stop repeating
<5> Jymmm: PHP, 3 years... it ****s up your brain man... :(
<6> CopyNinja regular expressions perhaps
<2> kuja I dont give a rats *** which one you use, just use one.
<7> Jymmm: I don't repeat... I just fill up with more info... :)
<5> Jymmm: Expanding isn't a bad thing, you know :)
<5> Limiting yourself to knowing only one thing is bad, though... to me :(
<6> yeah but why have the same thing in every language known to man? :P



<6> bleh
<2> kuja: Fine, expand all you want, just pretend you're a racist and segrigate.
<2> (sp)
<5> lol
<5> jiggster: What do you mean? :O
<6> bleh
<0> zircu, Brice, Jymmm, thank you very much for your time. everything is working now as i need. tks a lot :) good night/morning
<6> nyah
<5> later
<2> Pincel G'Night!
<7> Jymmm: Thanks for the help! really appreciated
<2> CopyNinja you're pushing for a ban
<2> !pafy
<4> [P***ive Agressive Fsck You] We aint buying your crap, so knock it off!
<6> wow you guys have a rule for everything
<6> tell me, what happens if i blink too fast?
<2> jiggster: When the same bull**** happens more than like 1000 times, it's just easier.
<6> i guess :P
<6> it's been about... four or so weeks i guess
<6> Jymmm: you smoke!?
<7> Jymmm: All I wanted to know was if its possible to return a portion of a string backwards instead of normally forwards... So I needed to fill up my question with more info. But hey... Okay I'll stay quiet instead
<2> jiggster *sigh* yes.
<6> CopyNinja: explode by newline, array reverse, implode, preg-match :p
<2> jiggster probably longer than you've been alive.
<6> Jymmm: eh well :\
<6> lemme see i was born in 1985
<2> definantly
<6> thats gross :p
<2> bah
<7> jiggster: good year to start ones life ;)
<6> you probably have enough tar in your body to glue up a highway
<2> jiggster fsck patching a hwy, enough to lay a 24 lane hwy 2000 miles long
<6> CopyNinja: yeah i didnt mean to quit as a new years resolution, the timing was by accident :P
<6> Jymmm: mmm dont talk dirty it's a turn on
<6> lol :P
<6> lets just say i want to smoke :\
<7> Its better to use snuff :)
<6> you're joking
<8> =====:::::: :( :::::==========
<6> lol... yeah ok have half my jaw sawed off at 40 years old because i have cancer in a corner of my mouth
<10> night
<6> or no
<2> **** ya.... msn, google, yahoo all got slapped today!
<8> Flash + PHP - > Photo Gallery ...any one using here flash+php based gallery
<8> =====:::::: :( :::::==========
<6> chew/snuff is a good way to lose large portions of your face
<2> {Bug} knock it off, go google, this is ##php not #411
<6> Jymmm: got a link?
<7> eeh... I don't know what kind of snuff you use... but the snuff we have here in sweden does not give that kind of problems if you just brush your teeth regulary etc etc =)
<8> Jymmm google is tired ...so giving it some rest
<2> jiggster yea, it begins with /ban
<11> Jymmm: What's the number for Ms. Lieborwitz in Skenekitty?
<6> Jymmm: a link to the slapped google/yahoo/msn ? :P
<2> Pollita your SSN
<11> 111-22-3333?
<2> jiggster ah, jus
<12> hi there
<12> anyone can recommand me a link which explain how to convert hex to char pls ?
<6> Jymmm: heh yeah thats what i meant, i've been here long enough to tell when a ban is going to be slung
<2> http://www.pcworld.com/news/article/0,aid,124733,00.asp
<6> thank you sir
<2> jiggster sorry, thought you were talking about something else.
<2> shark_ chr() ord() dechex() all in the manual
<12> Jymmm, okay thx
<2> oh and cisco too.
<2> Pollita not that ssn, the other one.
<2> Pollita the one you use under tha name "Sara Jesica Parkeer"
<6> ha
<2> jiggster that' just ****ed up of those companies isn't it
<6> it sure is Jymmm
<2> yahoo gives up info and ppl go to jail


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#fedora
helloyo
#kde
gentoo blender segfault
DHCP problems fedora core 5
system locale ssh
A7N8X-XE alsa
#css
#python
familiar gxine



Home  |  disclaimer  |  contact  |  submit quotes