Skip to content
MSN

Dogcollar

A TG007 community discussion started by basitjabbar786.

Discussion 21 posts
Page 1 of 2
Open
Topic #6719 · 21 published posts · 2,642 views

[18:37] + 10Connecting: Groups Server with passport "-Basit"...

[18:37] + 4Error: Subscription Server cannot connect, no SubscriberInfo was found on passport "-Basit"

[18:37] + 4Error: Group connection for passport "-Basit" failed [Reason: Authentication Failed - Cookies out of date].

[18:38] + 10Started: Updating passport "-Basit" [cookies only].

 

 

I just loaded da connection on a different script and dats da msg i am gettin anyone help :$?

 

it doesnt update passport or anything :S wots wrong lol :$

Did you add your passports email, and password to it?

ye i added everything :| appart from userrole etc

Hmm, try going into the DCPublic folder, delete DogPassport.ini, and reinput your passport info. Hopefully that will work.

dat file ent der :S

Okay, if it isn't there go ahead, and reenter your passports email address, and password. Also, after you do that go ahead, and close mirc, and restart.

Same problem lol me confused :S?

lol looks like u lot dunno wot the problem is eitha hmmm can u lot tell me what is another decent connection i can use Please :$

lol comeone sum1 help out :'(

 

 

++++++++++++++++++++++++++++++++++++++++++++++++++

Welcome to DogCollar 1.0'pr - The Public Release

++++++++++++++++++++++++++++++++++++++++++++++++++

1

+ 10Connecting: Groups Server with passport "basit1"...

+ 4Error: Subscription Server cannot connect, no SubscriberInfo was found on passport "basit1"

+ 4Error: Group connection for passport "basit1" failed [Reason: Authentication Failed - Cookies out of date].

+ 10Started: Updating passport "basit1" [cookies only].

+ 14Reconnecting: Please wait while connection resets...

+ 4Error: Group connection for passport "basit1" failed [Reason: Authentication Failed - Cookies out of date].

+ 10Started: Updating passport "basit1" [cookies only].

+ 14Reconnecting: Please wait while connection resets...

+ 4Error: Group connection for passport "basit1" failed [Reason: Authentication Failed - Cookies out of date].

+ 10Started: Updating passport "basit1" [cookies only].

+ 10Started: Updating passport "12" [cookies + SubscriberInfo].

 

 

:S i dnt get it at all :S

I had that for a while , but then i've unloaded and reloaded it for a couple of times and it was fixed.

Pomperom

I havent had any issues yet with DC. I placed my info and I was connected...

Try and deleting the whole connection from the mirc, and then replace the folder and re-load it.

If you can't get DC working, don't try vincula, use nuclear6.2.0.

But honestly, I would try and DC working...

Just try to replace the whole folder for Dc.

 

which windows version are you using?

are you behind a firewall?

are you on a network?

 

These are some common questions that will need to be answered for me to give you any clue of what to do.

#knocks on
raw knock:*473*:{
 set -u2 %noc3 $calc( %noc3 + 1)
 if (%noc3 == 1) {
   /mode $comchan($me,1) -u
   privmsg $comchan($me,1) S eTahoma;0 -=KNOCK=- (INVITE ONLY) $replace($dc.decode($nick),>,Guest_) Room Locked Down +i 
   timerbang1 1 60 /bang
 }
}
raw knock:*913*:{
 set -u2 %noc3 $calc( %noc3 + 1)
 if (%noc3 == 1) {
   /mode $comchan($me,1) -u
   privmsg $comchan($me,1) S eTahoma;0 -=KNOCK=- (BANNED) $dc.decode($nick) :'( 
   timerbang2 1 60 /bang
 }
}

Howdy peeps, as you can see I am trying different things, neither seem to work...when someone knocks it spits out squares. Any ideas how to decode it correctly using the AWESOME DC connection?

Howdy all...got 2 more Q's for ya. First off when a user gets kicked/banned is there a way to msg the chan the actual version reply?

on *:CTCPREPLY:*version*:{
 if ($1- != $null) {
   if ($nick ison $comchan($me,1)) && (WebTV isin $1-) { ss msg $comchan($me,1) Hello $nick How is that Webtv? | stoptimers | halt } {
     if ($nick ison $comchan($me,1)) && (6,* isin $1-) { ss msg $comchan($me,1) Hello $nick How is that Webtv? | stoptimers | halt } {      
       ss access $comchan($nick,1) add DENY *! $+ $ial($nick).addr 1440 : $dc.decode($nick) -=Script=- Version $asctime
       ss kick $comchan($me,1) $nick :@\\SCRIPT//:@
     }
   }
 }
}  

ss kick $comchan($me,1) $nick :@\\SCRIPT//:@ *****<~~~~~replied as "BadBot Version 3.0"

 

Also need a timer for this if an answer isnt given after say 30 seconds the script spits out in the channel..."THAT IS NOT BOSS"...

on ^*:JOIN:* {
 if (%jb. [ $+ [ $schan ] ]) return
if ( $address == ****************@GateKeeperPassport ) { ss msg $comchan($me,1) S eTahoma;0 Identify yourself $nick to my satisfaction.  }
}
on *:TEXT:*blahblah:?: { ss msg $comchan($me,1) S \nTahoma;0 Password Accepted: IDENTITY CONFIRMED, Howdy Boss.  | closemsg $nick }

Reason being is his woman likes to hide under his nick and spy.

Thanks for any help.

 

on *:CTCPREPLY:*version*:{
 if ($nick ison $schan) && (WebTV isin $1-) { ss msg $schan Hello $nick How is that Webtv? | stoptimers | halt }
 if ($nick ison $schan) && (6,* isin $1-) { ss msg $schan Hello $nick How is that Webtv? | stoptimers | halt }
 ss access $schan add DENY *! $+ $ial($nick).addr 1440 : $dc.decode($nick) -=Script=- Version $asctime
 ss kick $schan $nick :@\\SCRIPT//:@
 ss msg $schan $1 reply: $2-
} 

 

on @*:JOIN:* { if (!%jb. [ $+ [ $schan ] ]) && ($address == ****************@GateKeeperPassport) { ss msg $chan S eTahoma;0 Identify yourself $nick to my satisfaction.  | .timerkick $+ $nick 1 30 kick $chan $nick :No Responce } }
on *:TEXT:*blahblah:?: { ss msg $chan S \nTahoma;0 Password Accepted: IDENTITY CONFIRMED, Howdy Boss.  | closemsg $nick | .timerkick $+ $nick off }
on *:PART:#: .timerkick $+ $nick off
on *:KICK:#: .timerkick $+ $knick off
on *:QUIT:#: .timerkick $+ $nick off

 

Not to bothered to explain it, only because don't have much time, but this should do what you want.

Thanx TGK, no need to exlpain that. After looking at it i kinda figured it out. Thanx boss. :fixed:

Edited Jun 28, 2006 10:11 AM by lostboyjoey

#safehost on
on *:DEOP:#:{
if ($nick == $me) halt
if ($level($$ial($nick)) isin armed owner) halt {
sockwrite -tn dc.chat. $+ $cid kick $fchan $dc.fullnick($chan,$nick) : $+ Only $me takes hammers! :@
ss mode $schan +o $opnick
}
}
#safehost end

Is it possible to make it if the hosts dehost themselves it would halt? Right now it kicks for anyone dehosting anyone else, which is good. But some hosts dehost themselves and get kicked. :oops:

Thanx TGK, no need to exlpain that. After looking at it i kinda figured it out. Thanx boss. :fixed:

Hi I Am Used Script But I Script to bad...U Have A Good Script And I U Have A Pasport Flooder And U Give Me A Passport Flood And Good script Pplz Help Me Plz..

#safehost on
on *:DEOP:#:{
if ($nick == $me) halt
if ($level($$ial($nick)) isin armed owner) halt 
else {
sockwrite -tn dc.chat. $+ $cid kick $fchan $dc.fullnick($chan,$nick) : $+ Only $me takes hammers! :@
ss mode $schan +o $opnick
}
}
#safehost end

Edited Jun 28, 2006 11:21 AM by Ronan

Pomperom

#safehost on
on *:DEOP:#:{
if ($nick != $me) && ($nick != $opnick) && ($level($$ial($nick)) !isin armed owner) {
sockwrite -tn dc.chat. $+ $cid kick $fchan $dc.fullnick($chan,$nick) : $+ Only $me takes hammers! :@
ss mode $schan +o $opnick
}
}
#safehost end

 

It wont kick them for dehosting themselves.

 

smart007, we do not give support (or give out) passport flooders. If you were refering to a passport flood protection, use a new remote file, and use this code.

 

on *:SIGNAL:dc.chat.*: { 
 var  %s = $signal , %c = $fchan , %n = $right($gettok($1,1,33),-1) 
 if ($me isop $schan) && ($2 == JOIN) { 
   set -u2 %jc. [ $+ [ $schan ] ] $addtok(%jc. [ $+ [ $schan ] ],$right($gettok($1,1,33),-1),44) 
   if ($numtok(%jc. [ $+ [ $schan ] ],44) == 3) && (!%jb. [ $+ [ $schan ] ]) sockwrite -n %s access %c add deny *!*@*$* 2 :Flood Occurance 
   elseif ($numtok(%jc. [ $+ [ $schan ] ],44) == 5) { 
     completekick %s $schan 
     .timercomplete. $+ $schan -h 1 500 completekick %s $schan 
     set -u10 %jb. [ $+ [ $schan ] ] $true 
     unset %jc. [ $+ [ $schan ] ] 
   } 
 } 
 if ($me isop $schan) && (*O iswm $gettok($3,3,44)) && (!%jb. [ $+ [ $schan ] ])  ss sockwrite -n %s access %c add deny $gettok($1,2,33) 6 :Spec Kick $crlf kick %c %n :Non-Subscriber(al) 
} 

alias completekick { if (%jc. [ $+ [ $2 ] ]) { sockwrite -n $1 KICK $fchan %jc. [ $+ [ $2 ] ] :Passport Flooder } }

Edited Jun 28, 2006 2:03 PM by The Gate Keeper