Does Anyone Have. . . ?

5 replies
Hi,

Just wondering if anyone knows of a PHP script to duplicate sites? I have a growing list of distributors (Offline) and my plan is to bring them online. I'll use one standard site template and then depending on a code entered upon hitting the site, it will take the site visitor to the correct page.

So for example: Site visitor hits landing page. It asks for a code, they enter code and are then take to Tracey's home page.

Thanks in advance. . .
  • Profile picture of the author brandon2664
    Are you trying to copy someone elses site? If you are you can just right click view source to grab the html. You can also grab another sites css and javascript.
    {{ DiscussionBoard.errors[3290252].message }}
    • Profile picture of the author scrofford
      Originally Posted by brandon2664 View Post

      Are you trying to copy someone elses site? If you are you can just right click view source to grab the html. You can also grab another sites css and javascript.
      And you can also get your butt in trouble for doing that. I don't think that's a real good way to do what the OP is trying to do. Websites are copyrighted and you have to have the permission of the owner to do anything like that as far as I know.
      {{ DiscussionBoard.errors[3290286].message }}
      • Profile picture of the author xraywhite
        Okay, let me explain again what the goal is. My company manufactures all natural chocolate truffles and all natural gourmet food mixes. It has seen growth recently and now we are ready to recruit MORE distributors. What we require is this:

        Mary, has a business card with a domain on it. She gives the card to Moses. Moses, then goes to the domain that is on the card. He enters in a code that is found on the card.

        The site then redirects him to Mary's HOMEPAGE. Every distributor will have the same page, all that ever changes is their pic and city. We already have our own sites, no need to copy someone elses work. Your time and input is greatly appreciated. Thanks in advance.
        {{ DiscussionBoard.errors[3290409].message }}
        • Profile picture of the author Eager2SEO
          Originally Posted by xraywhite View Post

          Okay, let me explain again what the goal is. My company manufactures all natural chocolate truffles and all natural gourmet food mixes. It has seen growth recently and now we are ready to recruit MORE distributors. What we require is this:

          Mary, has a business card with a domain on it. She gives the card to Moses. Moses, then goes to the domain that is on the card. He enters in a code that is found on the card.

          The site then redirects him to Mary's HOMEPAGE. Every distributor will have the same page, all that ever changes is their pic and city. We already have our own sites, no need to copy someone elses work. Your time and input is greatly appreciated. Thanks in advance.
          This can easily be done with PHP. Each distributor can have a domain that redirects to a page on the main site.

          A database can keep track of pictures, cities, whatever. The code will control exactly what is shown.
          Signature

          Available for article writing or <?php | .net ?> programming work! Article samples available on request.

          {{ DiscussionBoard.errors[3290438].message }}
          • Profile picture of the author xraywhite
            Okay, and what script would I purchase? My research is drawing blanks as none of the ones available will suffice.
            Thanks
            {{ DiscussionBoard.errors[3290499].message }}

Trending Topics