David Okoli
Forum Replies Created
-
Bye
Forum: Themes and Templates
In reply to: [Mesmerize] Restore My themeokay, thank you
Yes I want the form to look that way. I am sorry for my late response. I was re-assigned.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] wpadvertsThank you
Forum: Plugins
In reply to: [Affiliates Manager] Affiliate mass payOkay, thank you. I think this will be all for now, nothing more.
Here is what the clamav scanner reported – Do I need to be worried as regards the latest clamav report
File Virus
tmp/analog/ssl/kikicoin.pw/cache YARA.r57shell_php_php.UNOFFICIAL
tmp/awstats/ssl/awstats102018.kikicoin.pw.txt YARA.r57shell_php_php.UNOFFICIALI am sorry for the part of functions.php. The rules are actually .htaccess rules(my bad and so sorry). Here are my lastest changes to .htaccess:
# Blocks all wp-includes folders and files
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ – [F,L]
RewriteRule !^wp-includes/ – [S=3]
RewriteRule ^wp-includes/[^/]+\.php$ – [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+\.php – [F,L]
RewriteRule ^wp-includes/theme-compat/ – [F,L]
</IfModule># Restricts access to PHP files from plugin and theme directories
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/plugins/directory/to/exclude/
RewriteRule wp-content/plugins/(.*\.php)$ – [R=404,L]
RewriteCond %{REQUEST_URI} !^/wp-content/themes/file/to/exclude\.php
RewriteCond %{REQUEST_URI} !^/wp-content/themes/directory/to/exclude/
RewriteRule wp-content/themes/(.*\.php)$ – [R=404,L]<IfModule mod_headers.c>
# Using DENY will block all iFrames including iFrames on your own website
# Header set X-Frame-Options DENY
# Recommended: SAMEORIGIN – iFrames from the same site are allowed – other sites are blocked
# Block other sites from displaying your website in iFrames
# Protects against Clickjacking
Header always append X-Frame-Options SAMEORIGIN
# Protects against Drive-by Download attacks
# Protects against MIME/Content/Data sniffing
Header set X-Content-Type-Options nosniff
</IfModule># Deny access to wp-config.php file
<files wp-config.php>
order allow,deny
deny from all
</files>wow. . sorry about your experience with code developers
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] wpadvertsAm sorry for this que but how do I disable currency validation
Forum: Plugins
In reply to: [Affiliates Manager] Affiliate mass payokay, thank you
thank you. . .okay, would seriosly consider this
I have those. . actually the other emails send but the first email which is the activate your account/email email(sorry for the repitition) dosent send.
Forum: Themes and Templates
In reply to: [Mesmerize] All images gone _ Helpokay
Thank you but the screenshot arrows do not show up anywhere on the form screen.
The webpage is at https://chillisfoods.com/feedback also at the /kyc page of the same site.Forum: Plugins
In reply to: [Affiliates Manager] Affiliate mass payThank you, I currently reside in Nigeria.
Forum: Plugins
In reply to: [Affiliates Manager] Affiliate mass payThe above documentation is for paypal mass pay (exactly what I dont want) I want to be able to credit new affiliates automatically… Atleast they see that on their dashboard and can withdraw later.
Paypal does not support my country- This reply was modified 6 years, 5 months ago by David Okoli.