- RoboCop v4.0 - Testdrive 3 or Higher! - Page 60
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

- RoboCop v4.0 - Testdrive 3 or Higher!

Started by Optimus, 12 October, 2003, 23:07:26

Previous topic - Next topic

0 Members and 7 Guests are viewing this topic.

Optimus

QuoteI have a question Opti:

If you check the screenshot...

$MyInfo

I'm using DCDM and as you can see from the screenshot, there is a massive amount of $MyInfo requests sent from our bots when the hub is restarted (the screenshot is only from a small portion). This causes crazy lag when peeps start entering!  

Can this be adjusted somehow?
After some more checking i found some stuff that could be done more better.
It's must faster now and the flooding is gone.
Thanks for the tip ;)

Ciao Opti

6Marilyn6Manson6

Sorry Optimus, even if you use the OpChat of the Ptokax, why is not possible? You cannot make sure that these commands also work with the OpChat of the Ptokax making them compatible? Thanks


My HUB: planetarium.no-ip.org

Reefa

Marilyn, why don't you just use Tezlo's Chatroom script? You can make as many rooms as you want and invite whoever you want too... :)

gazzer

true, there is a vip script on main d,load site i believe.
that can be  renamed to what you want and setup several rooms in hub for peeps.
-=U=K=?=E=T=-???? the friendly network from good old blighty.

gazzer

anyone know how i can input all right click commands into dc++k client please.......cept doing each manually

and i'm using rb8 but still getting loads of fakers in even with fake checks done.
-=U=K=?=E=T=-???? the friendly network from good old blighty.

uffetjur

drop command!

Hello Opti I want u to add an drop command without timebanning, as for now cmd !drop performs a timeban with the timelimit set in ptokax.

This is for clearing ghost nicks!
Somewhere in Cyberspace

Optimus

QuoteHello Opti I want u to add an drop command without timebanning, as for now cmd !drop performs a timeban with the timelimit set in ptokax.
ok

[NL]trucker

GAZZER

ARE YOU USING THE ZRIGHTCLICK.LUA FROM ROBO?

if so then there should be np at all the commands are there under the rightclick button.

if not go to ptotax-dir-robocop-add-on there is the zrightclick.lua put it in scriptdir restart scripts and it should work.

otherwise try adding these into favorite.xml

   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
  
Owner of FunnyHub
 
Funyhub.no-ip.info
       Forum Master of


gazzer

hi trucker, thanks for that..........


soon as i saw ya post i started slapping me head cos i knew the answer all the time :(.
ta muchly sir anyways hehehe


ROBO rocks btw opti if ya not heard it before
-=U=K=?=E=T=-???? the friendly network from good old blighty.

Reefa

#1484
Hi Opti!

Any way to have a command to enable OPs to get all !online and !offline messages...

And also the ability to delete them? Otherwise the messages just stay in the script folder!

Thanks ;)

Reef

Optimus

REEFA you have a PM message.

Reefa

Thanks mate :)

Keep up the good work!

Madman

How about command to show a reged users password?
And of course switch to set who can use it...

Could to be useful if a user for some reason, loose his password, then a Op could give it to him, insteed of have to wait for the hubowner to get home =)
We suffer in silence, we lurk in the shadows, we kill in the night
Site currently down, ETA of returning online is 2099 ;p

night_hawk

-- simple standalone get-password-by-nick-bot by bonki 09/06/03

sBotName         = "PasswdBot";
sGetPasswdPhrase = "!getpassword";
sPasswdFile      = "../RegisteredUsers.dat";

function DataArrival(curUser, sData)
  local _, _, cmd, args = strfind(sData, "%b<>%s+(%S+)%s*([^%|]*)%|$");

  if(cmd == nil) then
    return 0; end

  cmd = strlower(cmd);

  if (cmd == sGetPasswdPhrase) then
    curUser:SendData(sData);

    if (curUser.bOperator) then
      if (strlen(args) > 0) then
        local sPasswd = GetPassword(args);
        if (sPasswd) then
          curUser:SendData(sBotName, args.."'s password is: '"..sPasswd.."'");
        else
          curUser:SendData(sBotName, "User "..args.." doesn't exist!");
        end
      else
        curUser:SendData(sBotName, "Syntax: "..sGetPasswdPhrase.." ");
      end
    else
      curUser:SendData(sBotName, "You don't have sufficient rights to run that command!");
    end
    return 1;
  end

  return 0;
end

function GetPassword(sFrom)
  local flPasswdFile = openfile(sPasswdFile, "r");
  local line         = "";

  sFrom = strlower(sFrom);

  if (flPasswdFile) then
    line = read(flPasswdFile);
    while (line) do
      _, _, sNick, sPasswd = strfind(line, "^(%S+)|(%S+)|");
      if (strlower(sNick) == sFrom) then
        return sPasswd;
      end
      line = read(flPasswdFile);
    end
    closefile(flPasswdFile);
  end

  return nil;
end

night_hawk

how come only 1 op can use the !watch comands one one user like if i put a watch on a user another op can not put a watch on them to...is there something that can be done about that....

Optimus

QuoteHow about command to show a reged users password?
And of course switch to set who can use it...
Yups on the list, it will be there

Optimus

Quotehow come only 1 op can use the !watch comands one one user like if i put a watch on a user another op can not put a watch on them to...is there something that can be done about that....
Well maybe i will put it on list, but list is verry long at the moment. lol
I'll get there in time

Greetingz Opti

Cyberia

Lol Opti :)
List gets longer and longer
Hope you have enought toiletpaper to write on  :D
See you soon m8  :D

Optimus

hehe see ya soon m8, keep it up :D

(=CyberPimp=)

Somehow BCDC Client got in my hub Optimus, I?m useing 8a, Is this fixed in 8b or is this on your to do list. I have only open for DC++, oDC, iDC++ and DCGui everything else is blocked until today, maybe a new vesion of bcdc.

LoTeK_

Offline pm for all profiles does not work on robocop 8.0b.
When trying to send an offline pm, target user will receive a pm with only the first word of the original message.
And when you send an off.pm, even when the off.pm was delivered, every time the user go online, he will receive all previous offline pm.
They are very very useful, is there a way to fix it? :)

Italia Quartier Generale dei Loteks
ITA Loteks QG
DC++ Hub

Optimus

I know it's fixed for the next RC will be here in a few weeks

Reefa

Hi Opti,

Any chance you can make it so the VIP's can see when they reg someone? I don't want them to see *everything* through notification, just the reg ;)

Thanks,

Reef

Optimus

That's abit tricky lol

Reefa

hehe! ok, no probs, was just wondering if it's do-able :P

SMF spam blocked by CleanTalk