Raised This Month: $32 Target: $400
 8% 

Call Admin IPB


Post New Thread Reply   
 
Thread Tools Display Modes
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 11-25-2013 , 02:08   Re: Call Admin IPB
Reply With Quote #41

Quote:
Originally Posted by JoxBox View Post
Is there a slight posibility to make this work with a SMF forum with a shoutbox in it?

SMF 2.0.6

Thanks in advance.
Quote:
Originally Posted by Egan View Post
you should make it possible for vbulletin as well or all the premium forum softwarers.
The plugin author has been inactive for over a year and a half.
hornet is offline
alfinsh
Junior Member
Join Date: Feb 2012
Old 06-15-2015 , 04:40   Re: Call Admin IPB
Reply With Quote #42

There is bug when plugin tries to load calladmin.cfg.
exec /calladmin.cfg: invalid path

To fix change line
PHP Code:
public ExecCfg( )
{
    new 
sConfig64 ]
    
get_localinfo"amxx_configdir"sConfig63 )
    
addsConfig63"/calladmin.cfg")
    
    if( 
file_exists(sConfig) )
    {
        
server_cmd"exec %s"sConfig )
        
server_exec( )
    }
    else
    {
        
make_configsConfig )
    }

to
PHP Code:
public  ExecCfg () 

        new  
sConfig 256 ],  cfgdir 128 
        
get_configsdir cfgdir 127 
        
format sConfig 255 "%s/calladmin.cfg" cfgdir )     

        if( 
file_exists sConfig ))  
        { 
        
server_cmd("exec %s",sConfig
        
server_exec ()     
        }
    else
    {
        
make_configsConfig )
    }

alfinsh is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 06-16-2015 , 09:58   Re: Call Admin IPB
Reply With Quote #43

Quote:
Originally Posted by alfinsh View Post
There is bug when plugin tries to load calladmin.cfg.
exec /calladmin.cfg: invalid path

To fix change line
Unreadable code.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Jockey
Member
Join Date: Nov 2008
Location: Germany
Old 07-14-2015 , 17:31   Re: Call Admin IPB
Reply With Quote #44

I have a problem with this plugin.

As Admin everythings working but as a normal player without rights

i get this output in console

Server tried to send invalid command:"messagemode "say /calladmin xxxxxx"

This is the cmd for it:

client_cmd( iPlayer, "messagemode ^"say /calladmin %s^"", target)

Did anybody have a solution for this ?
Jockey is offline
Kubiks
Junior Member
Join Date: Dec 2014
Old 05-25-2020 , 16:49   Re: Call Admin IPB
Reply With Quote #45

Doesn't work for me. What is the d22 admin id? Where can I find it? What do I put at ca_mysql_mid? And is IPS Community Suite 4.4 even supported? I am using a free version of bimchat.
Kubiks is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode