• 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. raf

    [Gesior2012] Redeem a coupon system

    For me it already looks fancy, i have css framework in use. But thank you tho, for people without any frameworks it might come handy. Not sure about this sql query, its the same as mine but different - i mean literally everything inside of this query is exactly the same (except we're not using...
  2. raf

    [Gesior2012] Redeem a coupon system

    All 4 todos for admin part will be released on friday evening :).
  3. raf

    Gesior2012 Looking for few scripts

    1 & 2 doesn't work with Gesior2012. Thanks for buypoints.php :) i forgot about it :D
  4. raf

    Gesior jQuery

    thank you tho, i know about this website. I'd rather use jQuery libs cause i like to have control over things that happen on my website :P
  5. raf

    [Znote AAC][TFS 1.1] Referral system

    Lets convert this one now for Gesior2012 ^_^ anything to focus on in there?
  6. raf

    Gesior jQuery

    I didn't think about lib version, maybe that's the cause. Will try :)
  7. raf

    Gesior jQuery

    so how did you add jquery, could you show me how you initialize it ?
  8. raf

    [Gesior2012] Redeem a coupon system

    This is remake of [Znote AAC] Redeem a coupon system by @Cornex Works with Gesior2012, style it however you want. MySQL query: SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET...
  9. raf

    [Znote AAC] Redeem a coupon system

    As you wish ^_^ Tried my best, and still learning! Gesior2012 version
  10. raf

    [Znote AAC] Redeem a coupon system

    Nice! lol, nicely done! i've been troubleshooting with this for last 3 hours :D Was almost there, but you were ahead of me ;P
  11. raf

    [Znote AAC] Redeem a coupon system

    yea i changed that to used=1/0
  12. raf

    [Znote AAC] Redeem a coupon system

    <?php if(!defined('INITIALIZED')) exit; if($logged){ if(isset($_POST['code'])) { $code = mysql_real_escape_string($_POST['code']); $query = $SQL->query('SELECT * FROM `__cornex_redeem` WHERE `code` = '.$code.' LIMIT 1;'); // Key exist in database if...
  13. raf

    [Znote AAC] Redeem a coupon system

    haven't been working on redeem part lately, but you reminded me, i was about to work on it today so i'm gonna continue doing this, if i step into any issues, i will post them here :) --edit first thing i occured is // ipv6 fixes if (Visitor::getVisitorIP()) == "::1") {...
  14. raf

    Lua OnKill, add storage problem. [CreatureScript]

    try changing ~= to ==
  15. raf

    HeidiSQL

    use phpmyadmin instead https://www.siteground.com/tutorials/phpmyadmin/
  16. raf

    Gesior jQuery

    i cant for some reason latestnews.php - was trying to add countdown clock
  17. raf

    [GESIOR 2012] Change name for premium points

    TO ALL PEOPLE ADDRESSING STEP 3 http://www.w3schools.com/html/html_links.asp or look up how the rest of the links are done in layouts.php file @Gesior.pl i've managed to do this as i stated in linked post. Get current name, store it in database, and set new name.
  18. raf

    Gesior jQuery

    Very stupid rule ^_^
  19. raf

    Gesior jQuery

    Does anyone else know how to implement jQuery to work in gesior2012 ? Whenever i'm trying to use default way to use jQuery - it doesn't work, same for noconflict.
  20. raf

    TFS 1.0+, Gesior 2015, new SHOP (with admin)

    Make it look the same as rl tibia webshop also you've said you wont support TFS older than 1.1, but in title and in your post it says that you'll be supporting 1.0
Back
Top