[Question] WebShop Login System

🚫
Exiled
Joined
Apr 18, 2009
Messages
12
Reaction score
0
Hello,
I`m using a public source code with web shop,
You can take a look how it looks like here :


So the question is,
When I press Log in it gives me an error 'Login Issue. Please try Again.'
I`ve typed everything correct, I`ve edited the file 'config.php' correctly and checked over 10 times(seriously).
Do you know what to do?
The source is already released in the 'Release Section' I can give you direct link if you want..

Thank you,
Ilan :):
 
i can log in but i cant pick anything on my web shop cause the shop it came with "SQL" file is broken so i wouldnt no where else to get one your local host if your useing hamachi has to be that ip other wise it wont work so far i got it to work just cant connect to my db due to the broken sql file if i can find another one thats not broken ill figure it out im on msn 24/7 [email protected] got any questions msg me maybe i can help
 
Okay, It works now.
But when I try to buy it says I don't have enough dPoints..
Where can I charge dPoints?
 
well heres what GK said about the shops this is how you can do it

Here is what you do. But note that I take no part in getting you burned by Aeonsoft. Anyway,

You need to make a table called donations with accountname, donation amount, and date donated.

There are two ways you can do this. One is you can get the log sheet from paypal on your account to see who donated what. Its not very reliable but you never know it may work for you.

The other thing you can do is go and get OSCommerce. Its an open source shopping cart system built on PHP.

Now Listen carefully.

Look in the checkout files and search around for the PayPal stuff. There is a check everytime a PayPal payment goes through it comes back as successful or not and how much the amount was for.

Its a lot more complicated and more work but you can have it totally automated if you go this route.

The choice is yours. Oh, and look into the PayPal api functions and the DLL file.

all credit goes to GlaphanKing not me
 
Back