Creating a PTC Site Using WordPress

14 replies
Hi everyone, I'm a fairly new poster here.

I am a user of various legitimate PTC websites, and for sometime now I have aspired to start my own PTC site.

Back about 2 years ago, I purchased a PTC script from a local company, customized the script, but never went live with the site because I had real life complications which required me to spend a lot less time on my computer.

Now that I'm back in the world of internet marketing primarily, I am looking again to make this aspiration a reality. Using the script I already purchased, I have been unable to really customize things the way I would like, and I also had some security concerns because the script I purchased only had basic .htaccess security features in place, and further security features would require further customization of the script and a further payment to the company that created the script.

I know PHP, MySQL, HTML, and CSS pretty extensively, but at the same time when it comes to security, I usually rely on scripting done by someone else, because it's not my strong point.

Since I started brainstorming about my new venture into starting a PTC site, I found BuxHost, which offers a premade "Bux" script and hosting/domain for $25 per month, but I don't really want to go that route, because I want my site to be unique, not a copy of a script that everyone has seen (and most are weary of these sites because of the number of scam sites that use BuxHost).

I started investigating the possibility of using WordPress as a platform for a new PTC site, by utilizing various plugins, some of which would be security plugins for added protection, user profile plugins to store all of the extra information, etc., etc.

I am currently creating this WordPress based PTC site on my home server, and was wondering if anyone would be interested to give me their thoughts on whether this will be possible to complete, and perhaps if anyone knows of any specific plugins that would work well with this type of WordPress site.

One issue that I am trying to tackle is the viewing of an ad in a new window, with a countdown which will display a success message once the countdown is complete. Initially I had the idea to load the page that is being advertised in a lightbox which loads 2 iframes, one for the ad and one for the countdown, which worked for the ad portion, however, the countdown plugin I was using wouldn't work within the lightbox, as the situation resulted in a shortcode for the countdown plugin being placed within the lightbox shortcode.

Any thoughts, feedback, and/or suggestions would be greatly appreciated!
#creating #ptc #site #wordpress
  • Profile picture of the author apnieyesp
    Wordpress:
    PTC site are install in Wordpress plugin you can eaisly search and install in wordpress.
    {{ DiscussionBoard.errors[3542839].message }}
    • Profile picture of the author robertwhitis
      Originally Posted by apnieyesp View Post

      Wordpress:
      PTC site are install in Wordpress plugin you can eaisly search and install in wordpress.
      I did a search on the WordPress plugins page for "PTC" and didn't find one, could you provide a specific link?
      {{ DiscussionBoard.errors[3542860].message }}
      • Profile picture of the author Tashi Mortier
        Originally Posted by robertwhitis View Post

        I did a search on the WordPress plugins page for "PTC" and didn't find one, could you provide a specific link?
        To me that seems to be just a spam post that copied around some words of your post. The sentence doesn't make too much sense.
        Signature

        Want to read my personal blog? Tashi Mortier

        {{ DiscussionBoard.errors[3542869].message }}
        • Profile picture of the author robertwhitis
          Originally Posted by Tashi Mortier View Post

          To me that seems to be just a spam post that copied around some words of your post. The sentence doesn't make too much sense.
          I think you're right, because I spent hours looking for a WP plugin with PTC/GPT functionality and couldn't find one anywhere with various Google searches which I went through the first 40 pages of results for.

          *sigh*

          Thinking I'm just going to have to make my own, which will probably have a better result in the long run. I was really hoping to be able to do this within WordPress to make things easier on me, such that the bulk of my work would just be customizing things to fit my needs.

          Hopefully this project won't wind up being too large for me to do on my own...lol...
          {{ DiscussionBoard.errors[3542945].message }}
          • Profile picture of the author Tashi Mortier
            You can try to use a framework.

            There is a lot of (security) functionality included and also a lot of routine work done for you.
            Signature

            Want to read my personal blog? Tashi Mortier

            {{ DiscussionBoard.errors[3543184].message }}
            • Profile picture of the author robertwhitis
              Originally Posted by Tashi Mortier View Post

              You can try to use a framework.

              There is a lot of (security) functionality included and also a lot of routine work done for you.
              Can you elaborate on this a bit more? I've never started a project by using a framework, but I'm assuming it's a preexisting script that just lacks content.

              Where can I find a framework or a listing of them? Are these typically free, and if not, how much do they normally cost?

              Thanks for this suggestion!
              {{ DiscussionBoard.errors[3543209].message }}
              • Profile picture of the author Tashi Mortier
                Basically they are just a collection of PHP classes that are meant to be put together for a new web project. Some of them also have a code generator that will take a big part of the work off your shoulders.

                There are a lot of them available for free.

                I think the biggest ones are Zend Framework and symfony

                They provide you with several features.

                For the beginner I would suggest symfony because they have a great e-Book for free where they take you by the hand to build a complete project with that framework.

                Also they have things like user authentication and access control lists (which means you could add several user levels) already included.

                It will take you some time to learn such a framework by heart, but it can be a huge time saver and a things like protection from XSS (Cross-Site-Scripting) or CSRF (Cross-Site-Request-Forgery) are already included.
                Signature

                Want to read my personal blog? Tashi Mortier

                {{ DiscussionBoard.errors[3543247].message }}
                • Profile picture of the author robertwhitis
                  This sounds like a winner.

                  With an eBook to explain things a bit, I'll definitely be more than good to go. I'm much better at editing code than creating it from scratch...lol...

                  I'll look into symfony and zend framework, thank you very much for those links!

                  I'll post a reply about my reactions to the frameworks after I spend some time to inspect them thoroughly.
                  {{ DiscussionBoard.errors[3543263].message }}
                  • Profile picture of the author woodisland
                    Have you tried aurora sites?

                    Check my PTC aurora site in my signature!

                    You have ready made templates you can edit and the scripts are very complete!
                    {{ DiscussionBoard.errors[4036344].message }}
  • Profile picture of the author Tashi Mortier
    Phew seems like you are going up a steep hill with that project. Now I don't know wordpress very much, but I don't think that I'd recommend this.

    You are creating a huge patchwork there, and if there is a security bug in Wordpress, it may be hard for you to apply an official update then.

    I'd recommend that you create the script from scratch. In my eyes Wordpress is just too far off the needs of the average PTC site.

    You should also think about the huge server load that you'll get by the overhead of Wordpress when you have a lot of users.
    Signature

    Want to read my personal blog? Tashi Mortier

    {{ DiscussionBoard.errors[3542846].message }}
    • Profile picture of the author robertwhitis
      Originally Posted by Tashi Mortier View Post

      Phew seems like you are going up a steep hill with that project. Now I don't know wordpress very much, but I don't think that I'd recommend this.

      You are creating a huge patchwork there, and if there is a security bug in Wordpress, it may be hard for you to apply an official update then.

      I'd recommend that you create the script from scratch. In my eyes Wordpress is just too far off the needs of the average PTC site.

      You should also think about the huge server load that you'll get by the overhead of Wordpress when you have a lot of users.
      Thanks for your insight, I too was wondering whether or not this was feasible which was the reason for this thread. I want to investigate the plugin mentioned by apnieyesp and see if it takes me anywhere.

      I have considered undertaking an in depth customization of the script I own or creating a new PTC script from scratch, but I don't want to go that route unless I rule out the possibility of using WordPress.

      Concerning the server load, I agree that WordPress is a pretty heavy load with a lot of users, especially with the amount of plugins and extra functionality I would have in place, however my web hosting offers totally unlimited features, so unless it began to affect the speed of the site in a fairly considerable way, I am not terribly concerned with that aspect of the project at this time.

      I've been brainstorming and Googling the better part of the day so hopefully my labor will prove to be fruitful in the end.

      I appreciate the comments and any further comments would be greatly appreciated as well!
      {{ DiscussionBoard.errors[3542878].message }}
  • Profile picture of the author JC Alexandre
    The best is hire a developer from odesk or any other freelancer site ask the developer to develop a unique WordPress ptc plugin.

    I've seen many legit ptc sites using on shelve ptc scripts and they are doing very well in terms of promoting their advertisers and making some bucks for the self.

    The ptc business is all about trust and honesty
    Signature

    Looking For Several Guest Bloggers : Topics On Finance,Business,WallStreet,Forex,Money
    Please PM me for more Information

    {{ DiscussionBoard.errors[6486005].message }}
  • Profile picture of the author bihosh
    This is the not best way to develop a PTC website. Personally I hate PTC website... useless
    Signature
    Make Money Dictionary - Tips & Tricks of MMO
    NounHost - Cheap & Premium Shared Hosting Service
    {{ DiscussionBoard.errors[9333584].message }}
  • Profile picture of the author Michael71
    This post is 3 years old, your post is totally useless.
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[9333838].message }}

Trending Topics