Alternatives to WordPress?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheMadness
    Registered User
    • Dec 2012
    • 3

    #1

    Alternatives to WordPress?

    Hey all,

    I owned a couple of non-porn blogs about a year ago and used the WordPress platform, but they were constantly hacked. Even with the Better WP Security plug-ins and a few others, it'd still happen. They'd just use some script and my site would be one big ad for some kind of religious group. My web hosts kept giving me crap about it so I just let the domains expire.

    Anyone recommend an alternative to WP? Something that, like Wordpress, would let me run a larger site and not just blogs?
  • qnjgoldman
    Registered User
    • Apr 2014
    • 6

    #2
    Were you running some kind of third-party plugin on the WP sites? WordPress isn't without its problems, but the default install shouldn't be vulnerable in the way you're describing. As long as you keep it updated and aren't adding plugins or third-party modules with obvious huge security holes, your site should be pretty safe. There are also ways to harden it to discourage people/bots from even attempting to exploit it.

    There are definitely other platforms, like Joomla (which I think is even worse as far as security goes), but it sounds like you really just need to hire a competent webmaster/server admin.

    WP will also let you run actual sites - you just need to do some tweaking to remove the "blog" features. I have a number of sites I've designed for people based on WP that don't even remotely resemble a blog (if you're wondering why I used WP, it's because the client needed something simple to help them manage it, and the projects didn't necessitate writing an entire custom CMS).
    QuadraNet - Dedicated Servers, Colocation, and Cloud Hosting
    Los Angeles, CA | Dallas, TX | Miami, FL
    We make amazing deals! Email [email protected]

    Comment

    • tonyantone
      Confirmed User
      • Apr 2012
      • 284

      #3
      reaction

      Wordpress platform about the best I think, I run Blogs,webites and tubes all on WP
      I have NOT had any problems like you discribed..(not sure what happened!..?)

      Promote the World’s #1 Hardcore
      3D Sex Simulation RPG

      Sell to a massive market of 1 billion videogamers worldwide.
      75% are 18+ years old & online gamers are typically PORN CONSUMERS!
      Push super high quality Windows PC game versions for Straight, Gay, & Anime sites.
      Feed your traffic free-2-play demos with embedded tracking codes
      never miss a sale!
      Upsell collectible virtual items, content upgrades & companion user community.


      True 50-50 Rev Share (up to 60%) for ALL SALES and LIFETIME UPGRADES & 5% Webmaster

      Referrals
      Top conversions, retention, ARPU, promo tools, and customer service.

      Real-time stats, multiple payout options & PROMPT PAYOUTS SINCE 2001



      THRIXXCASH






      Last edited by tonyantone; 04-09-2014, 12:25 PM.

      Comment

      • TheMadness
        Registered User
        • Dec 2012
        • 3

        #4
        Originally posted by qnjgoldman
        Were you running some kind of third-party plugin on the WP sites? WordPress isn't without its problems, but the default install shouldn't be vulnerable in the way you're describing. As long as you keep it updated and aren't adding plugins or third-party modules with obvious huge security holes, your site should be pretty safe. There are also ways to harden it to discourage people/bots from even attempting to exploit it.

        There are definitely other platforms, like Joomla (which I think is even worse as far as security goes), but it sounds like you really just need to hire a competent webmaster/server admin.

        WP will also let you run actual sites - you just need to do some tweaking to remove the "blog" features. I have a number of sites I've designed for people based on WP that don't even remotely resemble a blog (if you're wondering why I used WP, it's because the client needed something simple to help them manage it, and the projects didn't necessitate writing an entire custom CMS).

        I did have some third party stuff, so that was probably it. I'll give WP another shot. Thanks.

        Comment

        • eodiv
          Registered User
          • Feb 2013
          • 52

          #5
          Good to see you're not throwing in the towel on WordPress. As far as open source CMSes go, it far and away my favorite.

          A lot of the WordPress security plugins out there are the shits but you might want to take a look at WordFence for future use. It does a ton of stuff but, most importantly, it scans all core/theme/plugin files and compares them against the WordPress repository for modifications. It's hard to stop a hit and run exploit/injection/attack but WordFence at least gives you a fighting chance.

          Comment

          • PornDude
            I'm still broke.
            • Jul 2008
            • 3084

            #6
            There is no real alternative to WordPress in my opinion.

            But you may check: http://mywebmasterlinks.com/#CMS-Software
            PornDude.com 🔥

            PornWebmasters.com 🤑

            MyGaySites.com 🤭

            PornDudeCasting.com 🚀

            Comment

            • Babaganoosh
              ♥♥♥ Likes Hugs ♥♥♥
              • Nov 2001
              • 15841

              #7
              Ghost is interesting. https://ghost.org/
              I like pie.

              Comment

              • Markul
                Likes Pie
                • Dec 2007
                • 12403

                #8
                Originally posted by Babaganoosh
                Ghost is interesting. https://ghost.org/
                Edit: nevermind, didn't see it was for non-porn.
                But.... I pulled out...

                Comment

                • LightscapeMedia
                  DirtyPeach.com
                  • May 2010
                  • 828

                  #9
                  I know I'm in the minority here on this, but I've always preferred Joomla over Wordpress.

                  Comment

                  • Babaganoosh
                    ♥♥♥ Likes Hugs ♥♥♥
                    • Nov 2001
                    • 15841

                    #10
                    Originally posted by Markul
                    Edit: nevermind, didn't see it was for non-porn.
                    That's for their hosted version. You can download it and run it on your own server like Wordpress.


                    https://ghost.org/download/
                    I like pie.

                    Comment

                    • jimmycastor
                      So Fucking Banned
                      • Jul 2006
                      • 342

                      #11
                      whats your host, im sure this is related to your host, if some of his other clients are infected , someone with a big A in its name who is constantly spammed in here has this particular problem

                      Comment

                      • jimmycastor
                        So Fucking Banned
                        • Jul 2006
                        • 342

                        #12
                        putting stuff like this in your .htaccess helps too
                        (my not be the best solution but it helps)

                        Options +FollowSymLinks
                        RewriteEngine On
                        RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
                        RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
                        RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
                        RewriteRule ^(.*)$ index.php [F,L]

                        <Files ~ "^\.ht"> Order allow,deny Deny from all </Files>
                        <Files xmlrpc.php>
                        Order Deny,Allow
                        Deny from all
                        Allow from PUT YOUR DESIRED IP HERE

                        </Files>
                        <Files wp-signup.php>
                        Order Deny,Allow
                        Deny from all
                        Allow from PUT YOUR DESIRED IP HERE
                        </Files>
                        <Files wp-login.php>
                        AuthUserFile /var/www/html/.htpasswd
                        AuthName "Private access"
                        AuthType Basic
                        require user PUTYOURUSERNAMEHERE
                        </Files>
                        # 5G:[QUERY STRINGS]
                        <IfModule mod_rewrite.c>
                        RewriteEngine On
                        RewriteBase /
                        RewriteCond %{QUERY_STRING} (\"|%22).*(<|>|%3) [NC,OR]
                        RewriteCond %{QUERY_STRING} (javascript.*(\;) [NC,OR]
                        RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3) [NC,OR]
                        RewriteCond %{QUERY_STRING} (\\|\.\./|`|=\'$|=%27$) [NC,OR]
                        RewriteCond %{QUERY_STRING} (\;|\'|\"|%22).*(union|select|insert|drop|update|m d5|benchmark|or|and|if) [NC,OR]
                        RewriteCond %{QUERY_STRING} (base64_encode|localhost|mosconfig) [NC,OR]
                        RewriteCond %{QUERY_STRING} (boot\.ini|echo.*kae|etc/passwd) [NC,OR]
                        RewriteCond %{QUERY_STRING} (GLOBALS|REQUEST)(=|\[|%) [NC]
                        RewriteRule .* - [F]
                        </IfModule>
                        # 5G:[USER AGENTS]
                        <IfModule mod_setenvif.c>
                        # SetEnvIfNoCase User-Agent ^$ keep_out
                        SetEnvIfNoCase User-Agent (binlar|casper|cmsworldmap|comodo|diavol|dotbot|fe edfinder|flicky|ia_archiver|jakarta|kmccrew|nutch| planetwork|purebot|pycurl|skygrid|sucker|turnit|vi kspider|zmeu) keep_out
                        <limit GET POST PUT>
                        Order Allow,Deny
                        Allow from all
                        Deny from env=keep_out
                        </limit>
                        </IfModule>

                        Comment

                        • ExcellentNudes
                          Registered User
                          • Jul 2012
                          • 21

                          #13
                          There are a bunch of free CMS's on GitHub.

                          Comment

                          • Marshal
                            Biz Dev and SEO
                            • Jun 2005
                            • 15219

                            #14
                            Fix your file permissions, change wp-login url, disallow wp-login access to your IP(s)... or try http://drupal.org/
                            ---
                            Busy ranking websites on Google...

                            Comment

                            • adultchatpay
                              Let's Make Money
                              • Dec 2008
                              • 8785

                              #15
                              Don't know any alternative to WP.

                              Comment

                              • brentbacardi
                                Confirmed User
                                • Nov 2009
                                • 1425

                                #16
                                Originally posted by LightscapeMedia
                                I know I'm in the minority here on this, but I've always preferred Joomla over Wordpress.
                                Joomla is a good choice and way more secure than Wordpress. Any 3rd world hacker is going to develop and learn how to hack wordpress sites since they are the largest platform... meaning they can now hack more sites. While far less people use Joomla so they don't spend as much time trying to make hacks on it.

                                I have 3 Joomla sites that have been running for years. No issues.

                                Go Fuck Yourself!

                                Comment

                                • madgreg
                                  Confirmed User
                                  • Mar 2012
                                  • 210

                                  #17
                                  wordpress is probably one of the best of not the best but when you play with free stuff you go along with problems you can get, with $100 worth of premium plugin, you can create a complete community with great features in a really secured wordpress website.

                                  Bare in mind, if a hacker wants to get in, it doesn't matter if you are using wordpress or not, he will go in
                                  French Translator contact me via skype: media22.fr
                                  Uploader available

                                  Comment

                                  • johnny_d
                                    Confirmed User
                                    • Sep 2012
                                    • 827

                                    #18
                                    Wordpress is the biggest and most popular program. It is like using DuckDuckGo.com instead of Google (or Bing). You don't want to do that, I think (you have all the plugins / themes / support forums with a lot of experienced users / book about it etc).

                                    Comment

                                    • ClickCastX
                                      X10 Revenue
                                      • Jul 2011
                                      • 405

                                      #19
                                      Alternative to WP. Clickcastx 3.0 is an amazing adult site content management software with a lot to offer. From VOD, Webcam, storefront, blog, billing and content customized by you. Easy set up and management. Get your adult site set up and working correctly with us and you won’t be disappointed it is the newest and most advance CMS software to be offered. Worried about security you can enable fraud controls lto protect your site from shared passwords and brute force attacks. Please feel free to check out our new demo at www.clickcastx.com/demo . We look forward to answering any questions you may have.

                                      https://www.x10revenue.com
                                      [email protected]
                                      skype: vod.support

                                      Comment

                                      • King-Servers
                                        Registered User
                                        • Sep 2014
                                        • 57

                                        #20
                                        there is no any alternative to WP
                                        fast
                                        useful
                                        a lots of plugins!

                                        Comment

                                        • AllAdultWebsites
                                          Registered User
                                          • Dec 2014
                                          • 60

                                          #21
                                          Wordpress is the best. It does not make sense to "reinvent the wheel" with something else. If you are looking for free Wordpress-based xxx blog hosting, check out DirtySexBlog.com.

                                          Comment

                                          • Venum
                                            Confirmed User
                                            • Nov 2014
                                            • 182

                                            #22
                                            Wordpress is good, if you need plugins just use those that are popular and updated frequently.

                                            Harden the security first on the server level, and then Wordpress it self and you are ok.

                                            Comment

                                            • TapTapper
                                              Registered User
                                              • Jul 2011
                                              • 4

                                              #23
                                              Install the "better Security" plugin. We had the same problem you did, CONSTANT hacking. That plugin changed everything. I've used it since it was called "Better Security" but now it's called "iThemes Security".

                                              There's a free and a pro version. It will examine your site and make a LOT of changes. With your approval and actions on your part.

                                              With that plugin I haven't had problems. BUT I always promised myself if I ever had a bad hack string afterwards the next step is CloudFare. Talk about bulletproof

                                              Comment

                                              • rizqiv2
                                                Registered User
                                                • Oct 2014
                                                • 75

                                                #24
                                                im using wordpress too, and its sounds very great for free services.
                                                about the hackers they can almost do anything, even sony and fbi can be hacked

                                                Comment

                                                Working...