-
Posts
2,318 -
Joined
-
Last visited
-
Days Won
2
Everything posted by pwired
-
I think this is very well possible. Penetration tests can be automated for a number of well known ways hackers are using. I am sure that this is something that doesn't exist for wordpress. By the way wordpress is not suffering from the human factor but from supposed functionality. It was never designed for full blown websites.
-
Try this: <?php header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); ?> Or this with sunday as example: <meta http-equiv="expires" content="Sun, 01 Jan 2014 00:00:00 GMT"/> <meta http-equiv="pragma" content="no-cache" /> header('Expires: Sun, 01 Jan 2014 00:00:00 GMT'); header('Cache-Control: no-store, no-cache, must-revalidate'); header('Cache-Control: post-check=0, pre-check=0', FALSE); header('Pragma: no-cache'); You can also do random Generated Numbers on the files you dont want to be cached.
-
I Fully agree with that. ============================================================= But here is what I see coming: It looks to me that since 2.4 the need for making it shine and show is creeping in. I have no problem with _main.php and delayed output since 2.5 but why putting more bells and whistles in the core ? Processwire is famous because of it's fast and bare bones core, leaving it up to the user to build on top of it. Extending should only be done with modules. Another example: Same thing is happening right now with OpenCart. Until version 1.5.6.4 the core was fast, barbones and came with a back-end that was easy to understand for everyone. Missing functionality can easily be extended with extensions/modules. With the latest release 2.0 things start to shine and show with more whistles and bells with an admin on the brink of becoming confusing. Somehow things can not stay fast, barbones, easy and free to build on for everyone. In the end, stuff that makes it shine, show, bloat, and confusing always creeps in.
-
There are already some posts about this. I remember Soma did some good recommendations. I also remember something about approval. Something to let a module go through some kind of approval check before it becomes downloadable. I will look for those posts later on. Let's stick our coding heads together and make Processwire Modules the safest on the planet.
-
This is very practical. It can be used also to leave info about the edits you did/do on a site.
-
WordPress december follow up: Malware turns wordpress sites and blogs into hack tools. Google blocked already around 11.000 domains to prevent further outbreak. http://blog.sucuri.net/2014/12/revslider-vulnerability-leads-to-massive-wordpress-soaksoak-compromise.html Last september: http://blog.sucuri.net/2014/09/slider-revolution-plugin-critical-vulnerability-being-exploited.html Next one who is going to ask me: "Can't you do it in WordPress" I am going to show 2014 breakdowns.
-
Why not begin at the start, it even addresses coming from wordpress: http://processwire.com/about/why/ http://processwire.com/about/what/ http://processwire.com/videos/ Also templates have a start here: https://processwire.com/api/templates/
-
Did you surf the forum already ? These questions have been asked many times before and are already answered in the forum. Here you have a jump start: https://processwire.com/talk/topic/4173-grouped-forum-posts-links-articles-tutorials-code-snippets/
-
There are easy ways to debug this. Here are some topics dealing with it: https://processwire.com/docs/tutorials/troubleshooting-guide/page3 https://processwire.com/talk/topic/2177-server-error-500/#entry20436 https://processwire.com/talk/topic/2439-htaccess-issue/#entry38495 https://processwire.com/talk/topic/1598-installation-problem/
-
Did you surf the forum already ? http://processwire.com/talk/topic/2782-template-design-better-route/ http://processwire.com/talk/topic/740-a-different-way-of-using-templates-delegate-approach/
-
Check your host on .htaccess restrictions. You might have to comment out some lines in your .htaccess file your host does not accept. Also check the rewrite base part in your .htaccess file.
-
ProcessWire Install on GoDaddy Hosting Can't Find the MySQL Database
pwired replied to LedZepmann's topic in General Support
In Cpanel you can find what your host is using for database host name and also ftp host name. -
2.5 - install.php error : Undefined index: dbEngine
pwired replied to Visi's topic in Getting Started
To unzip remotely you can use pclzip with a php unzip script. I use it every now and then in case the hoster gives me trouble unzipping through their cpanel. You should also consider moving to another less restricted hoster. There are really lots of them out there. -
Thanks a lot for this. Reading your former posts, we are glad to have you here at Processwire.
-
Hey thanks for posting this, how to find grand children is something anyone will bump into sooner or later. Funny though that it needs so much code. I'm gonna wrap my head about it and start digging php scripts to see if this can't be done with less code. Something similar I guess with getting pictures down the page tree ($pages). That works with storing the picture first in a temp variable and then use $page. Guess something similar can be done here.
-
2.5 - install.php error : Undefined index: dbEngine
pwired replied to Visi's topic in Getting Started
Any suggestions ? Install local (wamp) if that is ok, check host settings with php info (script or cpanel) How did you upload the pw zip, http over cpanel or ftp ? ftp uploads more solid. Did you unzip through cpanel ? Try to unzip with pclzip. It's not uncommon that sometimes data gets corrupted when uploading over http or unzipping through cpanel, (slow internet, too many shares on the server, etc) -
https://processwire.com/talk/topic/2393-processwire-framework/#entry22685 https://processwire.com/talk/topic/2393-processwire-framework/ Laravel isn't the only PHP framework. Instead of writing the framework, time is better spent actually writing code with your own pre-written modular code that's going to speed up your development.
- 11 replies
-
Considering the title of this topic: how would you use bittorrentsync to backup a database ?
-
Change existing installation to "blank" profile
pwired replied to Robin S's topic in Getting Started
Or go for something like vagrant: https://www.vagrantup.com/ -
My search for this ended with xcloner: http://www.xcloner.com/ standalone version ! This stuff is for real.
-
Hi, I was just wondering how to do this with processwire: 1. Send two times a day emails to specific email accounts to check that the email account is working correctly and inbox receives emails. It happened in the past that for some reason an email account stopped working for a few days. It is unacceptable that this happens without being notified about it. (Losing clients and orders as a consequence) 2. Check that all websites are online, and if not, send an email plus a sms message to a smartphone. 3. Simple event notification, such as when you have to pay a yearly domain name registration fee. ================================================================= I know that there are complete packages for this that will do all this and more but many times a simple and configurable solution is much more preferred.
-
That gives me something to work on, thanks.
-
Everybody is on win7, some have chrome, others firefox. Never checked pixel density though. Had to look with google how, I checked and it's on 100 % on all monitors. Actually it seems to be only on the monitor of my Boss. He wanted to have christmas animations on some webshops and that is how it showed up. Is is possible to give a website a max-height ? Does something like max-height work on the body tag ? I have seen that setting a fixed width on the body tag is working, what about a fixed height ? Is it possible to keep an animated gif inside an area so that it will never overlap something underneath ? I don't think this will solve the problem. It looks to me that the monitor is the cause and not the webshop. Though it stays weird to me. If a site is stretched vertically due to a huge monitor, all elements should become stretched and not that they start to overlap each other.
-
If I can't do it fast enough, is it ok to private post the html, css, js ?