Emilian Robert Vicol
Forum Replies Created
-
Forum: Plugins
In reply to: [ByREV WP-PICShield] Error Enable PluginHi,
You must have write access over .htaccess files.
try with
0644
or
0755
if 0644 not work.
After update/activate u cand set old access mode.
Forum: Plugins
In reply to: [ByREV WP-PICShield] It doesn't work on Chrome (tested on PublicPhoto.org)Will work in next version. Chrome change some rules inside … f** google.
Next version will be with fewer filter rules, is faster.
Forum: Plugins
In reply to: [ByREV WP-PICShield] Server usage spikes1’st ussage spike because is not standard gallery and search over redirect link fallback in many levels.
2’nd until all images is watermarked and saved (cached), server (php core) is a little overloaded.btw, verify if cache folder exists …
P.S. next version will cache redirect url in database files or new mysql table … by choise. This wil be more faster after all images and redirected urls is cached.
Forum: Plugins
In reply to: [ByREV WP-PICShield] Suddenly Blocking TumblrHi,
Thanks for the warning, I’ll check soon.have a nice day.
Forum: Plugins
In reply to: [ByREV WP-PICShield] Issues Sharing to Facebook, Tumblr, GU can activate debug mode, and read that info over watermarked images !!!
Debug mode is not documented because is only for special cases. Enter in .htaccess and modify RewriteRule line!
Example:
RewriteRule (.*) byrev-wp-picshield.php?key=******&src=$1 [L]
to
RewriteRule (.*) byrev-wp-picshield.php?key=******&fd=1&src=$1 [L]
fd=1 is only for debug mode.
Modify some images (10 is ok) with aviary and save each result on computer. Send that file to me: byrev (@) yahoo.com
P.S. remote ip’s and user agents must be over watermarked images !!!
Forum: Plugins
In reply to: [ByREV WP-PICShield] Issues Sharing to Facebook, Tumblr, GHi.
” be sure the images you want to edit are accessible via internet as Aviary has to download the image to apply the modifications.”
so you need to add Aviary IP’s or “user agent” info about downloading images.
Insert this info in WP-PICShield Configuration fields:
– Allowed User Agents: ****
– Allowed Remote IP: ***have a nice day.
Forum: Plugins
In reply to: [ByREV WP-PICShield] Error 500 [resolved]if plugin is disabled ? Same errors ? !
Forum: Plugins
In reply to: [Fast Category Cloud WordPress Plugin] Multiple Clouds?Try to hardcode this in template …
<coded_p><?php if (function_exists('byrev_cat_cloud')) { ?> <div><h3>Categories Cloud</h3> <?php byrev_cat_cloud('mincount=1&limitcat=41&order=asc&min_scale=10&max_scale=20&color_start=0000FF&color_end=CCCCCC&cache=ON&cahe_timeout=600&orderby=name'); ?> </div> <?php } else { ?> <div><h3>Categories</h3> <ul><?php wp_list_categories('orderby=name&show_count=1'); ?> </ul> </div> <?php } ?></coded_p>
Forum: Plugins
In reply to: [ByREV WP-PICShield] Google Custom Searchuntil now, so far it seems that not all watermarked-images have disappeared from custom-search …
Forum: Plugins
In reply to: [ByREV WP-PICShield] Backslash in allowed domain gets duplicated in .htaccessThanks for all these code sequences, will be added to a future update when I’ll try to get some more changes to the plugin in the near future … so far I have not had time!
Forum: Plugins
In reply to: [ByREV WP-PICShield] Not working in local environmentHi, sorry for the delayed response, I’m glad you found the solution.
Forum: Plugins
In reply to: [ByREV WP-PICShield] How to use this plugin in Subdomain or directorymaybe htaccess rules in the root domain … and subdomain must be show as domain, not as folder.
Forum: Plugins
In reply to: [ByREV WP-PICShield] RSS and Favicon BugsHi, sorry for the delayed response, I’ll try to get some more changes to the plugin in the near future … so far I have not had time!
Forum: Plugins
In reply to: [ByREV WP-PICShield] Stopped workingHi, sorry for the delayed response, I’ll try to get some more changes to the plugin in the near future … so far I have not had time!
Forum: Plugins
In reply to: [ByREV WP-PICShield] Backslash in allowed domain gets duplicated in .htaccessHi …
Thank you for reporting the issue/problem
i will investigate this as soon as possible …
In the meantime, if you fix it, you can leave here the code/example , and I will add the changes plugin.