C-In-OFF
Forum Replies Created
-
Forum: Plugins
In reply to: [Hit Counter Max] Counter is increasing twiceOh No!
It is very similar to BackDoor & Remote-Controle.
Look carefully class.resource.phpThe plugin collects data about your server, make a new folder and files on \wp-content … and some others…
Double counting – may explain communication between plugin and Author. (((
I really want to know why?
Forum: Plugins
In reply to: [Hit Counter Max] Counter is increasing twiceIt probably bots.
Forum: Plugins
In reply to: [Author Chat] options Name or NickGrand Mercy ??
Thanks!Forum: Plugins
In reply to: [CSV Importer] does not import even sample files providedI use this plugin on 2 sites a long time.
After update WP to 4.4 one of them stops working. ((Skipped 10 posts (most likely due to empty title, body and excerpt).
Imported 0 posts and 0 comments in 0.02 seconds.Forum: Plugins
In reply to: [Report Content] Change font to UTF-8Visitors of my site often written in Cyrillic.
And on the report page, nothing can be read! (((But I found a solution to this problem.
In the table (Your prefix)_contentreports in the DB, need to change the rules for comparing characters in the fields:
reason from “latin1_swedish_ci” -> “utf8_general_ci”
details from “latin1_swedish_ci” -> “utf8_general_ci”
reporter_name from “latin1_swedish_ci” -> “utf8_general_ci”Forum: Plugins
In reply to: [Page View Count] Total view get messed when edit the postI was also pleasantly surprised yesterday, when the lost Data.
That’s the problem:
after the counter is greater then 999, the numbers is displayed with a (,) separator as: 1,000
When you update a post/page, this value will be saved. But 1,000 – is not a 1000.My solution:
\wp-content\plugins\page-views-count\classes\class-pvc-metabox.phpstring 58-59
$total_views = number_format( $view_status->total );
$today_views = number_format( $view_status->today );need to change:
$total_views = $view_status->total;
$today_views = $view_status->today;Forum: Themes and Templates
In reply to: [zAlive] Responsive/mobile serious issueHi!
To fix the problem, find two files:
1. \wp-content\themes\zalive\css\bootstrap.min.css
2. \wp-content\themes\zalive\css\bootstrap-responsive.min.cssIn each file is necessary to find and cut out part of string:
.hidden-phone{display:none!important}it’s all.
Next Problem:
for example, IP Range (netMask) 173.0.48.0/20
HostMin: 173.0.48.1
HostMax: 173.0.63.254But this record 173.0.48.0/20 (in ban users box) blocking access a wider range.
…[173.0.82.126] client denied by server configuration…tested on an empty list of ban users box, and only one record 173.0.48.0/20
P.S.
3 days looking for a mistake, why not work PayPal!Forum: Plugins
In reply to: [WP-PageNavi] Installation on WP Twenty FifteenReplace with: wp_pagenavi();
Forum: Plugins
In reply to: [Broken Link Checker] 508 Loop Detectedfrom Status:
=== HTTP code : 508 ===
HTTP/1.1 508 Loop Detected
Date: Mon, 19 Jan 2015 14:06:54 GMT
Server: Apache
Content-Length: 455
Connection: close
Content-Type: text/htmlfrom Log:
DEBUG: blcLink:save Updating a link. SQL query:
‘UPDATE wpx_blc_links SET url = \’https://astrobene.ru/subscription\’, first_failure = \’2015-01-19 13:02:13\’, last_check = \’2015-01-19 13:33:01\’, last_success = \’0000-00-00 00:00:00\’, last_check_attempt = \’2015-01-19 14:06:23\’, check_count = 3, final_url = \’https://astrobene.ru/subscription\’, redirect_count = 0, log = \’=== HTTP code : 508 ===\\n\\nHTTP/1.1 508 Loop Detected\\r\\nDate: Mon, 19 Jan 2015 13:33:06 GMT\\r\\nServer: Apache\\r\\nContent-Length: 455\\r\\nConnection: close\\r\\nContent-Type: text/html\\r\\n\\r\\n\\nСсылка не работает.\’, http_code = 508, request_duration = 0.002277, timeout = 0, result_hash = \’508|broken|0|https://astrobene.ru/subscription\’, broken = 1, warning = 0, false_positive = 0, may_recheck = 1, being_checked = 1, status_text = \’\’, status_code = \’\’, dismissed = 0 WHERE link_id=29′DEBUG: blcLink:save Link updated.
DEBUG: HTTP module checking “https://astrobene.ru/subscription”
[2015-01-19 14:06:25 +00:00] INFO: blcCurlHttp Checking link ‘https://astrobene.ru/subscription’DEBUG: blcCurlHttp Clean URL: ‘https://astrobene.ru/subscription’
DEBUG: HTTP request took 0.002 seconds
[2015-01-19 14:06:25 +00:00] INFO: HTTP response: 508, duration: 0.00 seconds, status text: “N/A”INFO: blcCurlHttp Checking link ‘https://astrobene.ru/subscription’
DEBUG: blcCurlHttp Clean URL: ‘https://astrobene.ru/subscription’
DEBUG: HTTP request took 0.002 seconds
INFO: HTTP response: 508, duration: 0.00 seconds, status text: “N/A”
DEBUG: blcLink:save Updating a link. SQL query:
‘UPDATE wpx_blc_links SET url = \’https://astrobene.ru/subscription\’, first_failure = \’2015-01-19 13:02:13\’, last_check = \’2015-01-19 14:06:23\’, last_success = \’0000-00-00 00:00:00\’, last_check_attempt = \’2015-01-19 14:06:23\’, check_count = 3, final_url = \’https://astrobene.ru/subscription\’, redirect_count = 0, log = \’=== HTTP code : 508 ===\\n\\nHTTP/1.1 508 Loop Detected\\r\\nDate: Mon, 19 Jan 2015 14:06:25 GMT\\r\\nServer: Apache\\r\\nContent-Length: 455\\r\\nConnection: close\\r\\nContent-Type: text/html\\r\\n\\r\\n\\nСсылка не работает.\’, http_code = 508, request_duration = 0.001518, timeout = 0, result_hash = \’508|broken|0|https://astrobene.ru/subscription\’, broken = 1, warning = 0, false_positive = 0, may_recheck = 1, being_checked = 0, status_text = \’\’, status_code = \’\’, dismissed = 0 WHERE link_id=29′DEBUG: blcLink:save Link updated.
Forum: Plugins
In reply to: [Fruitful Shortcodes] Promo text and iboxTry this:
https://yousite.com/wp-content/plugins/fruitful-shortcodes/includes/shortcodes/shortcodes.php
and edit line:
$style = ‘ font-size: 40px; text-transform : uppercase; text-align: center; font-weight: 300; line-height: 1.2;’;like this (example):
$style = ‘ font-size: 20px; text-transform : uppercase; text-align: center; font-weight: 300; line-height: 1.2;’;