Jump to content

danhakhavro

member
  • Posts

    138
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by danhakhavro

  1. Mysql
    php56
    apahche24
    php56-extensions
    Advanced Firewall
    
     
    If you do I complete tutorial .

     

     

    If you can pleaseee xD

     

     

     

     

    Sure that php is installed? Show me:

    pkg_info | grep php

    When installed, do you have configurate apache? mods-available

     

    Where i can find pkg_info and grep.php files?

     

    Its a console comand (use putty) xD

    http://www.freebsd.org/cgi/man.cgi?query=pkg_info&apropos=0&sektion=0&manpath=FreeBSD+6.3-RELEASE&format=html

     

     

    dWu6h.png

     

    I follow this tutorial to install:

     

    But instead ngnix i installed apache24.

  2. Sure that php is installed? Show me:

    pkg_info | grep php

    When installed, do you have configurate apache? mods-available

     

    Where i can find pkg_info and grep.php files?

     

     

     

    add this on httpd.conf below the LoadModule part

    <IfModule mod_php5.c> 
    DirectoryIndex index.php index.html 
    AddType application/x-httpd-php .php 
    AddType application/x-httpd-php-source .phps 
    </IfModule> 
    

     

    u0Cdb.png

  3. converters/iconv          Charset conversion library and utilities
    converters/iconv-extra    Additional charsets for the iconv library (those from the Unicode site)
    converters/iconv-rfc1345  Additional charset modules for the iconv library (from RFC1345)
    converters/libiconv       A character set conversion library
    
    pkg install converters/iconv
    pkg install converters/iconv-extra
    pkg install converters/iconv-rfc1345
    pkg install converters/libiconv
    
    or
    
    cd /usr/ports/converters/iconv && make install clean
    cd /usr/ports/converters/iconv-extra && make install clean
    cd /usr/ports/converters/iconv-rfc1345 && make install clean
    cd /usr/ports/converters/libiconv && make install clean
    
    

    :D

    Succes . :D

     

     

     

    When i doo this commands its say: "Permission Denied"

     

    hIugd.png

  4. Can you post quest?

     

    when 691.kill begin
    local valor = 120
    local valormob = 1
    local mobdb = 'Chefe_Orc'
    local Achievementa = "Chefe_Orc"
    local total = 'Pontos_Conquista'
    local pont = mysql_query(########)
    local actual_achievement_points = pont.Pontos_Conquista[1]
    mysql_query("######")
    mysql_query(#########)
    cmdchat("achievement" #########)
     
    Were "#########" is directory in mysql to at achievement table.
  5. Hello everybody,

     

    I have achievements quest. But i create table in navicat for regist all my kills and achievements points.

     

    But i have 1 problem.

     

    When i kill a monster at first time i want to show achievement windows like that:

     

    CbHTc.jpg

     

     

    But when i kill them at second time i dont want too show this windows, how i can do that?

    What function i must use?

     

    Thanks for spend you time and sorry for my bad english.

  6.  

    so replace it back and try:

    def __SendChatPacket(self, text, type):
    if net.IsChatInsultIn(text):
    chat.AppendChat(chat.CHAT_TYPE_INFO, locale.CHAT_INSULT_STRING)
    else:
    name = player.GetName()
    if type == chat.CHAT_TYPE_SHOUT or chat.CHAT_TYPE_PARTY or chat.CHAT_TYPE_GUILD or chat.CHAT_TYPE_TALKING:

     

    doesn´t work, in guild chat have a some problem but in normal chat dont send a menssage.

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.