| View previous topic :: View next topic |
| Author |
Message |
TaoWine Voice
Joined: 28 Oct 2006 Posts: 5
|
Posted: Sat Oct 28, 2006 7:08 pm Post subject: G-Lined, changed conf, Invalid userfile format |
|
|
Hello
My eggie got G-lined for too many connections so I changed the IP and Hostname to a differnet vhost. When I tried to restart the conf file, I got this message at the end of the run ...
Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[18:57] --- Loading eggdrop v1.6.17 (Sat Oct 28 2006)
[17:57] Listening at telnet port 30788 (bots).
[17:57] Listening at telnet port 30798 (users).
[17:57] Module loaded: dns
[17:57] Module loaded: channels
[17:57] Module loaded: server
[17:57] Module loaded: ctcp
[17:57] Module loaded: irc
[17:57] Module loaded: transfer (with lang support)
[17:57] Module loaded: share
[17:57] Module loaded: notes (with lang support)
[17:57] Module loaded: console (with lang support)
[17:57] Module loaded: seen
[17:57] Module loaded: blowfish
[17:57] Module loaded: assoc (with lang support)
[17:57] Module loaded: wire (with lang support)
[17:57] Module loaded: uptime
[17:57] Loading netbots.tcl v4.10...
[17:57] Loaded components: botnetop, netbots
[17:57] * Invalid userfile format.
Uhg! I tried several different things, but nothing seems to work. Here's the conf file I'm using, any help would be appreciated ...
#! /home/taowine/eggdrop
# ^- This should contain a fully qualified path to your Eggdrop executable.
#
# $Id: eggdrop.conf,v 1.40 2004/08/21 22:43:27 wcc Exp $
#
##### BASIC SETTINGS #####
set username "Reisling"
set admin "TaoWine"
set network "Undernet.org"
set timezone "EST"
set offset "5"
set env(TZ) "$timezone $offset"
set my-hostname "b-e-e-r.us"
set my-ip "64.18.146.99"
addlang "english"
##### LOG FILES #####
set max-logs 5
set max-logsize 0
set quick-logs 0
set raw-log 0
logfile mco * "logs/eggdrop.log"
logfile jpk #Wine "logs/Wine.log"
set log-time 1
set keep-all-logs 0
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 300
set quiet-save 0
##### CONSOLE #####
set console "mkcobxs"
##### FILES AND DIRECTORIES #####
set userfile "Reisling.user"
set pidfile "pid.Reisling"
set sort-users 0
set help-path "help/"
set text-path "text/"
set temp-path "/tmp"
set motd "text/motd"
set telnet-banner "text/banner"
set userfile-perm 0600
##### BOTNET/DCC/TELNET #####
set botnet-nick "Reisling"
listen 30788 bots
listen 30798 users
set remote-boots 2
set share-unlinks 1
set protect-telnet 0
set dcc-sanitycheck 1
set ident-timeout 5
set require-p 1
set open-telnets 1
set stealth-telnets 0
set use-telnet-banner 1
set connect-timeout 15
set dcc-flood-thr 3
set telnet-flood 5:60
set paranoid-telnet-flood 1
set resolve-timeout 15
##### MORE ADVANCED SETTINGS #####
set ignore-time 15
set hourly-updates 00
set owner "TaoWine, FlyWine"
set notify-newusers "$owner"
set default-flags "hp"
set whois-fields "url birthday"
set die-on-sighup 0
set die-on-sigterm 1
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
set must-be-owner 1
unbind dcc n simul *dcc:simul
set max-dcc 50
set allow-dk-cmds 1
set dupwait-timeout 5
##### MODULES #####
set mod-path "modules/"
#### DNS MODULE ####
loadmodule dns
#### CHANNELS MODULE ####
loadmodule channels
set chanfile "Reisling.chan"
set force-expire 0
set share-greet 0
set use-info 1
set global-flood-chan 10:60
set global-flood-deop 3:10
set global-flood-kick 3:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode "nt"
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 120
set global-exempt-time 60
set global-invite-time 60
set global-chanset {
-autoop +autovoice
-bitch +cycle
+dontkickops +dynamicbans
+dynamicexempts +dynamicinvites
-enforcebans +greet
-inactive -nodesynch
-protectfriends +protectops
-revenge -revengebot
-secret -seen
+shared +statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop
}
channel add #Wine {
chanmode "+nt"
}
#### SERVER MODULE ####
loadmodule server
# What is your network?
# 0 = EFnet
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = +e/+I/max-modes 20 Hybrid
# 5 = Others
set net-type 2
set nick "Reisling"
set altnick "Reisling45"
set realname "Reisling"
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
set default-port 6668
set servers {
newyork.ny.us.undernet.org:6668
LosAngeles.CA.US.Undernet.org:6667
Sterling.VA.US.UnderNet.org:6668
sanjose.ca.us.undernet.org:6667
mesa.az.us.undernet.org:6667
Montreal.QC.CA.Undernet.org:6667
Amsterdam.NL.EU.undernet.org:6662
Amsterdam2.NL.EU.undernet.org:6661
bucharest.ro.eu.undernet.org:6660
Carouge.CH.EU.Undernet.org:7777
Diemen.NL.EU.Undernet.Org:7000
Ede.NL.EU.UnderNet.Org:6667
Elsene.Be.Eu.undernet.org:6668
graz.at.Eu.UnderNet.org:6661
Helsinki.FI.EU.Undernet.org:6668
Lelystad.NL.EU.UnderNet.Org:6667
London.UK.Eu.Undernet.Org:6666
London2.UK.EU.Undernet.Org:6664
Oslo1.NO.EU.undernet.org:6668
Oslo2.NO.EU.undernet.org:6666
Zagreb.Hr.EU.UnderNet.org:6668
}
set keep-nick 1
set strict-host 0
set quiet-reject 0
set lowercase-ctcp 1
set answer-ctcp 3
set flood-msg 5:60
set flood-ctcp 3:60
set never-give-up 1
set server-cycle-wait 60
set server-timeout 60
set servlimit 0
set check-stoned 1
set serverror-quit 1
set max-queue-msg 300
set trigger-on-ignore 0
set double-mode 1
set double-server 1
set double-help 1
set optimize-kicks 1
set stack-limit 4
### SERVER MODULE - OTHER NETWORKS (net-type 5) ###
# This settings defines how umode +r is understood by Eggdrop. Some networks
# use +r to indicate a restricted connection. If this is your case, and you
# want your bot to leave restricted servers and jump to the next server on its
# list, then set it to 1.
#set check-mode-r 1
set nick-len 12
#### CTCP MODULE ####
loadmodule ctcp
set ctcp-mode 0
#### IRC MODULE ####
loadmodule irc
set bounce-bans 1
set bounce-exempts 0
set bounce-invites 0
set bounce-modes 0
set max-bans 30
set max-exempts 20
set max-invites 20
set max-modes 30
# Do you want to enable exempts (+e modes)?
#set use-exempts 0
# Do you want to enable invites (+I modes)?
#set use-invites 0
set kick-fun 0
set ban-fun 0
set learn-users 1
set wait-split 600
set wait-info 180
set mode-buf-length 200
#unbind msg - hello *msg:hello
#bind msg - myword *msg:hello
unbind msg - ident *msg:ident
unbind msg - addhost *msg:addhost
set opchars "@"
#set opchars "@&~"
set no-chanrec-info 0
### IRC MODULE - IRCnet SPECIFIC FEATURES (net-type 1) ###
set prevent-mixing 1
### IRC MODULE - OTHER NETWORKS (net-type 5) ###
#set kick-method 1
#set modes-per-line 3
#set include-lk 1
#set use-354 0
#set rfc-compliant 1
#### TRANSFER MODULE ####
loadmodule transfer
set max-dloads 3
set dcc-block 0
set copy-to-tmp 1
set xfer-timeout 30
#### SHARE MODULE ####
loadmodule share
#set allow-resync 0
set resync-time 900
#set private-global 0
#set private-globals "mnot"
#set private-user 0
#set override-bots 0
#### COMPRESS MODULE ####
#loadmodule compress
set share-compressed 1
#set compress-level 9
#### FILESYSTEM MODULE ####
#loadmodule filesys
set files-path "/home/mydir/filesys"
set incoming-path "/home/mydir/filesys/incoming"
set upload-to-pwd 0
set filedb-path ""
set max-file-users 20
set max-filesize 1024
#### NOTES MODULE ####
loadmodule notes
set notefile "Reisling.notes"
set max-notes 50
set note-life 60
set allow-fwd 0
set notify-users 1
set notify-onjoin 1
#### CONSOLE MODULE ####
loadmodule console
set console-autosave 1
set force-channel 0
set info-party 0
#### WOOBIE MODULE ####
# loadmodule woobie
#### SEEN MODULE ####
loadmodule seen
#### BLOWFISH MODULE ####
loadmodule blowfish
#### ASSOC MODULE ####
loadmodule assoc
#### WIRE MODULE ####
loadmodule wire
#### UPTIME MODULE ####
loadmodule uptime
##### SCRIPTS #####
# source scripts/getops-3.0c.tcl
# source scripts/botnetop.tcl
source netbots/netbots.tcl
# source scripts/rssnews.tcl
# This line loads script.tcl from the scripts directory inside your Eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl
source scripts/alltools.tcl
source scripts/action.fix.tcl
# Use this script for Tcl and Eggdrop downwards compatibility.
# NOTE: This can also cause problems with some newer scripts.
source scripts/compat.tcl
# This script provides many useful informational functions, like setting
# users' URLs, e-mail address, ICQ numbers, etc. You can modify it to add
# extra entries.
source scripts/userinfo.tcl
loadhelp userinfo.help
Thanks a bunch
TaoWine |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
|
| Back to top |
|
 |
TaoWine Voice
Joined: 28 Oct 2006 Posts: 5
|
Posted: Sun Oct 29, 2006 9:50 am Post subject: |
|
|
| Sir_Fz wrote: | | Delete your .user file and try again. |
wow, that was just way too easy to fix. It worked! Next time make it more complicated But really, thanks a lot
TaoWine |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|