Search found 8 matches

by zakaria84
Mon Aug 31, 2009 10:49 am
Forum: PHP - Code
Topic: About visitor statistics
Replies: 7
Views: 185

Re: About visitor statistics

Thank you,

but, is there some libs containing some functions that can handle visitor statistics?

Regards.
by zakaria84
Thu Aug 27, 2009 6:53 pm
Forum: PHP - Code
Topic: About visitor statistics
Replies: 7
Views: 185

Re: About visitor statistics

Okey,

don't you know where can I find some functions that get user IP and then geolocalize him?
by zakaria84
Wed Aug 26, 2009 6:15 pm
Forum: PHP - Code
Topic: About visitor statistics
Replies: 7
Views: 185

Re: About visitor statistics

Thanks for your reply,

what will do this javascript code?

Regards.
by zakaria84
Wed Aug 26, 2009 11:48 am
Forum: PHP - Code
Topic: About visitor statistics
Replies: 7
Views: 185

About visitor statistics

Hi everybody, i'm developping a mini social website that allows to the users to create their public web page. After creation, their public webpage can be seen at http://www.mywebsite.com/user=username. And of course, the user "username" can access to his profil and modify his information. ...
by zakaria84
Wed Aug 12, 2009 7:01 pm
Forum: PHP - Code
Topic: About url rewriting et indexation
Replies: 6
Views: 153

Re: About url rewriting et indexation

Ok,

i'll try these solutions ...

Thanks again.
by zakaria84
Wed Aug 12, 2009 6:09 pm
Forum: PHP - Code
Topic: About url rewriting et indexation
Replies: 6
Views: 153

Re: About url rewriting et indexation

The other common one is /~username. For Facebook, what if someone had a username of "pages"? But whatever. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/?$ index.php?q=$1 Thanks for your quick reply ... so this piece of code ...
by zakaria84
Wed Aug 12, 2009 5:01 pm
Forum: PHP - Code
Topic: About url rewriting et indexation
Replies: 6
Views: 153

Re: About url rewriting et indexation

It's kinda funny... half of the whole point of doing things like that is so that search engines give you better rankings for smarter-looking links... You should reconsider using /username as the pattern. What about accounts named "images" or "admin"? Thanks for your reply ... is...
by zakaria84
Wed Aug 12, 2009 4:20 pm
Forum: PHP - Code
Topic: About url rewriting et indexation
Replies: 6
Views: 153

About url rewriting et indexation

Hi everybody, I'm developping a mini-social website in PHP. For each user, a public web page can initially be viewed at an address like this: http://www.mysocialwebsite.com/index.php?q=username . So, i would like to know: - which rules can be used to transform the address http://www.mysocialwebsite....