| |
| |
| |
|
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> zircu: I'm quite happy with the way I install software, thank you. <1> Cameron I was wond <2> KimmoA: if you are that happy then you wouldn't be here asking about witch one to use <0> ... <0> You obviously can't read, zircu. <0> See you guys. <3> I hate that guy <2> KimmoA: if you didn't interupt my suggestion, you might notice that I was giving you a bsd tool that would allow you to test a install without intalling and breaking things <2> caffinated: you should ban his unaffiliated name i'm rather pissed at him right now <3> zircu: him disagreeing with you isn't really grounds <3> zircu: and as for my personal feelings, they really shouldn't enter in to it. I've dealt with him before though, he's arrogant on a level that annoys me. <4> Is there a mysqli constructor param for a persistent connection or do I need to manually call mysqli_pconnect? <5> lig So, you workign on the contest ? <6> level of arrogance, the all mighty rule of all mankind
<2> caffinated: true, but the fact that he wont even listen to a suggestion should ground as a ban (perhaps that isn't why i'm not an op :) <7> Jymmm, nope - just hanging - it's sat... no work. <8> is there a way to use functions in a php file that aren't in that file but in another php file? just include it? <9> if http://pastebin.com/633512 is to allow someone login how would i make something that will disallow the user guest to enter certain pages? <2> caffinated: i guess since he left already i shouldn't be so bothered about him <10> teufel: yes, see http://us2.php.net/manual/en/function.include.php <3> zircu: I wouldn't worry about it. What I would do is just not bother to help him the next time <2> caffinated: and yeah I've delt with him before, that is why I was surprised that he ignored my input <8> cyphor: thanks <10> np <9> bannanas <9> ._> <4> Is there a mysqli constructor param for a persistent connection or do I need to manually call mysqli_pconnect? <4> is it even available in mysqli? <9> http://pastebin.com/633512 can someone tell me how to make it so the user guest cant view certain pages <2> Cody`: there isn't persistent connections available via mysqlI iiirc <9> can someone help me <9> o_O <5> !+g1 <11> Guideline #1) Don't ask to ask, Don't state: "I have a question", Don't ask: "Is anyone around?" or "Can anyone help?". Just Ask The Question <9> ._. <4> zircu: ty <12> Jymmm: BITCH! <9> how would i turn http://pastebin.com/633512 so it will not allow the user guest to view a certain page <5> EvilWalrus: VIRGIN! <3> EEEW! <12> heh, you little bastard :P <1> magewlf, do you have a user called 'guest' or you mean not-logged users? <9> Jymmm: belly rubbin carpet muncher? <9> O.o <13> magewlf, there are plenty of tutorials and online examples on how to make a user login system. <9> i have a login system <12> gotta get my car ready for the show tomorrow <13> EvilWalrus, I'll be right behind you! <9> i have pages that i dont want the guest account to vieqw <9> view^ <12> w00t <12> see Jymmm, you *are* a whore <5> EvilWalrus: No, just gonna empty your bank account, frig, and fill your gf. <1> magewlf, and a guest account is someone not logged, right? <9> no it will log them in but not let them view a page <5> EvilWalrus #jymmm <1> magewlf, and how exactly you identify them? login == 'guest' ??? <9> i'll show you script <1> that's what i was afraid of :P <9> http://pastebin.com/633535 is the identify script <1> magewlf, f($username == $username && $p***word == $p***word) <1> it will never get false <9> erm...there is another file called config.php that has the usernames and p***word o_o <1> magewlf, you should compare them with $_POST['p***word'] and 'username', not with themselves! <14> http://www.myresourcespace.com/phpinfo.php do I have domxml functions or any xml functions? Because: http://www.myresourcespace.com/myspace.php/videoclips <15> n8 <14> no? <14> I wanna use ***y xml! is that so much to ask? <14> arg. <16> FatalRemedy, use yaml <14> ok, thanks. <14> 3rd party thing?
<17> XML Support active <17> I would guess that the domxml functions are available <1> what you mean as ***y xml? <6> like xXx <18> Any special considerations when running SOAP over HTTPS? <17> XXXML? <18> Or the same deal, different URL for the most part? <14> Dragnslcr: http://www.myresourcespace.com/myspace.php/videoclips dont think its so active. <3> but there are lots of cool ads there <17> Ah, guess it means xml_* <17> Yeah, domxml requires --with-dom <19> i've added a user with normal username and md5 hashed p***word in mysql but now, when the users tries to login it say that login name or p***word is incorrect...i'm pretty sure there is nothing wrong with the username, so i think the md5 hash in login form f***s all up. any ideas what could go wrong ? <1> Matic`Makovec, try to echo everything. echo $_POST['p***word']; select p***word from mytable; echo $p***word; echo md5($_POST['p***']); ... should help you to debug. <19> well if i do print md5($_POST['p***word']); i get totaly dieeferent chars then they are in mysql row (i'm looking at that row with phpmyadmin <1> Matic`Makovec, try to set the p***word again... <20> Matic`Makovec: what does md5() return? <3> don't anyone go to slashdot right now. it's too hideous. even more so than usual. <21> what do you expect <21> every tech news site is ****house on april 1st <3> yeah, but pink on pink? <21> it would be alright if their 'hoaxes' at least caught some people or were funny <3> i don't think it's supposed to be taken seriously <21> looks hot <3> besides, the tirade of stupid stories will come in an hour or so <3> although, it's hard to distiguish them from the other real stupid stories they post. <22> is there an easy way to do something like... "if user specified $argv[2], print output on this file... else print on stdout"? maybe something like getting a file handle to stdout <3> kavelot: yes, use output buffering and a condition at the end <23> kavelot: STDOUT is a filehandle to stdout <24> if(isset($_SERVER['argv'][2]))... <23> or, fopen('php://stdout'); <22> can I use it with fwrite()? <23> yes <22> thanks :) <25> anyone have experience with web services like SOAP? I wanted to make a web service to send raw image data to a client... I'm not sure how to go about that <24> PHP can do that with GD... <7> later <3> freeone3000: GD doesn't inplement web services. <3> *implement <24> caffinated: No... but it can send image data.. <26> http://pastebin.com/633585 <26> can someone tell me why i'm not getting anything returned from that? <3> freeone3000: I'm ***uming he probably has that part figured out since he's asking about SOAP, not the image itself. <26> if i run the svn ... from cli i get all kinds of stuff <25> Yeah, I know GD can output that but I'm not sure how the client should handle that <25> or how to p*** that data <25> Trell: sometimes the webserver doesn't know where "echo" and "grep" is... try using the absolute path <21> @_@ <27> anyone know a program for windows that can search through php files without opening each file? <21> find <28> gatoradges: crystall ball <27> ok i'll look it up <6> thanks for the laughs <6> How can you search from files without opening them? ;) (And no, indexing the data inside doesn't mean that) <27> yeah I cant find that program <27> crystall ball <26> thanks fleckz, will give that a try <27> anything else? <21> find /I "crystal ball" * <28> Ciantic: one could use ntfs streams to store a copy of the files <25> Trell: I'm not sure if thats the case but it worked for me when I used shell_exec <28> and search the stream <26> nope, didn't work, oh well, will work on it later <6> common, you mean ntfs has file data streams? <26> ty fleckz <6> common, you mean ntfs has file data streams?k <6> Sorry, wrong button <6> I meant to say that, i already use Directory Junctions and Hardlinking in NTFS, those are really handy <29> hey anyone know a good graphing tool that will allow me to do a graph where the y-axis is inverted ... and starts at "1" <29> i am working with jpgraph .. but it seems it always sets it to "0" <6> how hard is it to invert it by hand ;D <6> (***uming that you have source code) <25> should be able to set the range for the y-axis in JPgraph <30> Is there a function to add value in a array without checking it's position, etc? e.g., image I've the array $blah. blah (firststring)... I want to add another value in it... I can use $blah[1]="another value"; But is there another way to add a value in it without saying where exactly add it? for example addvalue("another value", $blah);...?
Return to
#php or Go to some related
logs:
#perl hide icons in gaim work aixgl kde nForce2 AC97 ALSA_CARDS #perl input actions +kde +kmix GROUP_CONCAT(DISTINCT slow #centos floppy disk images dos games
suse inst-sources
|
|