ogergo
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [BruteProtect] Page behind proxy / Google Page Speedupdate, to prevent to use private ips:
$ip = explode(‘,’,$_SERVER[‘HTTP_X_FORWARDED_FOR’]);
$ip = $ip[0];
$ip_frist = explode(‘.’,$ip);
if ( !$ip || $ip == ” || $ip_frist[0] == ’10’ || ( $ip_frist[0] == ‘192’ && $ip_first[1] = ‘168’ ) ) $ip = $_SERVER[‘REMOTE_ADDR’];Forum: Plugins
In reply to: [File Gallery] File Gallery development versions on GitHubi found a bug, which prevents to insert pic/gallary to post
firebux error says:
ReferenceError: send_to_editor is not defined
[Break On This Error]send_to_editor(single_data);
Forum: Plugins
In reply to: [DB Cache Reloaded Fix] [Plugin: DB Cache Reloaded Fix] Cron OverloadForum: Plugins
In reply to: [DB Cache Reloaded Fix] [Plugin: DB Cache Reloaded Fix] Cron Schedule IssuesForum: Plugins
In reply to: [Plugin: Better WP Security]same issue
Forum: Plugins
In reply to: [Plugin: ThreeWP Activity Monitor] login statisticssame here…
Viewing 7 replies - 1 through 7 (of 7 total)