| |
| |
| |
|
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 28 29 30 31 32 33 34 35
Comments:
<0> it tells all <1> I have to go to sleep though <1> lol <0> goodnight :) <1> well I need to figure this out before <1> lol <0> create a script named phpinfo.php <?php phpinfo(); ?> in, run it from browser, find the variable you want to use, then use it <0> am i missing something? <0> the variable you want may depend on your setup, so doing this is wise <1> hmmm... <2> lig You musta confused me with one of your other lovers.... I aint into diapers and spankings <3> I can't even measure the level of "TMI" there. <4> Jymmm: wasn't it you who invited me to #bsdm... hmm <5> whats TMI? <3> Too Much Information <3> No scale of appropriate magnitude can be expressed
<4> the Pro::PHP podcast is going to talk to M$?! Hmm <5> okay <6> hello <6> i'm doing an script w/ socket connection to a smtp server (sendmail) <3> lig: Never heard of Pro::PHP, but it may be a response to Microsoft's presentations on PHP over the past few days <6> and the server refuse me to send the email cause my ip is blacklisted ate cbl <4> Pro::php is the podcast the enygma and marcus do <6> someone knows how can i solve this problem? <6> maybe w/ auth. smtp? but how can i do this? <3> mad_lord: If your IP has been blacklisted, the "solution" would be to contact the person(s) responsible for that RBL and find out why. <6> TML: but, how can i send emails w/ an email client, like thunderbird over the same ip? <3> mad_lord: Contact the admin of the SMTP server and ask them <3> !tell bigfiggz about g7 <3> bigfiggz: Additionally, if you want to be taken seriously by prospective employees, might I suggest: 1) Use a spell-checker; 2) Get someone to review your grammar...it's atrocious. 3) Decide how your company/product is spelled and use that consistently. "Ezarchiving" and "ezArchiving" are inconsistent branding that will devalue your marketing message. <0> nice, goto may still make it into php <2> TML: What about "EZ In-n-Out Escorts"? <2> or.... "EZ Escorts" <7> hi <7> i have a configuration type file settings variables(conf.php), a functions.php and index.php .. <7> .. i wanna call a function from functions.php in index.php .. and the function makes use of vars defined in conf.php <8> require or include conf.php <5> ok <5> use require_once("conf.php"); <0> think of cut-n-pasting these files together, order matters, so in the end pretend its one big huge file <7> guru[1], iPrometheus: include/require in functions.php or index.php? <8> functions <5> require_once is better than require or include <0> in theory the _once functions should never be needed, so the word "better", well, i wouldn't say better... :) <7> but index.php's also making use of vars from conf.php <9> hi <9> safemode questions <9> parse_ini_file() works with safemode on? <0> zoyd: index.php includes conf, then functions <9> I couldn't get it working <5> require_once("conf.php"); too <7> i have done a require_once() at the top of functions.php but the vars aren't accessible from the functions <8> you have to global them <0> no! <5> no not needed <10> I'm working with is_dir() on a partition, and I get the error: Warning: is_dir() [function.is-dir]: Stat failed for f:jessica's_real_xmas_card.psd (errno=22 - Invalid argument) in F:\webpage\webpage\testing\readDisc.php on line 14 <10> What does thi smean? <0> zoyd: read about "variable scope" in the manual, and feel free to p*** in variables as arguments to functions <11> how can you display php code onto a page? wheni do sometimes it does the php, instead of just showing (example, displays the login box..) <5> requireing that file is enough to access those variables in conf.php <0> stedios: highlight_string() <11> ok <5> while in print or echo statements use single quotes while displaying <11> k <10> stedios, you mean have it show up on a webpage? just don't put the <?php ?> around it, or put <?php and ?> instead <5> stedios" <0> tenmon: it will work in safe mode <11> ah, works. thanks <9> philip: anything special? if I call it, I get a "safemode effects" error <0> tenmon: it can't find the file? <9> mm, it could be a uid error now that I think then <9> will try again <12> How do I check how many entries there are in a field? <12> er, in a MySQL database <13> root404 you mean values of an array? <0> use sql <13> Of
<13> mysql_num_rows <0> then, mysql_num_rows <0> :) <0> consider just using count though in sql <0> that is, if that's all you're doing in the query, is needing a count <0> it's too bad lxr.php.net is no longer online <13> mysql_affected_rows could also work, but num is better <14> lxr.php.net? <0> jabbott: yeah, a searchable php source archive <15> Is anyone here REALLY good with linux? <13> iGotNoTime, Why? <15> I want to change the usergroup access rights of one user <15> and can only be done via ssh <13> what distro are you using? <15> take your pick LOL <13> Mmmm <15> the box I want to do it on is Fedora <13> Okidokie <15> I do it on Ubuntu all the time but that is GUI not ssh <13> http://www.fedoraforum.org/ <13> Ubuntu is the best <15> :D:D <15> I likes it but their IRC is too busy to ask <13> Heh, yeah <15> we have a huge amount of images that need updated on more than 60 domains <13> just keep asking, or use the support forums <15> we want one of the main accounts to have root access <15> on the dedicated box <13> Hmmm <15> then navigating via SFTP <13> Ask on the support forums <13> Their great <15> through all domains would be possible rather than 60 p***words <15> ok thanks anyway :) <13> http://ubuntuforums.org/forumdisplay.php?f=45 <13> @ iGotNoTime <15> thank you :) <13> ^_^ <15> I have never been in their forum yet just the IRC <13> The forums are great <13> Don't like vB, but other than that ... <16> bigfiggz: I'm here now. <15> I like vB :P <15> I pay too much to not like it haha <3> Jymmm: The point was not the name, it was the inconsistent branding. <2> TML: I know, just playing =) <3> iGotNoTime: Here's a tip: man adduser <15> the user exists already <15> we just need his group and access changed, but thanks :) <17> hi. <18> what would a regex that allows alpha characters and commas look like? <18> {a-zA-Z}-+ ? <19> that allows alpha characters <19> lol <18> {a-zA-Z}-{+} ? <18> {a-zA-Z},{+} ? <19> i dunno but when i was reading my book u can actually declare alpha characters like <19> {::alpha::} <19> the second one would just allow a command after an alpha character <19> the first one does the same but with a minus sign <19> i guss possible <20> regex is not universal :) <18> {::alpha::} is posix i'm pretty sure <19> {a-zA-Z,}+ <19> oh <18> Let me try that <19> try it <18> PHP uses PCRE doesn't it? <20> tek: It has both the POSIX implementation (ereg) and PCRE (preg) <19> try {a-zA-Z,} <19> try {a-zA-Z,}+ <18> and can you briefly tell me
Return to
#php or Go to some related
logs:
#web #perl select * from GETDATE SQL2005 ati livna drivers suck #javascript recompile-world gentoo #lisp #kde howto acpi4asus ubuntu #centos
|
|