Search found 123 matches
- Tue Dec 11, 2012 2:25 pm
- Forum: General Chat
- Topic: A leap of faith.
- Replies: 11
- Views: 2491
Re: A leap of faith.
del system32 In Linux talk that is rm -Rf / although I heard a crazy rumour that the kernel will stop you doing that. Too scared to try it :P Had to try it (Ubuntu 12.10): root@derp:~# rm -rf / rm: it is dangerous to operate recursively on `/' rm: use --no-preserve-root to override this failsafe ro...
- Sun Sep 30, 2012 7:50 am
- Forum: General Chat
- Topic: Happy birthday jacek
- Replies: 8
- Views: 2365
Re: Happy birthday jacek
I had him on facebook a while ago.EcazS wrote:How do you know it's his birthday?
- Sat Sep 29, 2012 4:54 pm
- Forum: General Chat
- Topic: Happy birthday jacek
- Replies: 8
- Views: 2365
Happy birthday jacek
Just wanted to pop in and say happy birthday
- Thu Aug 09, 2012 10:51 am
- Forum: General Chat
- Topic: Best way to do login
- Replies: 17
- Views: 6309
Re: Best way to do login
You can log only the things you want in nginxbowersbros wrote:Im planning on having no logs eventually, Im currently logging stuff so that I can keep track of any visitors I dont particarly want yetKamal wrote:You are already doing that, look at your nginx logsbowersbros wrote: So, no IP storing
- Wed Aug 08, 2012 12:31 pm
- Forum: General Chat
- Topic: Best way to do login
- Replies: 17
- Views: 6309
Re: Best way to do login
You are already doing that, look at your nginx logsbowersbros wrote: So, no IP storing
- Tue Jul 31, 2012 8:51 pm
- Forum: General Chat
- Topic: Oh, irony
- Replies: 6
- Views: 1889
Re: Oh, irony
The heck, dude, the heck.EcazS wrote:404 isn't PHP joke lolololololol!!!
- Tue Jul 31, 2012 3:16 pm
- Forum: General Chat
- Topic: Server setup
- Replies: 3
- Views: 1140
Re: Server setup
You decided to go with nginx! good choice (ahem)
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
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
- Sat Jul 28, 2012 9:16 pm
- Forum: General Chat
- Topic: Oh, irony
- Replies: 6
- Views: 1889
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 becaus...
- Sat Jul 28, 2012 9:16 pm
- Forum: General Chat
- Topic: Supah Fast
- Replies: 6
- Views: 1614
Re: Supah Fast
Ze board r ze forums.
- Sat Jul 28, 2012 4:15 pm
- Forum: General Chat
- Topic: Supah Fast
- Replies: 6
- Views: 1614
Supah Fast
Ze board r fast!
- Sat Jul 28, 2012 4:15 pm
- Forum: General Chat
- Topic: Oh, irony
- Replies: 6
- Views: 1889
Re: Oh, irony
Why is that? You don't want a new user?jacek wrote:I wonder who it was, I bet they never login
</troll||dumbmode>
- Sun May 27, 2012 8:06 am
- Forum: General Chat
- Topic: Ubuntu
- Replies: 12
- Views: 2676
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)...
- Mon May 21, 2012 4:45 pm
- Forum: General Chat
- Topic: Holy Crap We Are a Year Old ?!
- Replies: 8
- Views: 1953
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 ...
- Tue Dec 20, 2011 10:56 am
- Forum: General Chat
- Topic: How to debug the PHP code !
- Replies: 3
- Views: 1457
Re: How to debug the PHP code !
There is a debugger called xDebug, try it
- Fri Nov 18, 2011 2:54 pm
- Forum: General Chat
- Topic: Why do PHP programmers hate ASP?
- Replies: 8
- Views: 1854
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
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
- Wed Oct 26, 2011 3:38 pm
- Forum: General Chat
- Topic: What framework ?
- Replies: 3
- Views: 1215
- Tue Oct 25, 2011 5:05 pm
- Forum: General Chat
- Topic: Ubuntu
- Replies: 9
- Views: 2098
Re: Ubuntu
Try Gnome Shell It is officially supported on 10.10. LOVE IT!
EDIT: I hate it.
EDIT: I hate it.
- Tue Oct 18, 2011 10:56 am
- Forum: General Chat
- Topic: I need YOU! (Different screen resolutions)
- Replies: 17
- Views: 2315
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
http://i55.tinypic.com/wlxgs6.png
1920x1080 Full screen w/o browser and stuff
http://i51.tinypic.com/nzk0t2.png
- Sun Oct 16, 2011 10:19 am
- Forum: Code
- Topic: Month Number to Month Name Function
- Replies: 4
- Views: 3412
Re: Month Number to Month Name Function
There's SO much you can do with the date function and its relatives!libeco wrote:Or:
...
- Sat Oct 15, 2011 10:31 am
- Forum: Code
- Topic: Month Number to Month Name Function
- Replies: 4
- Views: 3412
Re: Month Number to Month Name Function
A more efficient (+faster) way:
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 '-'; }
- Thu Oct 06, 2011 8:11 pm
- Forum: General Chat
- Topic: New Theme ?
- Replies: 23
- Views: 4296
Re: New Theme ?
No. Install it!jacek wrote:http://demo.phpbb3styles.net/X_Silver is the winner so far, any objections ?