Jump to content

[Помогите]IRC Плагин


Recommended Posts

  
<html> 
    <head> 
        <title>IRC logs</title> 
    </head> 
    <body> 
        <*  
        local file = fileOpen(":irc/irc.log",true)  
         
        if file then 
         
            for i,line in pairs (split(tostring(fileRead(file,fileGetSize(file))),10)) do 
                httpWrite(tostring(line)..'<br>') 
            end 
         
        else 
            httpWrite("File could not be opened!"); 
        end 
         
        fileClose(file)  
        *> 
    </body> 
         

Link to comment

Ссори.

[2012-02-14 20:44:54] ADMIN: Resource 'irc' restarted by My_Nick 
[2012-02-14 20:44:54] Stopping irc 
[2012-02-14 20:44:54] Starting irc 
[2012-02-14 20:44:54] IRC: 7 missing rights:  
[2012-02-14 20:44:54]   - function.addBan 
[2012-02-14 20:44:54]   - function.removeBan 
[2012-02-14 20:44:54]   - function.setPlayerMuted 
[2012-02-14 20:44:54]   - function.startResource 
[2012-02-14 20:44:54]   - function.stopResource 
[2012-02-14 20:44:54]   - function.restartResource 
[2012-02-14 20:44:54]   - function.callRemote 
[2012-02-14 20:44:54] Please give the irc resource these rights or it will not work properly! 
[2012-02-14 20:44:54] WARNING: [gameplay]/irc/scripts/loading.lua:48: Access denied @ 'callRemote' 
[2012-02-14 20:44:54] IRC: could not start resource, the sockets module isn't loaded! 
[2012-02-14 20:44:54] IRC: restart the resource to retry 
[2012-02-14 20:44:54] irc restarted successfully 
  

Link to comment

Эм. А как его загрузить? Я в mtaserver.conf добавил потом по инструкции надо написать /loadmodule ml_sockets.dll в чат там или консоль незнаю. В консоль написал пишет stop: Resource could not be found. И что мне делать?

Link to comment

Засовывал. Добавить модуль в mtaserver.conf файл: Чтобы загрузить модуль, когда сервер MTA начинается, поставить этот src="ml_sockets.dll"/> линии в конфигурационный файл для Linux. :D

Link to comment

Вообщем ребят простите. Тему такую я уже создавал. Мне там сказали что нужно 2 модуля. Это ml_sockets(этот есть) и какой то irc модуль. Я про него ни где, ничего не слышал, и скачать не знаю где. Скажите мне пожалуйста, как настроить settings.xml в этом плагине.

Расскажите куда кидать модули?

Нужно ли что то добавлять в acl?

Нужно ли что то добавлять в mtaserver.conf

Нужно ли создавать какие-то папки? (Какие и где?)

Вообщем надеюсь хоть в этой теме мне кто нибудь да поможет.

Edited by Guest
Link to comment

Достаточно одного сокета чтобы реализовать IRC, всё остальное на уровне Lua. В сети полно информации о работе с сокетами, даже есть реализация IRC через сокет.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...