| |
| |
| |
|
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
Comments:
<0> =) i PHP!:) <1> notice more and more people saying it though <1> who knows, if that trend keeps up, maybe someday broadcasting company will actually start broadcasting something thats worth watching <0> thats a good thing <2> i enjoy a good movie, but i can do without the tv <1> companies* <0> last time i've been to cinema was like half a year ago :] <1> I go pretty often.. like 2-4 times a month ;> <0> =) <2> i am a big movie buff, cant help it, i need something to take me away from my everyday crazy life <0> current movies that come from USA are so stereotypical <2> drakas, where are you from? <0> i want something different... <0> computers: i live in UK but i am lithaunian <1> yeah, there hasnt been anything great for a while <2> ah ok
<1> hostel recently came out here.. so lame <1> just because tarantino says its cool, its suddenly supposed to be some uber movie <0> basically, personal opinion: USA's movies **** (it's not an insult to anyone, it's jsut what i think) <2> the one i was just speaking of, was about a game called "stay alive" and once you start playing the game becomes real in your life <0> there is no originality in most.... <2> awesome special effects <0> seen some good USA movies but they never came to the cinema... <2> drakas, most do <1> while its just about stuffing as much gore in it as you can <0> everything at cinema is aged at teens like me ] <0> computers: , i mean movies that i think are good never come to the cinema <1> nice.. might wanna catch that. I'm a gamer so I kinda like those game-becomes-reality stories ;) <0> it's all for children =/ <2> what type do you like? <2> it freaked me out <2> and i watch all kinds <1> there's some good ones though. really enjoyed pirates of the caribbean for example <2> i tell you one that had a good plot was saw and saw 2 <0> i dont really have one ;] i like something like sci-fi (paranormal?, not something like stawwars), romance, and again paranomal :] <2> just watched "hills have eyes" it was good <0> i actually liked terminator * :) was bit of non-ordinary movie =] <1> I didnt see those. usually not very fond of horror movies <1> every time I watch one, I'm afraid in the dark for a few weeks after that -.- so I usually try not to watch them too often <1> lol :) <2> terminator was a good flik <0> lol :] <0> i liked Vanilla Sky, Gatacca, The eternal sunshine of spotless mind, Matrix <2> u know one that used to freak me out when i was a kid (showing my age) was "nightmare on elm street" <0> only movie that actually scared me was Aliens :] <0> the one with dragon monsters of some kind... <2> drakas, ever watched hackers 2 "operation takedown" also called the story of kevin mitnick? <0> =) fun <0> is it about teen hackers geting into some systems..? <2> no, that was the movie "hackers" <0> wait, getting some organisations sofware source and giving it away for free <2> this one is a true storie <0> ok, i've seen only hackers :] <0> what is it about then? <2> kevin mitnick <2> he was a software hacker <0> right <2> it never went to the cinemas <2> it was going to be called "operation takedown" <2> if u want a copy let me know, ill dcc it to you <0> i feel sad for him, restricted from ict =/ <2> i enjoyed it <2> yup, they got him bad <0> please do send :] <3> I read the book <3> did they make it a movie? <2> he is out now though <2> rewt, yes, just never went to cinemas <3> sweet <3> I'd like to see it <1> operation takedown was wank <1> hackers1 rocked ;> <0> =] <3> even though the book is more from T's point of view <2> hackers1 was fictional, this was true <3> since, like, he wrote it. ;-)
<3> mitnick didn't do all that great stuff <3> he just got busted, and got made an example <3> locked him up until they could figure out what to do with him. <0> " Mitnick was convicted of wire fraud and of breaking into the computer systems of Fujitsu, Motorola, Nokia, and Sun Microsystems." <0> hes a real talent <3> so, yeah, if you got the movie, I'd be glad to see it. <0> i cant get past anything =] even my own pc <2> looking for it <2> i know its all over irc <3> nah, he wasn't.. he was mediocre talent in a day when security wasn't as big of an issue as it is today <2> i have over 2000 movies on my server, so it takes a while <2> gimme a few <3> no probl <3> Drakas: I could show you how to double your capacity in, oh 30 seconds. LOL <0> ay? <4> Have anyone seen schleyfox? <2> **** i backed it up on dvd <2> one sec, ill get you a link <3> k <2> server irc.TheBoyz.Razor-Irc.net <2> channel #cineplex <2> nick [C]-BEBO-027 packet 22 <2> nick [C]-Oj33-020 packet 5 <2> u can also search on packetnews <3> k <2> sorry but i dont feel like waking up my gf just to get a dvd from under the bed <2> she gets mad when i wake her up this early <0> :] <5> be like, MAKE ME A PIE WOMAN! <2> hahahaha <2> more like bacon and eggs <2> some hashbrowns, mmmmmm <5> heh <2> nice joint on the side [j/k] <2> nothing like bacon eggs and weed to start the morning right <2> im just playin <2> drakas, got a minute to help me with a little php problem? <0> what is it? <2> http://pastebin.com/623246 <2> let me find the line <6> Drakas: sorry for being so terse earlier drakas ... :-( ... you are right ... this is my first ajax/htmlrequest usage and I have no idea how to debug it <2> wrong php file, one sec <7> computers: That is really quite disgusting. Are you sure you're really using such code in a production environment? <0> computers: that script is looking bad :] <2> whats bad about it? <0> babo: np. Ajax is pretty useless at this time. I suggest that you learn more about how to use php + html + javascript more wisely. <0> computers: 1) tables 2) no templating / use of output buffering 3) Totally inextensible <6> Drakas: How do you mean wisely exactly ... I've been using them for quite sometime now ... <2> drakas, its built off of smarty, which was a bad choice, but not my decision <2> http://pastebin.com/623248 <7> Well, firstly, it intermixes PHP code and HTML gratuitously. Secondly, there is an awful lot of repated code - trying using for loops to generate your multiple file upload forms. Thirdly, there's a large number of variables etc, which looks bad. Lastly, you hardly escape anything correctly. <2> line 170 to 183 <0> babo: what was you trying to do in your script(s)? <8> anyone know what to do when its essential that leading zeros be NOT stripped off when saving to a mysqldb ? as of right now, if i save a post with "00045" the stuff thats saved in the db is "45" .. what can i do? <6> Drakas: I'm really unconcerned about AJAX ... I really only need to change something on a web form - and a whole form submit is a little too heavy. Whatever gets the job done most efficently is what I'll go for.... <2> Markr, next revision will be better, im still in the learning process <2> <---just started learning php about 1 month ago <0> computers: btu this revision is harder to do than OOP <0> i started off like that, thought it was so dynamic and good <7> computers: There are a large number of potential security holes, for starters, you're moving uploaded files to the filenames supplied by the user without doing any checks - they could be uploading .php or .exe or anything. You're not escaping most of your fields correctly, and there's very little validation. <0> then went onto my own templating system, but the site didnt have modules. was all lame <0> what i am currently working on is much more powerful but i think it's still lame :] as i remembered - i'm not going to write a new module for each section (books/shop/articles/blog).... <2> drakas and markr, i know, im probably going to have to start with scratch, but right now im still in the learning process <0> so what i am thinking on is that the user could write their own database structure and display custom data.. <0> computers: we rare giving you advice, like teachers <7> extr3m: Use a char or varchar column, rather than an integer or something <9> extr3m: sqave it as string, not as int. <0> extr3m: change the INT to varchar ? <8> ah <7> w00t, three similar answers <8> thanx <2> drakas, i appreciate it, trust me <8> thanx ppl =)
Return to
#php or Go to some related
logs:
sh: -c: line 1: syntax error near unexpected token `newline' perl script returns 9 undefined symbol: _ZN3KIO9NetAccess12mostLocalURLERK4KURLP7QWidget #perl #suse gentoo ssh-agent xfce htb on amd64 gentoo?
gnome-btdownload resume BackupManagerV2 transgamer username
|
|