| |
| |
| |
|
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
Comments:
<0> Like most deities i am a fan of the use of small print ;) <1> whats a function that replaces the last accuronce of a certain character? <2> Toerkeium: what... that's impossible... as so toospeak <3> Vylen, why? <4> op32codez: stristr I think <0> Toerkeium: are you looking for an embeded media player for display on a webpage generated by php? <3> yeah <4> op32codez: or not! <3> like there is in asp <0> ah, well use quicktime or realplayer or javaplayer or *shudder* media player <2> what you said asked for something else initially <5> anyone know why I would get this error, if the functions exists? PHP Fatal error: Call to undefined function: userid() <3> sorry Vylen, I have such a horrible english. My apologizes <2> drepan: use function_exists and method_exists on this stuff... in if() {} blocks <0> Toerkeium: all you have to do is get php to sream the file and the easiest way to do that is by requesting the url that streams from the url in the resource locator in the embeded web player
<3> NET||abuse, in your opinion, which is the best player? <6> OJ Simpson <2> Toerkeium: its not the case of whats the best, but what can be embedded and if everyone has it <0> in my opinion xine would be the best player but you know that won't have the market share you need to get it displayed on your clients pc's <3> true <7> hello <7> have a prob, fkors.. =) <1> Gargoyle its not the function im looking for <4> op32codez: I was close... strrchr finds the last char. <3> I think realplayer will be the bst choise in my case <2> fkors? <3> I will search about it <7> Vylen: ofcourse <0> Toerkeium: try asking in #web <3> great, thank you very much <2> Toerkeium: there's a generator on the net that creates HTML code for embedding media for certain players... <3> excellent <2> much nicer to use than trying to remember the long lines of crap that are needed for "extended" <object> tags <3> will search for it inmediatly <7> when using proc_open to open kismet_server (e.g.) is_resource($resc_pointer) returns true, but my script hangs on proc_get_status or proc_terminate or any other proc_* for that matter.. any ideas what might be the case here? <3> thanks so much guys <2> synan: its probably blocking... <7> Vylen: elaborate pls? <2> well, it was just a random guess... but look at stream_set_blocking or some other function along those lines <2> i have no brain power for explanations at the moment <7> ive got stderr redirected to a file and i verified via the file that kismet_server is running and works.. <7> Vylen: thx.. =) <7> anybody else? <4> op32codez: $string{strrpos($string, 'a')} = 'b'; might replace the last a with a b <2> {} wouldnt be nice with php6 ;) not like it matters <7> Vylen: read the help on the block function.. but i still dont get how it could be blocking as i am not trying to read anything, just get the procsess status <0> arrrgggg, IE won't reinstall... <4> NET||abuse: Isn't that a good thing? <7> i always thought that the process flags were a kernel thing, not a stream thing.. <0> hehe, maybe, if i didn't have to test on it <0> oh, thought of the incantation needed to join my cult :) "!AllMyBaseAreBelongToNet" <4> lol <4> Just as long as you promise not to set us up the bomb! <0> i dunno, i thought that could be the activity for my holiday <0> the anual act of worship to me :) <0> blow something up :) <0> feeling more and more like calling myself baal here <0> eat drink and be chaotic ;) <7> so, nobody has any idea about my proc_open prob? <2> proc_open is evil :P heh... well, when using it to deal with the execution of multiple php-scripts anyway <7> Vylen: i am trying to use it to have control over the kismet_server from the script itself, to be able to kill it and reinvoke it and check its status.. <7> havent seen any better way to do it but proc_* <2> heheh :P <0> bummer/... <0> there surely is a better way, cgi perhaps? <7> NET||abuse: meaning what? <0> i dunno, just thinking out loud <0> never mind me,,, <7> =) <0> i need a coffee,, it's almost 2 and i've done didly squat today <0> oh well, and i think the pc beside me has mydoom <4> synan: What's a kismet server? <8> Hey <7> Gargoyle: what do you mean? kismet is a tool for wifi scanning <8> How are you guys doing
<8> ? <0> yeh, kismet is a wifi tool <4> ah <8> Any web-designers here interested in a job?? <4> Yes... I remember. <0> joey4127: no recruiting in here please <8> ok...maybe i can just get some info <8> :D <0> perhaps, <8> Basically my client needs to set up a online store <0> ok, custom or off the shelf? <8> and I know nothing about all the checkout with CCs and i dont want to mess with this <0> then off the shelf is the bees wax for you <0> look at oscommerce <8> is that a software? <2> lawlz :P <0> it's a free php/mysql based shop package <8> YA <8> how reliable is it? <0> go google it and all your questions wiill be answers <0> answered <0> right, back to collecting souls <2> NET||abuse needs a coffee <8> Thanks a bunch peeps <8> :p <0> oh god he said peeps.... <4> smite him! <0> it's as bad as people who do the quotes with their fingers when they talk. <0> yay, it worked :) <0> i smote him good <0> beggining to believe i am a god :) <0> muahahahahaha <0> oh dear oh dear, back to reality little man.... <4> go get your coffee! <9> and/or stay off the blue pills in the future.. <0> my alter ego shall linger in the shadows of my mind, a power hidden beneath the surface... if i were in a comic i'd have a shadow with glowing eyes on my shoulder <4> I have written 5 lines of HTML all day! <10> hi anyone know why exec('cmd /c mogrify.exe',$exec_output,$exec_return); shouldent work ? <0> Gargoyle: wow, that's some serious productivity !!! <10> I also tryed the full path =/ <9> Siliconsurge: (guessing here) try "cmd /s /c mogrify.exe" <4> I know... and I used placeholders like "img1 here!" 'cos I couldn't be bothered to write the img tags! <10> nopers :) <10> hmm <9> Gargoyle: thats possibly the slowest thing I have every heard of.. nicely done.. <4> lol <11> I have a php script which is called showImage.php which just generates the image to hide the true location of the image... now if i p*** type=large into it.. i want a download box to popup and not show the image in the browser window.. is there a mime type I have to send in a header() to do this? <5> I have a $id as result of a mysql_query, the variable is '1', I am trying to increment with $id++, but variable remains '1'. Any ideas <9> Siliconsurge: okay.. I just read something about cmd.exe /s /c "command" at php-internals today.. <4> Jy: application/octet-stream <11> Gargoyle: thanks <10> oo wait a sec :) <10> got somthing <10> not what im after but im a bit closer :D <4> Jy: You might also need header("Content-Disposition", "attachment; filename=test.jpg"); <11> ok <0> hehe, i like headers, you can actually get text to jump into notepad rather than displaying in the web browser <0> kinda handy at times <12> i' d like to builkd a good looking forum(nice forum) are there any funny/nice phpbb mods/styles you can suggest me to try out? <0> Sweet_kate: have you tried XMB forums, i remember it was just a really really nice design to it. <9> Gargoyle: why split it into two? header("Content-Disposition: attachment; filename=test.jpg"); works a-okay <0> but that was a good while back <4> I was sure it did, but Safari refuses to download it! <12> NET||abuse: is it phpbb? <12> i don t see it is <0> Sweet_kate: no, xmb totally different forum package <0> www.xmbforums.com <12> i see <12> where can i see a screenshot <12> where can i see a screenshot <12> ? <12> Netfeed:
Return to
#php or Go to some related
logs:
#perl #perl xgl-compat100 gentoo broadcom netxtreme II #osdev #debian #gentoo tvtime requires hardware YUY2 overlay support from your video card *** driver. #perl PL_dowarn 5.8.8 undefined symbol
|
|