@# 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



Comments:

<0> ****ty... I was so happy with the domain name..
<1> what was it?
<0> codeblog.net
<2> "I'd like to register Apple.com" ... "Its available! Get it today!"
<3> LMAO at .rodaddy.com
<1> pfff nobody would want that _TaSm
<4> What is the maximum string length you can p*** to a function like str_replace?
<5> salut
<1> yo
<5> je voudrais crer des sous domaines la vole, c'est dire automatiquement, quand y'a un nouveau dossier cre sur le dossier /users par exemple, : /users/test, un sous domaine test.monsite.com est cre; sachant que j'utilise CPANEL, et que je n'ai aucun access SSH ( meme pas le droit de voir le petit httpd.conf ) y'a t'il un moyen ?
<2> Try #php.fr
<5> lol.
<5> * Now talking in #php.fr
<5> Sx on @#php.fr
<2> Oh its #phpfrance
<5> not registred..



<5> empty
<2> Or just use english here.
<5> i will try to explain my probleme in english, bad i'm very bad.
<5> but i'm very bad
<2> Its ok, I'm sure I'm worse in french.
<1> he wants to know how to create subdomains
<5> I want to creat a subdomains automatically with a script PHP.
<5> example.
<2> Ah.
<2> Generally you dont do that with PHP.
<5> If i add a new directory to /users
<5> a subdomains will be created automaticcaly
<6> hi
<2> You can write a script to do that, but the script must run as the user that has permissions to do so, or you could use SUDO.
<5> but i have any access SSH, and i dont have access to httpd.conf
<6> is there away to find the offset of a $_post["varname"] ?
<2> If you can't change httpd.conf, you probally can't add subdomains with a script.
<5> __TaSm with CPANEL it's possible but not automatically ..
<6> i was trying to access them thru $_post[0] but couldnt
<2> Right, cpanel has permissions to do so.
<5> __TaSm so, i can creat a function to do it ?
<2> Yes, but that function must run with proper permissions and it is quite complicated.
<5> he function will communicate with cpanel
<2> Ahh, well if cpanel has an API, then that'd be ideal.
<5> *the
<5> __TaSm yes i think it has it.
<1> I doubt it
<2> Then you will have to read the documenation for cpanel.
<2> |pit, plesk has one, so you can integrate hosting setup w/ your own scripts.
<2> Its accually quite nice.
<1> o ya?
<1> I was never aware of that
<1> hmmm
<7> http://www.cpanel.net/remoteaccess-php.html
<2> Sx, you may want to read this http://forums.realwebhost.net/showthread.php?t=93281 or ask on the cpanel forums.
<2> Well there ya go.
<2> pit, http://download1.sw-soft.com/Plesk/Plesk7.5/Doc/plesk-7.5r-sdk-html/docs/plesk_modules/unix/ch04s02.html
<6> why can't I do this...?
<5> __TaSm thanks
<6> for($i=0; $i<sizeOf($_POST); $i++) { echo $_POST[$i] . "<br>"; }
<1> what's the error?
<2> S1ckb0y, thats fine, but it'd be much faster to do foreach($_POST as $post) { echo $post.'<br />'; }
<5> __TaSm i have already creat this script : http://pastebin.com/706932
<5> but it doesnt work
<8> op
<1> pleb
<6> hi
<6> could you please just repeat your answer TASM
<6> i was BSOD :)
<2> S1ckb0y, thats fine, but it'd be much faster to do foreach($_POST as $post) { echo $post.'<br />'; }
<6> thanks :)
<9> umm..just in case Tzake hasn't been kickbanned yet...he should be.
<6> hmm? Hacker-X ?
<9> S1ckb0y: pretty certain it's some lame mIRC script.
<9> And the authors can't spell 'loser' right apparently
<6> hmm
<6> nice..
<6> now _TaSm, is there a way to also get the variable's name and its offset ?



<6> hmm
<9> Praise dravine!
<6> haha
<6> thanks dra
<10> nothing like being idle for hours and just showing up to randomly kickban fagzors
<9> dravine: that's the best way to play
<6> hehhehe
<10> yeah
<10> for sure
<11> ya'lls a buncha dirty hookers!
<9> I's clean, ho.
<10> u can't prove it
<11> I can prove it. I have pictures of you licking my ***!
<10> u lik aids?
<11> I have gynaherpesyphilaids.
<10> i noe
<10> I gived it to u
<10> l0lz
<11> you gived it to me?
<10> in t3h butzz0r!
<11> zomg!
<10> l00lllzersatesz!
<11> lollerskates!
<6> hahaha
<11> ****ing LiveStats can lick my crusty beanbag.
<10> zomg liveztats!
<12> cum again?
<10> phpbb plz?
<11> i can't cum again
<12> k
<1> sup awpti
<11> nada, pit.
<11> Just doing admin ****.
<1> sounds like alot of fun
<11> not really.
<11> Dealing with 2003 server / IIS / LiveStats / MSQL.
<1> mmmm
<1> lucky you
<11> Eat my ***.
<13> hrmm interesting concept but umm NO
<14> you couldnt afford it
<14> cheapwhore>awpti
<1> bilingual school my ***
<2> God damnit, amazon needs to get off their ***es and ship my laptop.
<11> They're waiting for me to take a dump on it.
<2> Awesome.
<6> hey
<6> where can i find a description of the _post array?
<6> im trying to find the name of a variable, its offset, etc
<15> php.net
<16> print_r it
<16> errrm
<16> _POST ?
<16> there is not much to be described about it
<1> print_r($_POST);
<6> ahh..
<6> does anybody know the standard email time format?
<6> date("D, d M Y H:i:s O (T)");
<6> ?
<0> Tue, 13 Jun 2006 19:16:54 GMT
<16> +offset
<0> yeah, the offset too
<0> and I don't think you need the time zone...
<16> Tue, 13 Jun 2006 07:20:42 -0700
<0> irzyxel: :)) you forgot to add pm :))
<16> thats from a real header ...
<0> oh, I thought you just generated it :P
<16> Sun, 11 Jun 2006 15:32:04 +0200
<10> dummy
<16> 24h
<10> 24 hour format
<10> the 15:32 would have clued in most people


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#linux
13fuck
VA DAU MUIE in english
non-repeating random number generator C++
http_accel_port error ubuntu
youdontthink.com
le ma tafx xinhi?
#AllNiteCafe
#AllNiteCafe
heliologist study



Home  |  disclaimer  |  contact  |  submit quotes