Results 1 to 26 of 26

Thread: how to make a Payment system in VB!

Threaded View

  1. #25
    Addicted Member Miklogak's Avatar
    Join Date
    Jan 2013
    Posts
    203

    Re: how to make a Payment system in VB!

    +Rep Given..

    OK I think the Paypal.class.php is missing plus the database fields too. I will add them both below for you guys. And I wasnt lucky to make it work. Maybe someone else can fix it. I found out that the Paypal.php is not reacting at all, and its not writing anything into my Database.

    Below I have added the Missing MYSQL TABLES, and the Paypal.class.php:


    Mysql Tables:
    PHP Code:
    -- phpMyAdmin SQL Dump
    -- version 2.11.4
    -- http://www.phpmyadmin.net
    --
    -- 
    Hostlocalhost
    -- Generation TimeJan 102014 at 01:29 PM
    -- Server version5.1.57
    -- PHP Version5.2.17

    SET SQL_MODE
    ="NO_AUTO_VALUE_ON_ZERO";

    --
    -- 
    Database: `DATABASE-NAME`
    --

    -- --------------------------------------------------------

    --
    -- 
    Table structure for table `payment`
    --

    CREATE TABLE `payment` (
      `
    mykeyvarchar(255COLLATE latin1_general_ci DEFAULT NULL,
      `
    emailvarchar(255COLLATE latin1_general_ci DEFAULT NULL,
      `
    usesvarchar(255COLLATE latin1_general_ci DEFAULT NULL,
      `
    addonvarchar(255COLLATE latin1_general_ci DEFAULT NULL
    ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

    --
    -- 
    Dumping data for table `payment`
    -- 
    Just add the content above in text editor save it as "table.sql" or anything ending with .sql, and simply upload it to your database. Make sure you add the DATABASE name inside where it says "DATABASE-NAME"

    Now about paypal.class.php:
    Muzziek sent me a the php.class.php which wasnt the correct one, but I have found another class that I blieve is the correct one. I have attached the paypal.class.php below in the attachments

    Thanks anyways for your hard work and the tutorial. Your work is really appereciated.
    Attached Files Attached Files
    Last edited by Miklogak; Jan 15th, 2014 at 03:54 PM.

    A huge thanks to all the Great Developers and Helpers on vBForums for helping me and many others! Special thanks to Dunfiddlin, Paul, TechnoGome, , JayInThe813, ident for helping me with my projects througout the years. Incl. those i forgot to mention!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width