Search found 123 matches

by Kamal
Wed Jun 29, 2011 5:37 am
Forum: General Chat
Topic: linux eye candy thingy
Replies: 3
Views: 1040

Re: linux eye candy thingy

Compiz. You must enable it from Appearance->Effects.
I usually set it to extra then tweak stuff.
by Kamal
Tue Jun 21, 2011 7:32 am
Forum: General Chat
Topic: Rest In Peace Ryan Dunn
Replies: 5
Views: 842

Re: Rest In Peace Ryan Dunn

Who?
by Kamal
Thu Jun 16, 2011 5:27 am
Forum: General Chat
Topic: What happens with no moderators ?
Replies: 34
Views: 3987

Re: What happens with no moderators ?

This is what happens.
by Kamal
Wed Jun 15, 2011 5:59 pm
Forum: General Chat
Topic: $13.80 to spare. What do?
Replies: 21
Views: 2756

Re: $13.80 to spare. What do?

Correction: 50% till he sells more than $3k and something.
by Kamal
Tue Jun 14, 2011 3:09 pm
Forum: General Chat
Topic: Minecraft Server
Replies: 23
Views: 3143

Re: Minecraft Server

jacek wrote:
Kamal wrote::(
What plugin do you use for anti-griefing?

Trust. :lol:

:lol: But I have to use a plugin since my little brother LOVES lava. They never separate each other :lol:
by Kamal
Tue Jun 14, 2011 3:08 pm
Forum: General Chat
Topic: Probably No Video This Week :(
Replies: 71
Views: 7865

Re: Probably No Video This Week :(

bowersbros wrote:Plus i used to always receive messages (from Alex @ phpacademy and alot of americans) saying how they like my accent ;)

I'm probably one of them :)
by Kamal
Tue Jun 14, 2011 12:00 pm
Forum: General Chat
Topic: Minecraft Server
Replies: 23
Views: 3143

Re: Minecraft Server

:(
What plugin do you use for anti-griefing?
by Kamal
Sun Jun 12, 2011 1:50 pm
Forum: PHP
Topic: Form to create
Replies: 3
Views: 684

Re: Form to create

To do it live, you must use javascript. PHP is not for client-side stuff.
by Kamal
Fri Jun 10, 2011 6:09 pm
Forum: General Chat
Topic: Is 100x100px For Avatars Too Small ?
Replies: 17
Views: 1882

Re: Is 100x100px For Avatars Too Small ?

:shock: I just noticed, about the pixelation thingy, I think I was talking about facebook's 180x180 minimum size :O
Nevermind :)
by Kamal
Fri Jun 10, 2011 12:06 pm
Forum: General Chat
Topic: Is 100x100px For Avatars Too Small ?
Replies: 17
Views: 1882

Re: Is 100x100px For Avatars Too Small ?

120x120 :P
by Kamal
Thu Jun 09, 2011 5:26 pm
Forum: PHP
Topic: Vanity URL, slight problem
Replies: 17
Views: 1763

Re: Vanity URL, slight problem

EcazS wrote:How would I do the links then?
[syntax=xhtml]<a href="articles/$id">Blabla</a>[/syntax]

Add a / after href=" so the link won't be broken when you click on from an article.
by Kamal
Thu Jun 09, 2011 5:07 pm
Forum: PHP
Topic: Vanity URL, slight problem
Replies: 17
Views: 1763

Re: Vanity URL, slight problem

[syntax=text]RewriteRule ^/articles/([0-9]+)$ index.php?articles=$1[/syntax]
if it doesn't work, try removing the slash after ^
by Kamal
Fri Jun 03, 2011 5:34 pm
Forum: General Chat
Topic: What is your favorite text editor?
Replies: 19
Views: 2327

Re: What is your favorite text editor?

EcazS wrote:I'm now using PHPStorm

You're welcome.
by Kamal
Thu Jun 02, 2011 4:27 pm
Forum: General Chat
Topic: What is your favorite text editor?
Replies: 19
Views: 2327

Re: What is your favorite text editor?

PhpStorm
by Kamal
Wed Jun 01, 2011 4:29 pm
Forum: Premium Items
Topic: Advanced PHP Protection - Password script
Replies: 7
Views: 4189

Re: Advanced PHP Protection - Password script

I wasn't requesting that you post it, just don't do that again. I just said I wouldn't know the problem because I didn't buy it.
Btw jacek you may feel ok that I didn't save it or something :)
by Kamal
Wed Jun 01, 2011 4:22 pm
Forum: Premium Items
Topic: Advanced PHP Protection - Password script
Replies: 7
Views: 4189

Re: Advanced PHP Protection - Password script

thats weird o.O no typos or such thing.. make sure the function name is correct as i havent seen the source of seucrity.class.inc.php :)
by Kamal
Tue May 31, 2011 1:34 pm
Forum: Code
Topic: Learn WebDev Inc. Framework
Replies: 15
Views: 4258

Re: Learn WebDev Inc. Framework

jacek wrote:
Kamal wrote:Do you have mod_rewrite installed?

yes.

Weird... Check the .htaccess. Is the 404 error the normal apache one or a 'custom' one?
by Kamal
Tue May 31, 2011 11:30 am
Forum: Tutorials
Topic: User Register and Login
Replies: 7
Views: 1659

Re: User Register and Login

function vaild_credentials
by Kamal
Tue May 31, 2011 11:18 am
Forum: Code
Topic: Learn WebDev Inc. Framework
Replies: 15
Views: 4258

Re: Learn WebDev Inc. Framework

jacek wrote:I still get a 404 page :?

Do you have mod_rewrite installed?
by Kamal
Tue May 31, 2011 11:13 am
Forum: Code
Topic: Learn WebDev Inc. Framework
Replies: 15
Views: 4258

Re: Learn WebDev Inc. Framework

jacek wrote:
Kamal wrote:You can fork it and change the files you want then do a pull request :)

I mean with my local copy I am trying to get to do something.

Okay
jacek wrote:Which is ... ?

For http://192.168.1.10/thing/index.php I should enter '/thing/' there ?

Exactly
by Kamal
Tue May 31, 2011 11:06 am
Forum: Code
Topic: Learn WebDev Inc. Framework
Replies: 15
Views: 4258

Re: Learn WebDev Inc. Framework

In config.php I changed the define to this. [syntax=php]define( 'INCLUDE_PATH', implode('/', array_slice(explode('/', __FILE__), 0, -2)) . '/' );[/syntax] But that is the ROOT_URL meant to be ? all I can get is a 404 page. You can fork it and change the files you want then do a pull request The roo...