Thank you,
but, is there some libs containing some functions that can handle visitor statistics?
Regards.
Search found 8 matches
- Mon Aug 31, 2009 10:49 am
- Forum: PHP - Code
- Topic: About visitor statistics
- Replies: 7
- Views: 185
- 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?
don't you know where can I find some functions that get user IP and then geolocalize him?
- 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.
what will do this javascript code?
Regards.
- 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. ...
- 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.
i'll try these solutions ...
Thanks again.
- 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 ...
- 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...
- 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....