@# Quotes DB     useful, funny, interesting





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



Comments:

<0> how'd you know?!
<1> http://video.google.com/videoplay?docid=-807158805086713581
<1> ahah
<2> is that the girl burning her *** on the stove?
<1> haha, yes
<1> solid gold
<0> she shoulda taken the pot she just had on it and splashed his crotch
<0> THAT would have been golden
<1> went and saw clerks 2 last night
<1> any of you seen that
<1> if not, do so
<0> same with beerfest
<1> really? i've heard both ways
<0> depends on your taste in humor. if you like broken lizard, you'll definately like it
<0> if you're the sort that will nitpick about a bad accent even in a comedy, you'll probably walk out
<1> love broken lizard



<1> wasn't a big fan of club dredd
<1> they need to stick with super troopers style
<3> hi! Is there a function like "call_user_func_array" for calling a function inside a cl***? Can this function be used somehow with a cl***?
<3> similarly: can you somehow make "set_error_handler" to use a function inside a cl***?
<1> when you call a function "inside a cl***" (poor choice of words), you make an array
<1> the documentation for call_user_func_array should tell you how
<3> great! Thanks
<4> Hi all, i need a very little help
<4> $db_hostname = "localhost";
<4> $db_port = "";
<4> its asking for db_port .... what is the port number i should write here
<0> 3306 is the mysql service port iirc, if that's what you're using. otherwise you have to check the documentation for whatever database server you are using
<4> my server is lunux based
<4> i dunno if mysql or mssql
<4> :/
<0> then you're already not going to know whether to use mysql_connect or mssql_connect
<4> :/
<4> its mysql, i asked ma bro
<4> and what should i put here >>> $documentroot=
<4> the folder where am insataling the script?
<0> why dont you consult the documentation provided by the authors of the script you downloaded and are trying to install
<4> there is no documents
<0> we help people who know php and want help coding in it
<4> its a Hacked NULLED script
<4> :/
<0> not people who downloaded a script and want to install it
<4> plz last question
<0> no
<4> and what should i put here >>> $documentroot=
<0> "beefcake"
<4> huh
<4> thanku
<0> dont mention it... ever
<1> LinuX Iz Like ***, It's Better When It's Free. -%- J -%-
<5> i agree
<5> i hate paying for a peice of ***.
<1> "
<1> "C++ considered harmful: Embedded Java can save millions. Our free ROI analysis shows how. www.aonix.com"
<1> c++ considered harmful, eh
<6> anyone know the mirror list for atrpms?
<7> hi folks
<7> quick question, when i include a php file, what extension should i make the actual file? filename.php.inc ? or filename.php and then use include? I hear the latter is insecure as it can allow users to execute the php file itself.
<8> php doesn't care
<8> if I recall
<8> I always use .php but I don't think it matters
<8> since the calling file is php and the include file is being included in that, it will parse <? content ?>
<9> Where is the php configuration file? I am using linux.. I tried locate -i php | grep .conf
<9> But I don't see anything that seems like it could be it
<8> probably php/php.ini but who knows
<9> create_vibe - linux, not windows. I think it would be a .conf file not a .ini file (I'll try locate anyway)
<9> hey thanks.
<9> :P /etc/apache/php.ini
<8> and you yelled at me for no reason
<9> I didn't yell :/
<8> just playin :)
<9> :)
<8> easy peasy
<9> I know there is some option SOMEWHERE that I have to change to allow uploads.. I know it could be exploited but my dad needs it



<9> create_vibe thats encouraging :>
<8> to allow uploads?
<9> yes
<8> well, there are options to limit the file size
<9> ; Whether to allow HTTP file uploads.
<9> file_uploads = On
<8> that should be on by default
<9> ^ in the php.ini (configuration) file.. should that determin it?
<9> upload_max_filesize = 10M
<9> thanks
<9> :)
<8> there are a couple more
<8> memory limit, I think
<8> and umm....
<9> create_vibe is it possible to make a multi-file upload?
<8> I can't recal
<8> of course
<9> a temporary directoy..
<8> well ya, but besides that
<10> Anyone on the mood for sql questions?
<9> will it just upload into the same directory as the script?
<8> no
<8> it uploads to a temp folder and is deleted after the script is done running if you don't do something with it
<8> look into move_uploaded_file
<8> and is_uploaded_file
<9> what if I made the ;upload_tmp_dir = /web/uploads/ the directory I want it to be?
<9> that why I don't have to do anything with the file?
<8> I wouldn't
<8> leave it alone
<9> I don't know how to copy it
<8> I just showed you
<8> [5:32:14 p] <8> look into move_uploaded_file
<8> [5:32:16 p] <8> and is_uploaded_file
<7> yup but people recommend making the include file not .php
<9> I don't see those
<8> http://us2.php.net/manual/en/function.move-uploaded-file.php
<8> Gh0Sty2K, recommend?
<8> if you say so
<7> i am asking for advice..
<8> and I said that I usually use .php
<7> what are your views on the issue.
<7> for all includes?
<8> but php shouldn't care
<8> no, it depends on what you are including
<7> it doesnt.
<7> im inlcuding menu snippits.
<8> if you want to be all organized about it
<7> yup
<8> you can include a blah.html or blah.menusystem for all I care
<8> hehe
<9> I'm so confused
<7> :)
<7> cool thanks
<8> a lot of people use .inc
<8> a lot of people don't even give it an extension
<8> .txt works just as well
<9> create_vibe: $copy = copy($_FILES['uploadFile'. $x]['tmp_name'],$file_name); -- Would that work?
<8> dude
<9> yes, create_vibe? you were about to comment about my obvious newbishness?
<8> if ( is_upladed_file( $_FILES["my_upload_file"]["tmp_name"] ) ) { move_uploaded_file( $_FILES["my_upload_file"]["tmp_name"] , "/my/dir/path/". $_FILES["my_upload_file"]["name"] ); }
<9> wow, um...
<10> ok... i want to know if there's a way to call a column but not use the group by?
<9> what about if($copy){
<8> if ( move_uploaded_file( ... ) ) { ... }
<8> http://us2.php.net/manual/en/function.is-uploaded-file.php
<8> http://us2.php.net/manual/en/function.move-uploaded-file.php
<8> read
<9> okay.. and I have to figure out how I actually upload it
<8> you need the enctype on the form
<8> with the <input type="file"> that's it
<8> of course with a name
<9> of course ;)
<8> http://us2.php.net/manual/en/features.file-upload.php


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#java
how to say in hindi my pleasure
#allnitecafe
#india
#india
alaskaguy dalnet
#chat-world
adam ol lan ahmet
#chat-world
#allnitecafe



Home  |  disclaimer  |  contact  |  submit quotes