Nice Job on Script!!

Discussion in 'Installation' started by codeu, Mar 16, 2007.

  1. codeu

    codeu New Member

    Joined:
    Mar 14, 2007
    Messages:
    6
    Hi, Have one maybe two issues left, but it's up and running with 3 folder 40+pages,and 240 links..I did the re_write mod protection, folders, with the php include as default! Using Cpanel IonCube version. In CP (amember) there is some php script to incorporate with my pages, in the protected folders ...my pages are php extension to use includes, they are html. are these added php lines really needed?....2nd I started one product as freelessons--->with 3 folder bass,guitar,fret. add product page:: url left blank, add url /xxx/\Basslesson,
    /xxx/\Guitar, /xxx/\Fretboard....In member page the list looks like
    freelesson
    freelesson
    freelesson
    freelesson
    all the links are correct? The top freelesson is product...how do I change freelesson texts into guitar,bass,fret. I have been all over the help files
    and if answer is there I'm missing it. Please explain, Thanks
    P.S.Compared to the workings of the script this is nothing!!!!!:D
  2. codeu

    codeu New Member

    Joined:
    Mar 14, 2007
    Messages:
    6
    Well I got this, the /\ was /| It's set up the way I wanted it to, but what happened is I deleted all the product,users and looked in the sql dump No products!. But now that I've got it set up it product 9. 3folder 3 time to get this installed =9..My question now is the user, product, protected folders,Deleted the sql with no records in the product table,,,why didn't it start with new number? How to really delete unless I missed a step in the help files, it said you can't delete a product without deleting the users?
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    if you delete from table with the following command, number counter will be reset:

    DELETE FROM amember_products;

    if you delete individual records, number will not be reset even if you deleted all records.

Share This Page