sasadangelo
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] Check for fraudYou said:
IP as he can easily modify the request’s header.How they can do this? Is there a tool to do that?
A second question is:
from your experience, would you remove from votes the following ips?
9.162.x.x
10.x.x.x
1.x.x.x (class A ip address)
2.x.x.x (class A ip address)
…
9.x.x.x (class A ip address)A third question is:
what would you do to find invalid vote?
My polling completed yesterday with 966 votes. I exported in a csv file and now I have the following fields:
* time
* ipI do not have info about users, because I allowed also to anonymous to vote (probably this was my big mistake).
Forum: Plugins
In reply to: [YOP Poll] Check for fraudHow it is possible I see 192.168 ip?
Are they private ip?
How is it possible I see them?Another strange thing is that I see ip that start with:
2.x.x.x
5.x.x.xdo you think are fake ip? How that can happen? Should I ban these ips?
Forum: Plugins
In reply to: [Broken Link Checker] [Plugin: Broken Link Checker] 403 Forbidden in BLC“You can either turn off hotlink protection on your site, or disable image checking.”
How I can do that?
How I can turn off hotlink protection?
How I can disable image checking in BLC?Forum: Fixing WordPress
In reply to: Upgrade to 3.0 and now permalinks not workingI solved the problem setting doing:
Setting->Permalinks
changhing the base dir from “.” to blank. In this way wordpress prepend category/ in the url.
Then I installed wp-no-category-in-url plugin and it worked.Forum: Fixing WordPress
In reply to: Upgrade to 3.0 and now permalinks not workingHi,
I have your same problem. Have you found a solution?Forum: Fixing WordPress
In reply to: Category link do not work after migrationAfter further investigation I noticed the problem is due to the “.” as base directory. Basically if I replace “.” with “something” the link /category/mycategory works, but if I put “.” as base directory in Permalinks the link /mycategory do not work.
Any suggestion?
Forum: Fixing WordPress
In reply to: Category link do not work after migrationNo one have idea how to solve this issue?