• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Szmycu

    ipn paypal

    Check for 1 euro payment. replace this codes ipn.php $paylist = array("1.00" => 100, "10.20" => 1000, "20.70" => 2000, "40.80" => 3000); config.php $paypals[0]['mail'] = '[email protected]'; // your paypal login $paypals[0]['name'] = '100 Premium points 1,0 EUR'...
  2. Szmycu

    ipn paypal

    Check your ipn.php again. There is a problem with this file man
  3. Szmycu

    ipn paypal

    u havent putted emails in config man
  4. Szmycu

    ipn paypal

    delete '; after require_once
  5. Szmycu

    ipn paypal

    delete paypal.htm from this folder man firstly. and it must work. otherwise delete if(!defined('INITIALIZED')) exit;
  6. Szmycu

    ipn paypal

    dont work? so in what folder is this file -> whoisonline.php if its working http://penumbra.ddns.net/?subtopic=whoisonline make sure paypal.php is in the same folder as whoisonline.php
  7. Szmycu

    House price in TFS 1.2

    BUMP
  8. Szmycu

    ipn paypal

    put this in your gesior folder site man. files structure gesiorsite folder pages folder paypal.php config.php ipn ipn.php
  9. Szmycu

    ipn paypal

    name="custom" U are not sending account id faster way to achieve that script work .make this file paypal.php <?php if(!defined('INITIALIZED')) exit; if($logged) { require_once('config.php'); '; echo '<style> table { border-collapse:collapse; } table, td...
  10. Szmycu

    ipn paypal

    I DONT KNOW where are u but not there where u should i think. Just go to https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-ipn-notify there is only link to ipn and check button to enable . everything
  11. Szmycu

    ipn paypal

    These Gesior script doesnt worked for me too. So I made this below and works perfect <?php if ($_REQUEST['debug']) { ini_set("display_errors", True); error_reporting(E_ALL); } // GIVE HERE YOUR DB INFO $mysql_host = 'localhost'; //Leave at localhost $mysql_user = 'YOUR DB USERNAME'; //DB...
  12. Szmycu

    ipn paypal

    Delete checking your ip and paste this if($ip != "66.211.170.66" && $ip != "216.113.188.202" && $ip != "216.113.188.203" && $ip != "216.113.188.202" && $ip != "173.0.81.1" && $ip != "notify.paypal.com" && $ip != "73.0.81.33" && $ip != "73.0.81.33" ) { print "Acess restricted"; Delete your...
  13. Szmycu

    House price in TFS 1.2

    Hello. How to change house prices in TFS 1.2 . I know in config.lua is var HousePriceSQM but I had changed this value and no results.
  14. Szmycu

    [Poland] [RL 10.90] BEAMOTS |Start 21.02.2016|Casino System|Glooth Factory|Krailos|Grimvale

    Thanks man! <worried about start> :rolleyes:
  15. Szmycu

    [Poland] [RL 10.90] BEAMOTS |Start 21.02.2016|Casino System|Glooth Factory|Krailos|Grimvale

    BEAM OTS - Start Date 21.02.2016 20:00 Your best choice choice! http://beamots.net/ | http://beamots.pl/ 100% RL TIBIA MAP 10.90 Features: · Unique Casino Las Vegas · Cast System · Krailos, Seacrest Serpent, Grimvale, Asura Palace, Glooth Bandits, Medusa Tower, Warzones, Noble Lions...
  16. Szmycu

    [TibiaServers.net] - New Unique&UsersFrendly [OTS LIST]

    Hello. I wanna introduce to You newest OTS List in web https://tibiaservers.net This site was built on Amiroslo template, but as You can see its completely redesigned and rewritten. Features and unique users frendly things on site: One click all info about server on one site without...
  17. Szmycu

    Rolled Dice value

    Another thing im wondering xd... If on sqm is dice, is is possible to make it not usable. I wanna use this in script when player have to roll and then script get storage value. I wanna secure it from overwrite value when player roll again cause then is npc turn to roll and after npc roll dice...
  18. Szmycu

    Rolled Dice value

    nice method . thanks for help ! ;)
Back
Top