NeoRicalex
Forum Replies Created
-
Hi @csonnek,
Thanks for the “downgrade plugin”, ive also the same issue.
(PHP 7.0.28-0ubuntu0.16.04.1 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.28-0ubuntu0.16.04.1, Copyright (c) 1999-2017, by Zend Technologies
)Forum: Plugins
In reply to: [Child Theme Configurator] MultisiteThanks. have a nice day
Forum: Plugins
In reply to: [Child Theme Configurator] MultisiteForget, ive found it.
Forum: Plugins
In reply to: [SendGrid] MultiSite+1 here
Forum: Fixing WordPress
In reply to: video src="How_To_ Question"Thanks @rossmitchell nice idea, but the Membership Plan is for 1 Year, so, i think that youre idea is good but dont apply do my case. Is a good idea yes for a ” Video-on-Demand “. My plan is different because i gonna sell lets say 15 videos, but at the end of the first year who gonna purchase gonna see 40 videos and not 15, because i made 1 video by week.
I have one idea like yours but i dont know if exists a way to do that.
My idea is to encript the url.In other words, for my idea works, i need one plugin that pick all video files, lets say, myvideo.mp4, and encript to funtion_whatever(‘021023214whatever0120120’), then, at src i put src=”funtion_whatever(‘021023214whatever0120120’)” and all works.
If someone go to the code source to get the link, the only think he see is the funtion, or, the link encoded.
But, i dont know if exist a plugin to do that. I dont know how to search a plugin like that. And finally, i dont know if is one good idea.
Again, im gonna think better, and thanks for youre thought.
Forum: Themes and Templates
In reply to: [Vantage] Premium Version BugOK, i have found. If one day someone have the same CSS Crazy Bug just click here
Forum: Themes and Templates
In reply to: [Vantage] Premium Version BugSorry esmi, is not with wordpress yes.
but offcourse, wordpress premium feedback is all OK.
i dont have found where is homepage of vintage premium template. its only my wordpress issue …. lets call like that. thanks esmiForum: Themes and Templates
In reply to: [Vantage] Premium Version Bughi forgot to say …. my website is http://ricalex.eu
Take a look with your eyes =)Forum: Fixing WordPress
In reply to: WP take down my VPSHi all,
I think that i have solved my issue. I have installed a Plugin called Block Bad Queries (BBQ). This Plugin automatically protects WordPress against malicious URL requests, or, in other words, act as one Firewall, and so far is working.
Here is my Thank You to the developpers of this Plugin.
So …. if someone have one day the same issue …. Block Bad Queries (BBQ) is the solution.
Bye all
Forum: Fixing WordPress
In reply to: All users including admin have vanished.In the Past, 5 or 6 years ago, i have the very same issue but with Joomla. At Joomla Forums they tell me that is SQLInjection. So … ” Format C: ” it was the best option for me.
See at MySQL Admin Platform ( i dont remender the exact name ), if at Users Table, they exist ( The users ).
Also check Admin User.
What i have said dont resolve youre issue, but btw a better feedback can help ….
Forum: Fixing WordPress
In reply to: WP take down my VPSAlso, i have forgot to say that i have googled for can’t apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper and i found that is “normal” , so here is my fcgid.conf:
[root@My_VPS_IP My_Login]# grep -v "#" /etc/httpd/conf.d/fcgid.conf LoadModule fcgid_module modules/mod_fcgid.so <IfModule mod_fcgid.c> <IfModule !mod_fastcgi.c> AddHandler fcgid-script fcg fcgi fpl </IfModule> FcgidIPCDir /var/run/mod_fcgid/sock FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm FcgidIdleTimeout 40 FcgidProcessLifeTime 30 FcgidMaxProcesses 20 FcgidMaxProcessesPerClass 8 FcgidMinProcessesPerClass 0 FcgidConnectTimeout 30 FcgidIOTimeout 45 FcgidInitialEnv RAILS_ENV production FcgidIdleScanInterval 10 </IfModule>