Welcome to the RaGEZONE - MMORPG development forums.

GunZ PaymentWall API (Coins-adder/auto-banning)

This is a discussion on GunZ PaymentWall API (Coins-adder/auto-banning) within the Gunz Releases forums, part of the Gunz Online category; Edit: 03 February 2012, Please read the following post first! http://forum.ragezone.com/6810311-post15.html Paymentwall provides more than 75 international online payment solutions. ...

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Pee Aitch Pee
    Rank
    Subscriber
    Join Date
    Mar 2011
    Location
    The Netherlands
    Posts
    613
    Liked
    305

    GunZ PaymentWall API (Coins-adder/auto-banning)

    Edit: 03 February 2012, Please read the following post first! http://forum.ragezone.com/6810311-post15.html

    Paymentwall provides more than 75 international online payment solutions.
    Payment options include credit cards, debit cards, bank transfers, direct debit payments, eWallets, prepaid cards, mobile and land-line payments, payment kiosks/terminals – all in 1 easy to integrate payments platform.

    This API also contains an auto-banning system when an user is charging back a payment.

    1. Register here: Paymentwall - The All-in-One Monetization Suite
    2. Go to "Account Settings" -> Edit the details.
    3. Go to "Applications" -> "Application Settings" -> Edit the details.
    4. Click on the left on "Payment systems" -> Enable the methods which you want to use.
    5. Execute the following in GunzDB:
    PHP Code:
    SET ANSI_NULLS ON
    GO

    SET QUOTED_IDENTIFIER ON
    GO

    SET ANSI_PADDING ON
    GO

    CREATE TABLE 
    [dbo].[PaymentWall](
        [
    ID] [intIDENTITY(1,1NOT NULL,
        [
    UserID] [varchar](255NOT NULL,
        [
    Currency] [varchar](255NOT NULL,
        [
    Type] [varchar](255NOT NULL,
        [
    Date] [varchar](255NOT NULL
    ON [PRIMARY]

    GO

    SET ANSI_PADDING OFF
    GO 
    6. Move the paymentwall.api.php file to somewhere in your website files -> edit line 6, 7 and 33. Line 33 should be your secret key which can be found @"Application Settings".
    7. Click on the left on "Pingback" -> URL = location to the paymentwall.api.php script.
    8. Click on the left on "Widgets" -> Make a new widget.
    9. Copy the iFrame to somewhere on your website.
    EDIT THE iFRAME URL!
    PHP Code:
    <iframe src="http://wallapi.com/api/ps/?key=appkey&uid=[USER_ID]&widget=p3_1" width="750" height="2800" frameborder="0"></iframe
    The UserID of the user which is logged in needs to be @[USER_ID].
    If $_SESSION['username'] contains the UserID, then you can do something like:
    PHP Code:
    <iframe src="http://wallapi.com/api/ps/?key=appkey&uid=<?php echo $_SESSION['username']; ?>&widget=p3_1" width="750" height="2800" frameborder="0"></iframe>
    (In case short-tags are turned off.)
    10. Once you're ready, go to "Applications" -> "List of applications" -> request the application to go live.

    Notes:
    - The staff of PaymentWall will check your site first before other users can "donate" for coins. If they checked it, then it will be set to "live".
    - They can take high fees for mobile payments.
    - It can take about 3 months before they will pay you out for the first time. (After that it will be every month if I'm correct.)
    - You'll have to edit the queries if your database structure of the account table and coins column are different.
    - You can test this API by going to "Pingback" -> "Test Pingback".
    - Make sure only people which are logged in can view the iFrame, else the UserID will be empty and the user will not automatically receive his coins.
    - Tip: You can also make the iFrame pop-up. Use Google to find out how.

    Download: Download paymentwall.api.php from Sendspace.com - send big files the easy way


    Hmm, I guess that's all. (If I forgot to mention anything, I'll update it tomorrow.)
    Have fun!
    Last edited by Dave; 15-03-12 at 08:52 PM.

  2. #2
    Intelligent DoucheBag
    Rank
    Alpha Member
    Join Date
    Jan 2008
    Location
    Raalte, Netherl
    Posts
    1,663
    Liked
    236
    XFIRE ID: jur13n

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Nice script!
    I love it..

    now I need one for paypal :$

  3. #3
    Member
    Rank
    Member
    Join Date
    Nov 2011
    Location
    In The Projects
    Posts
    78
    Liked
    6
    Gamertag: PlaNeToNkEY

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Another Great One SW. :]

  4. #4
    Selfish Bastard
    Rank
    Alpha Member
    Join Date
    Aug 2009
    Location
    Winland
    Posts
    2,055
    Liked
    544

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Quote Originally Posted by jur13n View Post
    Nice script!
    I love it..

    now I need one for paypal :$
    I agree that one for paypal would be very awesome, bcuz mostly ppl use it o_O

  5. #5
    Hi, I'm Omar!
    Rank
    WTF? Overkill!
    Join Date
    Jan 2011
    Location
    Here
    Posts
    1,794
    Liked
    734

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Quote Originally Posted by jur13n View Post
    Nice script!
    I love it..

    now I need one for paypal :$
    IPN system.


    Even though you gave me this before, but I still love it.
    Last edited by Vusion; 30-12-11 at 11:10 AM.

  6. #6
    I am THE DON
    Rank
    Gamma
    Join Date
    Jan 2007
    Location
    ENGLAND!, Uk
    Posts
    3,814
    Liked
    415
    Gamertag: LolJoeMad PSN ID: LolJoeMad Steam ID: joe9099

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    You can use paypal through this though...
    This is good, i signed up and getting my live version ! ty
    I'm awesome? Yeah ik, np np

  7. #7
    Intelligent DoucheBag
    Rank
    Alpha Member
    Join Date
    Jan 2008
    Location
    Raalte, Netherl
    Posts
    1,663
    Liked
    236
    XFIRE ID: jur13n

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Quote Originally Posted by Vusion View Post
    IPN system.


    Even though you gave me this before, but I still love it.
    I never gave you an automataed paypal script ?
    because i never had one?
    only by odbc but it sucksed and was unsecured?

  8. #8
    Hi, I'm Omar!
    Rank
    WTF? Overkill!
    Join Date
    Jan 2011
    Location
    Here
    Posts
    1,794
    Liked
    734

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Quote Originally Posted by jur13n View Post
    I never gave you an automataed paypal script ?
    because i never had one?
    only by odbc but it sucksed and was unsecured?
    was referring to Dave.

    Anyway, IPN system is the automated thingy for paypal, search for it.

  9. #9
    Member
    Rank
    Member
    Join Date
    Feb 2010
    Location
    Santiago, Chile
    Posts
    98
    Liked
    4
    PSN ID: ObeLoked Steam ID: ObeLoke

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    waoo Thanks You! pretty release. I like it
    Posted via Mobile Device

  10. #10
    Median Operative
    Rank
    Member +
    Join Date
    Jul 2010
    Posts
    763
    Liked
    92

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    I started using it and funny enough my players were asking about auto coins and that so thanks very much, your awesome! :)

  11. #11
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Oct 2011
    Posts
    402
    Liked
    113
    Gamertag: ThunderZ1337

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    i have been using it for about a week now it is great :)

  12. #12
    Member
    Rank
    Member
    Join Date
    Nov 2011
    Posts
    93
    Liked
    2

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Holy Shit thaank you very much ;)

    All has already said it, we just need a Paypal's one :)

  13. #13
    Hi, I'm Omar!
    Rank
    WTF? Overkill!
    Join Date
    Jan 2011
    Location
    Here
    Posts
    1,794
    Liked
    734

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Quote Originally Posted by Aerosis View Post
    Holy Shit thaank you very much ;)

    All has already said it, we just need a Paypal's one :)
    This one includes PayPal and much more, why don't you just read before you post? And if you still insist on having PayPal on its own, as I said, it's called IPN, go search.

  14. #14
    Intelligent DoucheBag
    Rank
    Alpha Member
    Join Date
    Jan 2008
    Location
    Raalte, Netherl
    Posts
    1,663
    Liked
    236
    XFIRE ID: jur13n

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Hmpf if i check the pingback it says; "Pingback wasn't successful. Reason: Response does not match the expected pattern."
    The allowed ip's are right.
    and my secret key too..
    whatsup ;p?

  15. #15
    Pee Aitch Pee
    Rank
    Subscriber
    Join Date
    Mar 2011
    Location
    The Netherlands
    Posts
    613
    Liked
    305

    Re: GunZ PaymentWall API (Coins-adder/auto-banning)

    Those who are using PaymentWall right now -> I highly recommend you to find an other method since you need to fill in a tax form before they will pay you out.

    You can either:
    1) Fill in the tax form (not suggested for illegal private servers)
    or
    2) Contact PaymentWall and tell them you don't need to fill in the form and try to convince them.
    Last edited by Dave; 23-03-12 at 07:09 PM.

 

 
Page 1 of 2 12 LastLast

Posting Permissions

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