I am currently developing a instant rewards system based off of paypal. I have programmed it into a web server that is just strictly for this purpose.
[Features]
-Sales monitoring. (Total income, average income, users in checkout, etc)
-Site statistics (Current visitors, unique views, page views, etc)
-Custom Promo Codes (Enter custom promo codes in and give % off, has option for reuseable or not)
-Process Monitor (Monitors CPU usage, Thread count, etc)
-Graph monitoring (CPU Usage, etc etc)
-Form based reward list view. Can add/remove rewards/prices
-Works for any sql source.
-Lightweight (Average of around 10-11 MB of RAM)
[FAQ]
Will you be releasing the source code? Unfortunately No.
How are the payments secured? Quick answer: Paypal's IPN. Paypal has a system setup where after you receive a purchase you can actually communicate with paypal and verify the purchase.
How does it work? Users views your website, orders his items, the website then sends information to paypal based on the details of the purchase using either a POST or GET method. In my case I just use POST. The user then checks out as normal. After the purchase, paypal then visits a webpage automatically that youve selected(paypal, not the visitor). After paypal has visited that page, you can then verify the transaction and get all of the details regarding it.
How will I add my own rewards? There is a form that I have implemented to make things simple. There are 3 things that you will need to enter. 1: The price of the item, 2: The name of the item for users to see, and 3: Then a mysql query that inserts the item into a table that your source can read. For example: "INSERT INTO `cq_bonus` (`accountid`) VALUES ('$charName')". The dollar sign represents a variable that will be read by the source. This way for the sources that store it by character names, or account names, or account ids, it can all be read. (Also I may add a 4th field for a location of a image if you wish to add a example)
Not everyone wants the same appearance, will I be able to change? Yes, I will be leaving the images/css folders both outside of the exe, leaving png's of the images outside, as well as ill leave a text file containing all of the class's and id's of the html fields for styling purposes.
[Screenshots]
[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]
[Features]
-Sales monitoring. (Total income, average income, users in checkout, etc)
-Site statistics (Current visitors, unique views, page views, etc)
-Custom Promo Codes (Enter custom promo codes in and give % off, has option for reuseable or not)
-Process Monitor (Monitors CPU usage, Thread count, etc)
-Graph monitoring (CPU Usage, etc etc)
-Form based reward list view. Can add/remove rewards/prices
-Works for any sql source.
-Lightweight (Average of around 10-11 MB of RAM)
[FAQ]
Will you be releasing the source code? Unfortunately No.
How are the payments secured? Quick answer: Paypal's IPN. Paypal has a system setup where after you receive a purchase you can actually communicate with paypal and verify the purchase.
How does it work? Users views your website, orders his items, the website then sends information to paypal based on the details of the purchase using either a POST or GET method. In my case I just use POST. The user then checks out as normal. After the purchase, paypal then visits a webpage automatically that youve selected(paypal, not the visitor). After paypal has visited that page, you can then verify the transaction and get all of the details regarding it.
How will I add my own rewards? There is a form that I have implemented to make things simple. There are 3 things that you will need to enter. 1: The price of the item, 2: The name of the item for users to see, and 3: Then a mysql query that inserts the item into a table that your source can read. For example: "INSERT INTO `cq_bonus` (`accountid`) VALUES ('$charName')". The dollar sign represents a variable that will be read by the source. This way for the sources that store it by character names, or account names, or account ids, it can all be read. (Also I may add a 4th field for a location of a image if you wish to add a example)
Not everyone wants the same appearance, will I be able to change? Yes, I will be leaving the images/css folders both outside of the exe, leaving png's of the images outside, as well as ill leave a text file containing all of the class's and id's of the html fields for styling purposes.
[Screenshots]
[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]