Cake PHP experts?

by 2 replies
3
I have a website which accepts payments on 1 link, i want to replicate the links on another.


i have access to ftp but i dont' have access to original project file.


please tell me what do i need to be looking at or what should i edit.

using bitly to hide links, as these are client websites.


http://bit.ly/10e87so - - -this is the link where paypal payment form is working



http://bit.ly/12lyKM9 - - - this is the link where i want paypal for to work.


can you please tell me what files should i edit?


i see controller files, etc etc ( i dont' know anything about cakephp, i work on php )


Thanks
#programming #cake #experts #php
  • Method #1: Let's say you have folders /a, /b, /c and /d.
    Using FTP, try to rename folder /a from the site that works and see if anything changes.
    If yes, then go inside folder /a and do the same renaming for folders/files inside it.
    If no, try renaming /b.


    Method #2: Find an element in the working source, like "http://PayPal.com" and try find the file that contains the PayPal string.

    Some FTP software can search in the server's files. Example:
    Total Commander (Total Commander - Download) - it has a fully functional demo.

    Method #3:
    https://neeocis.wordpress.com/2010/0...n-with-socket/

    Sergiu FUNIERU
  • I think the solution suggested by Sergiu FUNIERU is fine. You can try it out.

Next Topics on Trending Feed