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

Search results

  1. m3ssy

    Solved [PHP] Youtube movie on Gesior's aac forum. Can't get it to work.

    Ive added such a code to forum.php but it shows the movie only while browsing forum and not in news on a main page. while(stripos($text, '') !== false && stripos($text, '') !== false ) { $youtube = substr($text, stripos($text, '')+14, stripos($text, '') - stripos($text, '') -...
  2. m3ssy

    Getting a strange error while trying to view player's page.

    It's working, thanks :)
  3. m3ssy

    Getting a strange error while trying to view player's page.

    Take it. <?PHP $name = stripslashes(ucwords(strtolower(trim($_REQUEST['name'])))); if(empty($name)) { $main_content .= 'Here you can get detailed information about a certain player on '.$config['server']['serverName'].'.<BR> <FORM ACTION="?subtopic=characters" METHOD=post><TABLE...
  4. m3ssy

    Getting a strange error while trying to view player's page.

    I'm using TFS 0.3.6 and i guess i don't have the proper version of gersior's aac. I did download one from a someone's requesting thread but it still doesn't work for me. Here's the god damned error. Any1 got any solutions for meh?
  5. m3ssy

    [Gesior AAC] 0.3.4 (beta4) fixed v5

    will be hell nice :D
  6. m3ssy

    Simple forum script

    Is there any newer version of that forum i can get if u r calling this thread old? rly dunno ;o
  7. m3ssy

    Action [Release] Ultimate Bomb

    bumping once again.
  8. m3ssy

    [Gesior AAC] 0.3.4 (beta4) fixed v5

    While trying to check player's info page.
  9. m3ssy

    Action [Release] Ultimate Bomb

    Any1 have the script done to work perfectly? I can make it to work after someone leave it but i got some problems (ex. if someone dies in room, the monsters keep spawning and when another team tries to make it .. its fkin impossible >< whats more - second wall is spawning). Dunno, if I'd have...
  10. m3ssy

    How to make a ramp [9745] work?

    I just noticed that one of ramps I put on my map doesn't work. The strange thing is second version of this ramp [9746] does work but this one doesnt want to :(( I can walk down but how to make this ramp works for both directions? :P
  11. m3ssy

    How to make a ramp [9745] work?

    lol, wrong section ><
  12. m3ssy

    How to make a ramp [9745] work?

    I just noticed that one of ramps I put on my map doesn't work. The strange thing is second version of this ramp [9746] does work but this one doesnt want to :(( I can walk down but how to make this ramp works for both directions? :P
  13. m3ssy

    A small problem with doRemoveItem

    Be my mastah :O It works. Thanks, dude. @edit ._. I just noticed there's one moar problem. If you are not pissed off yet.. The script is opening and closing doors perfectly untill I close it manually [ya know, by using them]. It causes the door to close and now when I'm using the lever, script...
  14. m3ssy

    A small problem with doRemoveItem

    holy shi- (luaDoItemEraseAttribute) Attempt to erase protected key "uid". @edit okie, i've changed something in my .lua script and now I don't have to change that uid .. I guess so.
  15. m3ssy

    A small problem with doRemoveItem

    Yes it was but i tried to make it for 2 doors. Nevermind, I can change it so there will be only 1 doors, but still, the script doesnt change uniqueID..
  16. m3ssy

    A small problem with doRemoveItem

    Seems like it isn't resetting uniqueID at all.. And i can't get it to work at 2 doors, dunno why, lol.
  17. m3ssy

    A small problem with doRemoveItem

    I'm trying to make a lever which will open and close doors [adding actionID and uniqueID at the same time] Take a look at my script function onUse(cid, item, frompos, item2, topos) local wallpos = {x=1053, y=995, z=7, stackpos=1} local wall = getThingfromPos(wallpos) if...
  18. m3ssy

    Captcha Problem.

    Same here, any solution?
  19. m3ssy

    Configuration [FAQ] Gesior acc. maker for TFS

    Well.. Maybe i'm a nuub but the faq doesnt help me, lol. I can't find php.ini in my /bin/ folder in xampp 1.7.3 .. Any solution? And to be clear - i get errors in both cases - using sqlite or mysql - it doesn't matter. It always says that damned errros from faq.
Back
Top