Search found 123 matches

by Kamal
Tue Dec 11, 2012 2:25 pm
Forum: General Chat
Topic: A leap of faith.
Replies: 11
Views: 1905

Re: A leap of faith.

del system32 In Linux talk that is [syntax=text]rm -Rf /[/syntax] although I heard a crazy rumour that the kernel will stop you doing that. Too scared to try it Had to try it (Ubuntu 12.10): [syntax=text]root@derp:~# rm -rf / rm: it is dangerous to operate recursively on `/' rm: use --no-preserve-r...
by Kamal
Sun Sep 30, 2012 7:50 am
Forum: General Chat
Topic: Happy birthday jacek
Replies: 8
Views: 1628

Re: Happy birthday jacek

EcazS wrote:How do you know it's his birthday?

I had him on facebook a while ago.
by Kamal
Sat Sep 29, 2012 4:54 pm
Forum: General Chat
Topic: Happy birthday jacek
Replies: 8
Views: 1628

Happy birthday jacek

Just wanted to pop in and say happy birthday :P
by Kamal
Thu Aug 09, 2012 10:51 am
Forum: General Chat
Topic: Best way to do login
Replies: 17
Views: 2802

Re: Best way to do login

bowersbros wrote:
Kamal wrote:
bowersbros wrote:So, no IP storing :(

You are already doing that, look at your nginx logs ;)


Im planning on having no logs eventually, Im currently logging stuff so that I can keep track of any visitors I dont particarly want yet :P

You can log only the things you want in nginx
by Kamal
Wed Aug 08, 2012 12:31 pm
Forum: General Chat
Topic: Best way to do login
Replies: 17
Views: 2802

Re: Best way to do login

bowersbros wrote:So, no IP storing :(

You are already doing that, look at your nginx logs ;)
by Kamal
Tue Jul 31, 2012 8:51 pm
Forum: General Chat
Topic: Oh, irony
Replies: 6
Views: 1334

Re: Oh, irony

EcazS wrote:404 isn't PHP joke lolololololol!!!

The heck, dude, the heck.
by Kamal
Tue Jul 31, 2012 3:16 pm
Forum: General Chat
Topic: Server setup
Replies: 3
Views: 845

Re: Server setup

You decided to go with nginx! good choice (ahem) :P
also, i found out a way to log each vhost's (apache terms) bandwidth usage. take a look at custom log formats and the $bytes_sent variable ;)
by Kamal
Sat Jul 28, 2012 9:16 pm
Forum: General Chat
Topic: Oh, irony
Replies: 6
Views: 1334

Re: Oh, irony

It was a joke... 404 == Page not found, so if its not found then how do they login? || Again on the not found error, they could be a 'not found member' etc. The idea of it that it was a joke, I'm sure everyone on these forums are always happy to have new Members. (And yes, I use PHP terms because i...
by Kamal
Sat Jul 28, 2012 9:16 pm
Forum: General Chat
Topic: Supah Fast
Replies: 6
Views: 1141

Re: Supah Fast

Ze board r ze forums.
by Kamal
Sat Jul 28, 2012 4:15 pm
Forum: General Chat
Topic: Supah Fast
Replies: 6
Views: 1141

Supah Fast

Ze board r fast!
by Kamal
Sat Jul 28, 2012 4:15 pm
Forum: General Chat
Topic: Oh, irony
Replies: 6
Views: 1334

Re: Oh, irony

jacek wrote:I wonder who it was, I bet they never login :P

Why is that? You don't want a new user? :(



</troll||dumbmode>
by Kamal
Sun May 27, 2012 8:06 am
Forum: General Chat
Topic: Ubuntu
Replies: 12
Views: 1982

Re: Ubuntu

I have the IP and when I navigate to it it works, but how do i set it up to use a domain name to it instead of the ip? So if i gave you my domain name, you'd be able to see it for example Open the ports, and use a dynamic dns thingy because your ip probably changes every x hours (most ISPs do that)...
by Kamal
Mon May 21, 2012 4:45 pm
Forum: General Chat
Topic: Holy Crap We Are a Year Old ?!
Replies: 8
Views: 1371

Re: Holy Crap We Are a Year Old ?!

I'm 100% serious too. In class I'm like 40 pages behind everyone and I think it's so hard and it's obvious that I'm going to fail on the exam and then when the exam comes I'm like, "this is too easy, this can't be right. If I think this is easy I'm obviously not doing it right". And then ...
by Kamal
Tue Dec 20, 2011 10:56 am
Forum: General Chat
Topic: How to debug the PHP code !
Replies: 3
Views: 881

Re: How to debug the PHP code !

There is a debugger called xDebug, try it :)
by Kamal
Fri Nov 18, 2011 2:54 pm
Forum: General Chat
Topic: Why do PHP programmers hate ASP?
Replies: 8
Views: 1481

Why do PHP programmers hate ASP?

Q: Why do PHP programmers dislike ASP programmers?
A: ASP programmers only write basic code.

So I saw it today and *had* to post it here.
Let's start a programming-related joke topic :roll:
by Kamal
Wed Oct 26, 2011 3:38 pm
Forum: General Chat
Topic: What framework ?
Replies: 3
Views: 855

Re: What framework ?

by Kamal
Tue Oct 25, 2011 5:05 pm
Forum: General Chat
Topic: Ubuntu
Replies: 9
Views: 1487

Re: Ubuntu

Try Gnome Shell :) It is officially supported on 10.10. LOVE IT!
EDIT: I hate it.
by Kamal
Tue Oct 18, 2011 10:56 am
Forum: General Chat
Topic: I need YOU! (Different screen resolutions)
Replies: 17
Views: 1733

Re: I need YOU! (Different screen resolutions)

1920x1080
http://i55.tinypic.com/wlxgs6.png

1920x1080 Full screen w/o browser and stuff
http://i51.tinypic.com/nzk0t2.png
by Kamal
Sun Oct 16, 2011 10:19 am
Forum: Code
Topic: Month Number to Month Name Function
Replies: 4
Views: 2151

Re: Month Number to Month Name Function

libeco wrote:Or:
...

There's SO much you can do with the date function and its relatives!
by Kamal
Sat Oct 15, 2011 10:31 am
Forum: Code
Topic: Month Number to Month Name Function
Replies: 4
Views: 2151

Re: Month Number to Month Name Function

A more efficient (+faster) way: [syntax=php]function getMonthName($month){ $months = array('-', 'January', 'Februrary', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'); if(isset($months[$month])) return $months[$month]; else return '-'; }[/syntax]
by Kamal
Thu Oct 06, 2011 8:11 pm
Forum: General Chat
Topic: New Theme ?
Replies: 23
Views: 3047

Re: New Theme ?

jacek wrote:http://demo.phpbb3styles.net/X_Silver is the winner so far, any objections ?

No. Install it!