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

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 8 Guests are viewing this topic.

TiMeTrAVelleR

Mikey
First thing is the fakeshare part of the script is not catching the fakeshares. Is it something I am doing wrong? I have the box checked for it.
--------------------------------------------------------------
robo cant  get them all  there  are to much differnt fake shares  around  now  use  a cmd cleint for that  
-------------------------------------------------------------
Secondly I have this big problem with a user double connecting with the same ip several times is there a way to stop this?
----------------------------------------------------------------
Its removed  from robo  a time  back the double ip check uses quit alot of  mem  from script  use a standalone script for that

TiMe

[G-T-E]Gate?

Regarding the double IPs entering ur hub, yeep it happens.

QuoteMikey:
Not Understanding
Your not understanding my second problem. It's not that i can't log the i.ps. It's that i dont allow double i.p connections and I don't know how to block it.

I found 2 standalone scripts that u can try, not sure if a later one has been posted. The second one Iam using and has solved my problem, or better to say " given them a problem"

Goodluck
G8

Credits to the scripter, who ever it may be...

First Script: MultiLoginBot

botname "Name Ur Bot" 
ip={} 
oAllow={} 

function 
Main() 
oAllow["127.0.0.1"]=--Just an example;) 
end 

function NewUserConnected(user
theIP=user.sIP 
local a
,b,c,d=splittip(theIP
if 
ip[user.sIP] == nil then 
ip
[user.sIP]=user.sIP 
elseif ((oAllow[a]==1)or(oAllow[b]==1)or(oAllow[c]==1)or(oAllow[d]==1)) then 
else 
user:Kick("No doubles allowed!!!"
end 
end 

function UserDisconnected(user
ip[user.sIP]=nil 
end 

function splittip(IP
r,g,a,b,c,strfind(IP"(%d*).(%d*).(%d*).(%d*)"
d=a.."."..b.."."..c.."."..
c
=a.."."..b.."."..c..".*" 
b=a.."."..b..".*" 
a=a..".*" 
return a,b,c,
end 


Second script is : Anti-MultiLoginBot

BotName "Name Ur ResponceBot" 
-- if you got a bot that reports hub activity 
-- change the bots name to that oneOnly remember 
-- not to reg both bots... (don't know if that is any problem) 

-- ips as keys and usernames as values. Can be nice to notify ops 
-- the usernames of both the user that is already logged in and 
-- the user that tryed to logg in ;-) 
ips={} 

function Main() 
--frmHub:RegBot(Bot) -- don'
t reg bot name 
end 

function NewUserConnected(curUser
-- 
is this ip in se by another user in the hub
-- if 
sonotify OPsthe user and disconnect the user 
if (ips[curUser.sIP]~=nilthen 
SendPmToOps
(BotName,"User <"..curUser.sName.."> tryed to login while already logged in as <"..ips[curUser.sIP]..">!"
curUser:SendPM(BotName"You are already logged in as : "..ips[curUser.sIP]) 
curUser:Disconnect() 
-- if 
notadd the users ip and name for future lookup 
else 
ips[curUser.sIP]=curUser.sName 
end 
end 

-- almost forgot this one... ;-) 
function 
UserDisconnected(curUser
-- 
not doind this would mean a user could not login the hub again 
-- not what we want... 
ips[curUser.sIP]=nil 
end

SaintSinner

hi Opti

the hub admessage doesnt work
i set it to 5 min to test and i see nothing
waited for hours
   


[G-T-E]Gate?

Have u hit  save in RC GUI then Check Syntax then restart Scripts in PTx GUI.
G8

SaintSinner

QuoteOriginally posted by [G-T-E]Gate?
Have u hit  save in RC GUI then Check Syntax then restart Scripts in PTx GUI.
G8


k i saved it in the gui and restarted script but didnt do the check syntax.....i will try it now
   


SaintSinner

#1230
sweeet thanks :D

now
how do i change the default message
i would like to add somthing to it
the only thing i find is in the txt folder
admessage.txt but that looks totally diffrent than
whats coming up.

the hub sends out
- <>===========H=U=B==I=N=F=O===========
blah blah balh
<> ================================= <>


and the text file says
<> ============ Welcome ============ <>
blah blah blah
<> ================================= <>
   


TiMeTrAVelleR

To change  the info timer
Go to scripts   map tbl  you see a file called hub_addmessage  open whit notepad

TiMe :))

SaintSinner

thanks alot time
works perfect now
so what does the other ad message do?
hmm not worried
thanks optimus its great bot, clean interface
im happy ....  :D
   


Hemarr

Hi is there anyway i can put 2 owners nicks on the settings for owner if i put just one name on it gives the welcome Message   owner has come in ok but when i put      name & Name  is only displayes as a master. Is there a prefix i can use betwee the nicks to display both as owners  instead of   &    thanks

Optimus

RoboCop v8.0a is out now!!!

RoboCopv8.0a - Small Update

- Made a extra check for Neo-Modus v2 and higher
- Fixed small bug in PmToOps
- Putted back Inbuild $kick

(=CyberPimp=)

Hi Opti
How can I change command in zRightclick custom commands to send in pm. I have a Joke bot and I would like it to send +joke in pm to that bot so +joke dosen?t show on main chat.

Herodes

Quote(=CyberPimp=)
How can I change command in zRightclick custom commands to send in pm. I have a Joke bot and I would like it to send +joke in pm to that bot so +joke dosen?t show on main chat.
hmm I think this about changing something in the joke script u have, doesn't have to do with Robo ..

jsjen

#1237
This may be dumb. it may have been covered before and im sorry.

but I keep getting the bots names duplicated in the hub?

like they have a key and then another no key, anyone else have that problem?

Edit: I worked it out you cant have multiple word bots.

like bot one need to be bot_one

sorry about this post

Edited again:

I have a question about the COunters--

I see that 16 people or whatever have been Redir/Disc Upload limiter. What is this?

Reefa

Thanks for sorting out the PMtoOps bug mate! :D

Just curious as to why CPU usage has risen slightly... Usage was down in 8.0, didn't register at all most of the time, but in 8.0a it's fluctuating alot more now. What makes it vary if you don't mind me asking?

Thanks again ;)

Optimus

duno m8, shouldn't be so much of a different :D

johnynl

Hi Optimus.
Glad i see you in here.
thanks a lot for the new version of robocop, im realy happy with it.

but i doscovered i lil prb now with range blaster.
it keeps giving me lots of messages in my mainscreen.
 questin is: can i change it so it gives them a permban or so.

         user:SendData(Bot, "Your ASS is banned (Foreign IP)")
--         SendToOps(Bot, "User: "..user.sName..", with IP: ["..user.sIP.."] was disconnected from Hub by "..Bot..".")
         user:TempBan()
         user:Disconnect()

these lines ar in that program,
i tryed to change user:TempBan()  to  User:PermBan(), but it seems not to work.
can you help me out plz.
Yeah yeah ok
I am alway\'s running the latest Robocop version.
Im running Ptokax 0.3.3.0 build 17.05[debug]
Powered by: Robocop RCv10.01e

plz visit our hub at cccl-nl.no-ip.org:411

Optimus

Send me the script in PM i will have a look

sander815

i set all the autoclean options to 0, but i still get msgs that it cleans kick log etc...

Reefa

Hi Opti,

Just wondering what happened to the !userhelp command?

TIA :)

Optimus

Quotei set all the autoclean options to 0, but i still get msgs that it cleans kick log etc...
Yes me saw that to, well it's nothing serious if 0 it will not clean the log it only displays that message.

I will fix it for next release ;)

Optimus

QuoteJust wondering what happened to the !userhelp command?
It's now !help for each profile. It will generate a help file for each different profile!!

Reefa

We also have a message on connect for the users but this doesn't pop up, it comes as a pm in main?

mOrrI

Well opti, just let me say this...
the srcipt works fine here...
no bugs... no nothing... :D

Optimus

Thanks mOrrI good to hear you happy with it. Keep on going

QuoteWe also have a message on connect for the users but this doesn't pop up, it comes as a pm in main?

Some 1 else having this problem?

Greetingz Opti  ;)

menca

Hi Optimus!

i got the 8.0 runnin almost for a week and it seems nice ;)
allmost all those "musthave" features now are in there. but i have suggestion.

i run the hub remotely via terminal service in 256 colors, and the background for robocop exe seems using higher colour palette than 256. maybe its possible to change it to 256 color one? i could barely figure out the config options over thhis approximated color checkerboard ;). got to connect the display to the box and do the config locally

can it be fixed somehow?
otherwise its all ok


keep the good work!
menca

SMF spam blocked by CleanTalk