towhidn
Forum Replies Created
-
Hello again,
I checked all resources on this infection subject.
If you see this message on kaspersky it might be a false positive.
it might be fixed by simply cleaning your Internet explorer cache.thanks for informing me,
wordpress dev team checked AIW’s source and Links. it is clean.
Advanced Iranian Widget is up and running now.Forum: Plugins
In reply to: Can't download pluginI tried but got no answer.
Forum: Fixing WordPress
In reply to: 404 error on last page of navigation with permalinksmy theme had Post Per Page option that did not match Post Per Page of wordpress.
problem solvedForum: Fixing WordPress
In reply to: Navigating to last page causes 404 error in WP3.3my theme had Post Per Page option that did not match Post Per Page of wordpress.
problem solvedI don’t now about first link. but advanced-iranian-widget is not spam. I developed it. but it’s not useful for none Iranians because it’s main propose is to determine if visitor is iranian and Show or not show widgets content to them.
when you say your security software tells you that it is an infected site if you mean my site[tohid.ir.tc or technopolis.ir] i think your software is wrong. I checked both sites with latest version of node32 and kaspersky security suit. nothing detected.
Forum: Fixing WordPress
In reply to: Navigating to last page causes 404 error in WP3.34 days and no one is looking at it. please give me a response.
Forum: Fixing WordPress
In reply to: 404 error on last page of navigation with permalinks6 days and no answer
Forum: Fixing WordPress
In reply to: WordPress tells me 11 tables are missing, where do I go from here?check your mysql database. if it exist take a backup, see what is the name of your tables.
if they are something like wp_posts,wp_users, … then your table prefix is wp. open your wp-config.php file and chang $table_prefix value to “wp_”. like:$table_prefix = ‘wp_’;
if your table prefix is something else change $table_prefix value to that text.
but if it exist but without tables you lost all your data(posts, pages…). it might be a mistake/error caused by your host. ask them and see if they take backups from hosted sites. it might also be caused by hackers.