Buying Items using Paypal
this is my first time using PDO i decided to make something hopefully useful
if you're getting errors i recommend you to use ZendServer 8.5 PHP 5.6 with Z-Ray
Features:
PDO::ODBC Database Connection
easy to understand code
protect against ';select delete fuckbitchhimoron;--'
items stored in a table
logs stored in another table (Thank you Captain Obvious)
if you found any ';select delete fuckbitchhimoron;--' exploits that actually work let me know and i'll fix it
And the Admin Panel
NOTE: Coded in 1 hour if there's anything that doesn't work i'll fix it.
Download is in Attachmeeeents
Sorry forgot to add the Dollar Sign before the item Price you could go to Include\items.php and replace line : 43 with this one
this is my first time using PDO i decided to make something hopefully useful
if you're getting errors i recommend you to use ZendServer 8.5 PHP 5.6 with Z-Ray
Features:
PDO::ODBC Database Connection
easy to understand code
protect against ';select delete fuckbitchhimoron;--'
items stored in a table
logs stored in another table (Thank you Captain Obvious)
if you found any ';select delete fuckbitchhimoron;--' exploits that actually work let me know and i'll fix it
And the Admin Panel
NOTE: Coded in 1 hour if there's anything that doesn't work i'll fix it.
Download is in Attachmeeeents
Sorry forgot to add the Dollar Sign before the item Price you could go to Include\items.php and replace line : 43 with this one
PHP Code:
<td>$<? echo $row['itemPrice']; ?></td>