• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by sony94

  1. sony94

    NFTs

    Hi all! :) What are your thoughts on NFTs? Related to gaming, and otherwise. Any experiences, projects, etc.?
  2. sony94

    Linux Compiling OTX 2

    You have to escape the quotes: \" GIT REPO \". For the rsa errors, you're probably just using a newer openssl version.
  3. sony94

    Programmer Payment, Security and Website Services

    Well... Let's say you own a BR server and actually invest $1500 in adding a payment method (in this case Boleto Bancario). And, because you now have Boleto, you reach 75% more people in Brazil, and you earn $3000 over the next 6 months from it. You just doubled your initial investment. But if...
  4. sony94

    Programmer Payment, Security and Website Services

    You don't have to my friend! Like everyone else here, you have free will. That being said, cheaper usually means lower quality. I'm offering a service and charge what I think is fair. Am I missing something? Isn't that the right thing to do?
  5. sony94

    Programmer Payment, Security and Website Services

    Thanks for the interest! I've secured at least 10 OTS from XSS attacks, but I don't remember the names of the OTS as it was some time ago and they were not super popular OTS. If you have something specific in mind, contact me, and I'm sure you'll know if I'm good for it or not. This is a ticket...
  6. sony94

    Wondering about payment methods...

    Stripe is pretty nice! Even better, if most of your players are from a single country, choose the most popular payment method in that country. For example, Swish in Sweden, or Boleto Bancario in Brazil. The big BR OTS are definitely losing money by not having Boleto Bancario as a payment...
  7. sony94

    Programmer Payment, Security and Website Services

    Need help with PayPal, Stripe, or other payment methods? Example: See a minimal example of a Stripe + ZnoteAAC integration Services: Small payment method bug fixes - starting at €50 (e.g. fix not receiving points bug) Set up an entirely new payments API - starting at €200 Need help with...
  8. sony94

    Alternatives to Paypal?

    Made a stripe_setup.php script and basic Znote + Stripe integration Just to show another payment method too
  9. sony94

    fortumo.com

    Kids who don't have credit cards might.
  10. sony94

    [PayPal] Account limitation problem

    For individuals, I think PayPal dominates in Europe and Stripe in the US. Stripe also accepts Boleto Bancario (for your BR players).
  11. sony94

    You know?

    Paysafe, the brand owner of Paysafecard, has an API https://developer.paysafe.com/en/rest-apis/paysafe-payments-api/payments-api/
  12. sony94

    .sec parsing grammar

    bump! I can see that the first production of cont_tail is troublesome
  13. sony94

    .sec parsing grammar

    Hi 🤪 I'm new to parsing and I want to write a .sec LL parser. This is the grammar I have so far: tile -> num-num: tile_tail tile_tail -> ProtectionZone, tile_tail -> Refresh, tile_tail -> cont cont -> Content={num...
Back
Top