Thread: [FREE] Auto donation store with shopping cart!

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1 [FREE] Auto donation store with shopping cart! 
    Unfortunately we’re all human. Except me


    Join Date
    Aug 2011
    Posts
    926
    Thanks given
    539
    Thanks received
    439
    Rep Power
    601
    Hello,
    I decided to release this donation store because right now there is only 1 released store which is outdated. Code could be better but eh its free isnt it ?

    HOW TO SET UP

    First think you need is host e.g RawHost . Once you bought your hosting go to your cpanel and go to MySQL databases.


    Create new database with whatever name you want


    Then create new user


    Once you created both user and database, add use to database


    At Manage user privileges page select ALL PRIVILEGES

    After you done that, go back to your cPanel home page and click on phpmyadmin link


    When phpMyAdmin loads up select database you just created


    Once its selected click SQL button in menu and insert that
    Code:
    CREATE TABLE `product` (
    `id` int(4) NOT NULL auto_increment,
    `product_name` varchar(65) NOT NULL default '',
    `product_price` varchar(65) NOT NULL default '',
    `item_id` varchar(65) NOT NULL default '',
    `product_image` varchar(65) NOT NULL default '',
    PRIMARY KEY (`id`)
    );
    CREATE TABLE `purchase` (
    `id` int(4) NOT NULL auto_increment,
    `username` varchar(65) NOT NULL default '',
    `custom_code` varchar(65) NOT NULL default '',
    `item_id` varchar(65) NOT NULL default '',
    `payment_status` varchar(65) NOT NULL default '',
    PRIMARY KEY (`id`)
    )
    Well done! We now finished first part of the instalation!

    First download webstore files from furlan.online/store.zip and upload them to your web server
    Once files are uploaded, go to class folder and edit database.class.php file.
    Find function __construct and insert database details you created in first part of installation.


    Once all your info is inserted, save and close file.

    Next thing you want to do is open include.php and edit info there too


    Once all your info is inserted, save and close file.

    You can now access your very own donation store!

    To add products to your store click on admin cp button


    And log in with info that you put in include.php file..

    Once you are logged in to admin cp.. figure out yourself because its realy realy simple ...

    YOU CAN FIND EXAMPLE OF THE STORE HERE


    feel free to rep and thanks if you use it


    Reupload url:https://deathwishx.com/store.zip

    please make more backup download urls
    Reply With Quote  
     


  2. #2  
    Extreme Donator [FREE] Auto donation store with shopping cart! Market Banned



    Join Date
    Aug 2011
    Age
    28
    Posts
    3,589
    Thanks given
    1,402
    Thanks received
    1,620
    Rep Power
    5000
    Thanks for this Luka, THX for listening lol

    Attached image

    Attached image
    Discord: Roy#2382

    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Unfortunately we’re all human. Except me


    Join Date
    Aug 2011
    Posts
    926
    Thanks given
    539
    Thanks received
    439
    Rep Power
    601
    Server sided will be up soon
    Reply With Quote  
     

  5. #4  
    Bossman

    ISAI's Avatar
    Join Date
    Sep 2012
    Posts
    1,916
    Thanks given
    655
    Thanks received
    1,366
    Rep Power
    5000
    Awesome release Thanks for this, I'm sure it will help many And top quality host there too
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    Software Developer

    Tyrant's Avatar
    Join Date
    Jul 2013
    Age
    24
    Posts
    1,562
    Thanks given
    678
    Thanks received
    423
    Rep Power
    1060
    If I remember right this is a store you sold to a few people, why releasing it?

    But oh well thanks I guess (Btw Ruse also released their store for free)
    Reply With Quote  
     

  8. Thankful user:


  9. #6  
    Registered Member
    Vippy's Avatar
    Join Date
    Oct 2014
    Age
    25
    Posts
    2,572
    Thanks given
    984
    Thanks received
    1,933
    Rep Power
    5000
    thank you very much.
    Reply With Quote  
     

  10. #7  
    Unfortunately we’re all human. Except me


    Join Date
    Aug 2011
    Posts
    926
    Thanks given
    539
    Thanks received
    439
    Rep Power
    601
    Quote Originally Posted by Tyrant View Post
    If I remember right this is a store you sold to a few people, why releasing it?

    But oh well thanks I guess (Btw Ruse also released their store for free)
    This store was sold long time ago to you only as far as I know and it was more advanced then released one, but i never seen it online so....
    Reply With Quote  
     

  11. #8  
    Best Rat Donor

    Australisch's Avatar
    Join Date
    Nov 2015
    Posts
    2,049
    Thanks given
    968
    Thanks received
    481
    Rep Power
    4962
    Not bad gj.
    Rsn: vEetswa
    Reply With Quote  
     

  12. #9  
    Registered Member Shook Ones's Avatar
    Join Date
    Apr 2016
    Posts
    414
    Thanks given
    151
    Thanks received
    129
    Rep Power
    13
    Will use this once server sided is done, thanks for this
    Reply With Quote  
     

  13. #10  
    Extreme Donator [FREE] Auto donation store with shopping cart! Market Banned



    Join Date
    Aug 2011
    Age
    28
    Posts
    3,589
    Thanks given
    1,402
    Thanks received
    1,620
    Rep Power
    5000

    Attached image

    Attached image
    Discord: Roy#2382

    Reply With Quote  
     

  14. Thankful user:


Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] Auto Donation System with Items - NEW
    By jakehop22 in forum Tutorials
    Replies: 119
    Last Post: 10-07-2016, 04:02 AM
  2. Replies: 34
    Last Post: 05-10-2015, 07:30 AM
  3. 718 Auto donate store
    By Simplicity-X in forum Website Development
    Replies: 0
    Last Post: 03-17-2015, 07:01 AM
  4. Replies: 1
    Last Post: 09-04-2014, 02:23 AM
  5. Replies: 16
    Last Post: 10-14-2013, 03:01 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •