i think my wp-statistics plugin doesn’t give me correct results about visitors. It is not a bug since everyboy access the website with the same:
– IP
– Browser version (in many cases)
– OS (in many cases)
BUT… they uses different login accounts.
How can i get the number of visitors based on login account and not based on IP + USER_AGENT? Any tips?
]]>Thank you very much in advance for your help.
Marc
Usualy in high school over 25 etudent do login at the same time in our worpresss sites.
Then wordpress become slow, fall and so, Troubles!.
We can do anything to improve that in a shared hosting?
PD Sorry for the poor “english” explanation!
THanks
https://www.ads-software.com/plugins/better-wp-security/
]]>For example my ip address is (Broadband)122.164.146.729 means,I connected via LAN 4 systems.
My username is gsivaprabu
if i logged in 4 systems at the same time means i have accessed my account in only one machine.
how to do that any suggestions?
https://www.ads-software.com/plugins/login-lockdown/
]]>https://ServONE.es/wp-signup.php?new=ServTWO.net
When ServTWO should be redirected to its own independent wpms install.
I have been following wp instructions and documentation and i have found this forum post that contains what I was just trying to do:
https://www.ads-software.com/support/topic/multiple-multisite-installs-on-single-ip?replies=28
So i have edited my VirtualHosts in my apache2 server to have this configuration:
#
# ServONE.es (/etc/apache2/sites-available/MyWpVH)
#
<VirtualHost ServONE.es>
ServerAdmin [email protected]
ServerName www.ServONE.es
ServerAlias ServONE.es
ServerAlias *.ServONE.es
RewriteEngine On
RewriteOptions Inherit
# Indexes + Directory Root.
DirectoryIndex index.php
DocumentRoot /home/ServONE/wordpress/
# Logfiles
ErrorLog /home/ServONE/logs/error.log
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/ServONE/wordpress/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
#
# ServTWO.net
#
<VirtualHost ServTWO.net>
ServerAdmin [email protected]
ServerName www.ServTWO.net
ServerAlias ServTWO.net
ServerAlias *.ServTWO.net
RewriteEngine On
RewriteOptions Inherit
# Indexes + Directory Root.
DirectoryIndex index.php
DocumentRoot /home/ServTWO/wordpress/
# Logfiles
ErrorLog /home/ServTWO/logs/error.log
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/ServTWO/wordpress/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Could you please help me to notice what may be wrong?
Thank you.
]]>I am facing a really weird issue. As mentioned in the topic title, All the comments submitted originates from the same IP which is 209.190.85.24.
At first I thought it was spam from the same person. But guess what? I submitted a comment myself, and the IP is 209.190.85.24!
So just to confirmed, I ask my friend to submit a comment on my blog and his comment IP is also 209.190.85.24!
Please help me to debug this issue. I am using wordpress version 2.9.2
]]>