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



Comments:

<0> http://www.noisecrime.com/develop/techdemo/d8/demos/worms.html
<1> **** where the **** am i supposed to find and agp at this time a year
<1> same
<0> i have an old nvidia 5600
<1> i think shockwave is dependent on some external objects no longer available
<1> unless its installed UNproperly
<1> i ll fine tune my windows
<0> i just installed the plugin
<1> rebooting
<0> restarted firefox
<0> and it works
<0> guess i'll take off, later
<2> http://pastebin.com/659007 <=> Parse error: parse error, unexpected $ in d:\websites\loginsys\userinfo.php on line 48
<2> I'm not really seeing my error there
<1> right what was the addy again?
<1> lol @ http://papa.bearcavecc.com:91/maptest/



<2> don't get it.. how can he give me those errors.. it seems alright to me
<1> woa, the mouse movement event goes right through to background, the texture moves even the browser is not the active window
<1> hey that s one hell of an exploit opening, i bet its also registering the text events
<1> as long as that browser is open its reading all inputs
<1> glitch?
<0> should be you have to click within it
<0> try with IE
<1> am clicking on mirc in half window mode and see the texture move
<1> thats simply not supposed to happen, the active app catches the event, shouldn t let it "fall through"
<0> never done that for me...
<0> so i dunno
<1> the high/low/base p*** buttons are really cool though
<0> shockwave started as a cd menu language, easy to make cd intros
<1> try it out, http://www.noisecrime.com/develop/techdemo/dmx/landscape10sw.htm in full window mode and click on your irc client over an area that would overlap the browser,
<0> flash was for website animations
<1> actually overlap the image
<1> does it move?
<0> nope
<0> seems something odd with your video card
<1> i wonder if you could make a quick and dirty key event loger to see if it does indeed catch all events
<1> simply switch the drag event for a key one
<1> a no directional matrix needed, nm me
<0> well, anyhow, if you want to do a browser game, shockwave is the way to go
<0> hands down the fastest
<0> and you can do a direct socket connection to a server
<0> ala: game server
<1> multiplayer huh?
<0> Yep
<1> am sorry am still amazed about the event thing
<1> you do work as a magnet for weird bugs PapaBear
<1> first time ever i see this ****
<1> didint even think it was posible on an os level
<1> do you guys know of an app i could use to record a video of my screen?
<0> fraps
<0> and yes, its a gift
<1> heh
<1> **** this now am getting rpc delays
<3> hello world
<3> what Instant messenger should I install on Ubuntu?
<0> uninstall and reinstall it with the offline installer
<3> trillian or something?
<0> gaim ?
<3> can gaim connect to msn?
<0> believe so
<0> A Linux/UNIX instant messenger client, which can handle multiple protocols,
<0> including AIM, ICQ, Yahoo!, Jabber, and Gadu-Gadu.
<1> it does i know for sure
<3> awesome
<3> thanks
<1> ok am not getting how this frap thing works
<1> :D
<3> lol I never understood myself
<3> lol
<3> I gave up on it
<0> umm RTFM? :)
<1> heh
<3> nah it's like it has an interface that should be really easy to use
<3> then your life
<3> what do I press
<3> there's only 2-3 tabs
<3> and 1-2 button



<1> **** THIS RPC DELAYS ARE ****ING MEKING ME REAL ****ING MOTHERFIST****ING upset
<1> mother of god
<1> got to reset this box everytime i make a change to ANYTHING
<1> i hate windows with a p***ion
<0> sounds like you have some hardware issues
<1> i got tween identical machines, the other one aint suffering this ****, its cause windows ****ing **** and is totally ****ing random
<1> niway the fraps thingy aint registering no`in
<4> sounds like you have a pebkac to me
<5> =) ^5 Hajuu
<1> pebkac?
<5> problem exists between keyboard and chair
<5> =)
<4> :P
<1> why dont you two go pull on each others back while i try to do something productive?
<5> FINALLY =D
<4> pull on each others back?
<4> doesnt sound productive
<5> i didnt even want to ask hajuu it sounded stupid =)
<6> i have 2 php files, main.php and game.php in the same directory, but i cant see Global vars from main.php in game.php
<6> how can i see the required vars from main.php in game.php
<6> anyone know about global variables?
<4> require_once("main.php");
<3> whooaa gaim is pretty cool
<4> or include("main.php");
<4> |pit: sure if you like random unexplained crashes
<3> :D
<3> I don't mind them
<1> that has never happened to me
<1> :)
<7> I just want my msn off my main computer
<5> =P
<8> too many messages come on here
<3> alright idle away
<3> later mofos
<1> bleh
<1> fraps works ingame without beeing called, yet it dosent out of it
<4> oh
<4> |pit
<4> wait
<6> Hajuu -> i cant add require once. main.php because just executes the entire main.php page
<4> is your pic bin still running?
<4> delatroy: What were you trying to do? grab variables without executing. thats nigh impossible.
<6> ok
<1> files are not live objects
<6> so how can i save this var from main.php and include it in game.php without executing main.php
<1> you cant
<6> can i save it in another clear php file?
<6> write the var from main to tmp.php and include tmp.php in game.php?
<1> make data.php with all your variables and include that
<4> delatroy
<4> the best way of doing that I can think of
<4> is to save the lines where they are set, in a seperate file
<1> write the variable in the freaking file to start with?
<4> and then include that
<6> the var is taken from the user
<1> papa am downloading another capture app, bear with me (no pun intended)
<6> from the login page, i need to capture that user input in game.php, without including the entire main.php file
<4> delatroy
<1> delatroy you just said it was a file info you wanted,. no you turn around and say its user info,.. you ****ing around or something?
<4> so write them out to a file where they are recieved from
<4> and use the users session id for the filename
<4> to avoid duplicate conflicts
<4> but by the sounds of it
<4> the way your site works could do with some serious restructuring
<1> papa you there?
<1> got the video am turning it into flash for weight
<6> whats wrong with this.. insert into player, state VALUES 1 where nameid = "phil@phil.com";
<6> mysql insert
<4> I am
<4> my messages
<9> heh, third time i'm attempting to go to bed. this time i ain't checking my mail again.
<4> Begone!
<10> LOL


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#linux
properJavaRDP problem
foxx qalbek
#apache
#linux
#php
libGL warning: 3D driver claims to not support visual 0x4b
www.smsuri
ppt2pdf debian
Who was half man, half Vulcan



Home  |  disclaimer  |  contact  |  submit quotes