• 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!

php

  1. O

    Solved Problem after ssl Myaac

    hey, after installed ssl certificate for uniformserver/myaac. i can´t visit my custom highscore page . If i click on Event Points i see the 'home' page. Before works all fine.
  2. marcelomnzs

    [MYAAC] Polls more than one by time.

    I'm using myaac and would to make some polls at same time, but I can't found where I can edit the option that only do one by time.
  3. C

    Programmer Ubuntu/Debian Server Installation, SSL, Apache2 & Nginx Configuration, TFS 0.4 & PHP Scripting - Affordable & Flexible

    Hello Everyone, If you're in search of an all-in-one solution for your server, web security, and scripting requirements, look no further! What We Can Do For You: 1. Ubuntu & Debian Server Installation: Custom-built, super-secure, and ready-to-launch server setups. 2. SSL Configuration: Step...
  4. J

    Problem with query Ticket System

    Hello Everyone ,I add to my Site(Gesior)Ticket System but I have Problem Fatal error: Call to a member function fetch() on a non-object in C:\xampp173\xampp\htdocs\pages\helpdesk.php on line 310 Because I dont Have Page in my phpmyadmin ,how I can add table to my sql?can somebody help me?please
  5. Svira

    IP Logger PHP for MyAcc

    What is this? add in index: <?php $servername = "localhost"; $username = "nazwa_uzytkownika"; $password = "haslo_uzytkownika"; $dbname = "ots"; // Stwórz połączenie z bazą danych $conn = new mysqli($servername, $username, $password, $dbname); // Sprawdź, czy udało się połączyć z bazą danych...
  6. Sprrw

    AAC Php and database fetching

    Hola Otland! Im working on a website for my project and on my homepage I wanted to display a "latest news section" something like: Pic from : Wayfinder - Join the Closed Beta on PlayStation® and PC (https://www.playwayfinder.com/en) Well anyways so I came up with this code : <?php...
  7. Kuantikum

    PHP [MyAcc] Change/link folder create character.

    Hello! Im using the last MyAcc version and looking for change/link a folder to create character. So, the idea is when click in CREATE CHARACTER button, it go to other webpage folder. This at index.php: '/^account\/character\/create\/?$/' => array('subtopic' => 'accountmanagement', 'action'...
  8. W

    Help me to fix latestnews.php pls

    I'm not able to fix some errors in my latestnews.php. Does not show Most Powerfull Guilds When I add a new message it comes WITHOUT Formatting borders and contours. Image of how it looks:
  9. T

    Programmer PHP, MyAcc plugin - Affiliate System

    I am looking for a PHP developer to write an affiliate system plugin for MyAcc. (Probably some Lua will also be needed to add items to the player) System: Generates an affiliate registration link for the user; Counts registrations and displays them on the user's account management page...
  10. MrVilhelm

    AAC Making my own layout

    Hey everyone! 🤓🖐 Long time no see I've been invested in webdevelopment for about 2 years now and Im getting quite good at it (IMO). So coding the website + making the styling etc aint the problem. But the PHP and connecting the website to the database is. Im feeling very overwhelmed by...
  11. B

    Programmer Taoprox's Web Development Services

    Hello, I have some space available for new clients, therefore I am offering my web development services to server owners on OTLand. Have you ever wanted a new feature on your website, such as a poll system or something unique that no other server has, but you don't want to switch acc systems...
  12. 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...
  13. Syiko

    Programmer Jerop's Services

    I'm a software engineer fourth year at engineering faculty. Since ten years i am working at 860 version. I have a big database of maps / scripts / websites. I have contributed in making new scripts such as (Depot Password - Death tiles - Mount system for 860-Anti push max (ELFBOT/ Magebot) )...
  14. Daniel Kopeć

    Solved Serwer Status Problem

    The Status server does not show the number of players online. How to fix it? Gesior Acc Maker: var/www/pot/OTS_ServerStatus.php <?php /**#@+ * @version 0.1.4 * @since 0.1.4 */ /** * @package POT * @author Wrzasq <[email protected]> * @copyright 2007 (C) by Wrzasq * @license...
  15. dracovisk

    Guild Invite - Premium Gesior

    its not possible invite players on my guild, not even show members/leader in guidlist.
  16. CoolBuys1290

    Gesior 2012 Error

    I tried installing Gesior on my other computer. STEP 4 Add samples to DB: Fatal error: Uncaught Error: Call to a member function fetch() on boolean in E:\xampp\htdocs\classes\account.php:33 Stack trace: #0 E:\xampp\htdocs\classes\account.php(21): Account->load(1, 'name') #1...
  17. Lurk

    AAC [ZnoteACC] Help-me optimize my isMarried on characterprofile

    Helo, I just added this to my server NPC - Marriage system 8.6+ [Fixed] (https://otland.net/threads/marriage-system-8-6-fixed.161590/) and I wanted to show on my website who the characters were married to and I managed to do it but the code is so ugly it makes me sad :( can anyone help? here's...
  18. Lurk

    AAC ignore css in a specific <tr>

    I have this tr <tr style="background-color:'.($count % 2 ? 'rgba(241, 224, 198, 0.6)' : 'rgba(212, 192, 161, 0.6)').';" > but the colors don't apply ever because on my css table tr th, table tr td { background: #555555; /*color: #FFF; */ color: skyblue; padding: 7px 4px; text-align...
  19. Lurk

    AAC [ZnoteAcc] convert this gesior top 5 players to znote

    I'm using this template (by default it doesn't come with top 5 players) and I was messing a bit and got to this code (which I added to htdocs/layout/rightside.php) <!-- TOP PLAYERS --> <div class="Themebox"> <div class="panel-heading"...
  20. Lurk

    AAC ZnoteACC add reset number to player profile

    I'd like to show the amount of resets the player has on his character profile, under the level field would be the best place I guess. My reset is storage based (378378) my characterprofile.php on pastebin because the code was too big to be posted here [PHP] characterprofile - Pastebin.com...
Back
Top