1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Am looking to clone a coldfusion website

Discussion in 'Programming' started by caillio, May 16, 2012.

  1. #1
    HI..

    Am looking to clone a coldfusion website. which file name like index.cfm but problem is when i tried to clone the other pages, its like

    index.cfm?page=4
    index.cfm?page=5
    index.cfm?page=6

    How i need to save the files? please someone explain me. waiting for reply.


    Thanks
     
    caillio, May 16, 2012 IP
  2. 137th Gebirg

    137th Gebirg Active Member

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #2
    If I understand your question, then as far as I know, you can't. What you see is raw HTML, rendered by the ColdFusion interpreter. You will never be able to see the source CF code, either by viewing source or by using an automated web crawler. I tried doing this several years ago in PHP and, unless someone has built something really amazing and is charging a ton of money for it, it is not something that can be done.
     
    137th Gebirg, May 16, 2012 IP
  3. gregorypeter

    gregorypeter Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Its a very good idea of cloning, one should go for reverse tale cloning , this type of cloning is also very effective.
     
    gregorypeter, Aug 7, 2012 IP
  4. s103r

    s103r Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Its a very good idea of cloning, one should go for reverse tale cloning
     
    s103r, Aug 11, 2012 IP
  5. wasistdas

    wasistdas Well-Known Member

    Messages:
    147
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #5
    Do it this way:

    index.cfm?page=4.html
    index.cfm?page=5.html
    index.cfm?page=6.html
     
    wasistdas, Aug 19, 2012 IP