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

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

TiMeTrAVelleR

Opti is there any chance on the next build of Robo u could maybe incorporate an offline msg aspect. Like a mailbot so people can leave messages 4 when a certain user next comes online. I think it'd make Robo an even more complete bot
----------------------------------------------------------------------------------




 !offline             - Sets a offline message to a selected user

TiMe  8o

QuikThinker

lol u know wat, I was browsin thru the help commands earlier and saw that and !online and didn't know what they did. Thanx TT (y)

((UKSN))Quasimodo

how do i set it so that users see there ip nick share size etc when they log into hub  many thx quasi

imby

QuoteOriginally posted by ((UKSN))Quasimodo
how do i set it so that users see there ip nick share size etc when they log into hub  many thx quasi

if I recall correctly, robocop doesn't do that. try a stand alone bot

Optimus

The new LUA5.02 version will have it though :]

 

	?????????? Welcome to -=ShotGun=- ??????????
	    Your name is: [RC]Optimus?
	    Your profile is: NetFounder
	    Your current ip: xxx.xxx.xx.xx
	    Your using client: DC++
	    Your version is: 0.401
	    Your current mode is: Active
	    Your total hubs are: 6
	    Your open slots are: 2
	    Your sharesize is: 33.81 GB
	    Your description is: ?Mm????L  N?tw??k????
	    Your connection is: Cable
	    Your email is: 
	?????????? Welcome to -=ShotGun=- ??????????

 Settings Profile NetFounder - Minshare: 0 GB, Minslots: none, Maxslots: none, Slotsratio: none, Maxhubs: none
 Type !help to see the available commands for your profile.
LOOllll

koji_nanami

Hi,

I'm trying various single script found on the board but I'm interested in all inclusive bot. I've searched in this thread for an updated feature list of robocop9 but i cannot find it. Can you post one?

Thanks

I've noticed that such feature lists miss for many bot threads...

TiMeTrAVelleR

Maby this wil do for now

-----------------------------------------------------------------------------------------------------------------------------
---// Loggin by TiMeTrAVelleR  Fixed By Optimus //---------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------

BotName = "bot" --// Set here your bot name

kb = 1024
mb = kb*kb
gb = kb*kb*kb

function NewUserConnected(user)
   Message(user)
end

function OpConnected(user)
   Message(user)
end

--// Profile Counter
function ProfileCounter(profile)
   local table, count = GetUsersByProfile(profile), 0
   for i, User in table do
      if GetItemByName(User) then
         count = count + 1
      end
   end
   return count
end

function Message(user)
   if user.sMyInfoString then
      local disp = ""
      doGetProfile =  GetProfileName(user.iProfile) or "Not registerd"
      hubshare = format("%0.2f", frmHub:GetCurrentShareAmount()/(1024)/(1024)/(1024))
      local _,_,share = strfind(user.sMyInfoString, "^%$MyINFO %$ALL [^ ]+ [^$]*%$ $[^$]+[^$]%$[^$]*%$%s*(%d+)%$" )

      if share then
         minshare = format("%0.2f", tonumber(share)/gb).." GB"
      else
         minshare = "Corrupt"
      end

      border1 = "  ?:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::?"
      border2 = "  ?:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::?"
      disp = "\r\n\r\n"..border1.."\r\n"
      disp = disp.."   ?Welcome:         "..user.sName.."\r\n"
      disp = disp.."   ?To this fine place Called:      "..frmHub:GetHubName().."\r\n"
      disp = disp.."   ?Your IP:            "..user.sIP.."\r\n"
      disp = disp.."   ?Your Share:         "..minshare.."\r\n"
      disp = disp.."   ?Your Status in this Hub:      "..doGetProfile.."\r\n"
      disp = disp.."   ?Actual Share in the Hub:      "..hubshare.." GB\r\n"
      disp = disp.."   ?There are:          "..ProfileCounter("Master").." [Masters] - "..ProfileCounter("Operator").." [Operators] - "..ProfileCounter("Vip").." [Vips] online\r\n"
      disp = disp.."   ?There are now:         "..frmHub:GetUsersCount().." of "..frmHub:GetMaxUsers().." users Online\r\n"
      disp = disp.."   ?Hub description is:         "..frmHub:GetHubDescr().."\r\n"
      disp = disp.."   ?Hub minshare is:         "..frmHub:GetMinShare()/(1024).." GB\r\n"
      disp = disp.."   ?Redirect address is:      "..frmHub:GetRedirectAddress().."\r\n"..border2.."\r\n"

      user:SendData(BotName, disp)
   end
end

menca

hi Optimus!

i've also finally got the RC9.0g up, and its working fine. i just have one question. is it possible to somehow keep the tophubbers list? as i see the format of that logfile has changed, so i was wonderin if theres an easy way to import it.


menca

imby

Hi optimus, DCGUI users, with tags like:



are able to pass 'set minimum bandwidth'

gazzer

hi all
think i have found a fault on hub add page.
i added  some asci pic with an addy and saved the gui after as i always do. then restarted scripts. robo then wouldnt fire up and left me hub full of donks till i sussed
what it was exactly. removed the hub add and restarted ok then. (error 86) ring a bell anyone?
-=U=K=?=E=T=-???? the friendly network from good old blighty.

Optimus

QuoteHi optimus, DCGUI users, with tags like:



are able to pass 'set minimum bandwidth'
DCGUI works different they limit there bandwidth per slot instead of there total bandwidth.

Optimus

Quotehi all
think i have found a fault on hub add page.
i added some asci pic with an addy and saved the gui after as i always do. then restarted scripts. robo then wouldnt fire up and left me hub full of donks till i sussed
what it was exactly. removed the hub add and restarted ok then. (error 86) ring a bell anyone?
Some asci pics contain wierd signs that give problems i know that is the issue.

- Optimus

imby

QuoteOriginally posted by Optimus
QuoteHi optimus, DCGUI users, with tags like:



are able to pass 'set minimum bandwidth'
DCGUI works different they limit there bandwidth per slot instead of there total bandwidth.

oops, sorry should of known that. have tested the client =/

gazzer

QuoteOriginally posted by Optimus
Quotehi all
think i have found a fault on hub add page.
i added some asci pic with an addy and saved the gui after as i always do. then restarted scripts. robo then wouldnt fire up and left me hub full of donks till i sussed
what it was exactly. removed the hub add and restarted ok then. (error 86) ring a bell anyone?
Some asci pics contain wierd signs that give problems i know that is the issue.

- Optimus

thanks opti i'll redo it then, weird how it works in main tho as motd isnt it lol.
-=U=K=?=E=T=-???? the friendly network from good old blighty.

SlasH

#3164
First would like to say great work Optimus..Would like to take a second to say thank u, awesome work...Now on to the question I have certain peeps that need to connect twice from same Ip is there a way (like a user immune feature) if not is this planned in future? And will it stop other peeps from double connect?


Thanks a million
SlasH

Optimus

yes i have thought about that also in that way. Blocking every 1 that connects more then 1 time with same ip. Except when user is in immune list.

But ya need me to remember that feature i'm verry buissy with other stuff at moment.

But thanks for asking Optimus

Mobe

QuoteOriginally posted by SlasH
Now on to the question I have certain peeps that need to connect twice from same Ip is there a way (like a user immune feature) if not is this planned in future? And will it stop other peeps from double connect?
SlasH

If this is about connecting with different nicks then how about those dozens of people behind ISP NAT that are passive and have same public IP?
And users like me, i have 3 computers on DC, all active on different ports but with same public IP?
I think this can not work.

But if it is about connecting twice with same nick and IP then I just do not see the point in that.

Mobe
See my version of anagram bot in action at: lampis.mine.nu

Mobe

Hi,
Just asking if there is a way to add hub name to this list of jump targets:

   !jump 5 - let's you connect to: lampis.mine.nu

Since very often the hub is known by name and not the address. (Names change but address is left as it was.)

If not at this version, i would like see that in future releases...

Even better if there is a nice way to get user to open another hub with a short command like !gohub1 instead of /join lampis.mine.nu
Not redirect ($forcemove) as !jump but open the target hub in new window.
Should this be done with ptokax textfiles or usercommand?

Mobe
See my version of anagram bot in action at: lampis.mine.nu

metalbitch

Hi all been so long since i have been in here lost my pass for my real nick LOL anyway . I just got robocop 8.0b a lil while ago to start up on my new hub ( since i have been away for months) and i have a partner that is shareing ownership on hub back up :P anyhoo we have been trying to get it to take 2 owners but to no avail . is it possible to get two owners into robo ? If not i would like to sugest maybe doing so as there are alot who love robo and only share a hub . * snickers* sometimes ya just need all the bw you can grab lol . Anyway thanks for listening
PEACE! 8)

gazzer

why robo 8?

go for robo 9g and then one can be owner as in who has the server on at present, but both can be in robo as  network founder. isnt that basically owner of it?

honestly have a look at it as its nice bit of  work opti has done prior to the new lua5 gui hes now doing.
-=U=K=?=E=T=-???? the friendly network from good old blighty.

metalbitch

LOl well reasons for robo 8 was i was starting up hub and i used to use cb but well it hasnt been updated in ages so robo is what i was told is the best out there atm Well done optimus !! just grabbed 9 and installing . as for netfounder he is but scripts get messed up when he comes in lol i guess i will just have to play with them more lol just freaking azz lazy latley .

SlasH

#3171
QuoteOriginally posted by Mobe


If this is about connecting with different nicks then how about those dozens of people behind ISP NAT that are passive and have same public IP?
And users like me, i have 3 computers on DC, all active on different ports but with same public IP?
I think this can not work.

But if it is about connecting twice with same nick and IP then I just do not see the point in that.

Mobe


Then U or them would be added to user immune list.....
Would help alot of use that have a**holes that double connect with same shares and same computer...I have no problem with peeps that have 2 or more computers with seperate shares dobule connecting at all...Just the cheaters...

imby

Hi Opti,

Moderator with the following configuration can't seem to kick op's or VIPs:



 




They don't get the 'your are not allowed to kick xxx', they just get no message and the user not removed.

Any ideas?

uffetjur

any difference while using inbuild kick or robo's kick command?
Somewhere in Cyberspace

gazzer

also check what protection ops have been set with, you might have inadvertantly given them full protection.
i am however a bit confused as to why you would want to kick your ops lol.
-=U=K=?=E=T=-???? the friendly network from good old blighty.

SMF spam blocked by CleanTalk