Please HELP ME
try
rpcallow=*Do not EVER put this in your config, especially if you've copied a config that uses a default user/pass.
The '*' wildcard allows global access without restriction; any IP able to connect to your machine can issue RPC commands, which can perform useful tasks, such as querying your balance, or sending funds to another address. You probably won't know that someone is remotely accessing your client until it's too late.
You should explicitly specify all IPs that are allowed, eg
rpcallow=192.168.0.1By the way, RPC has nothing to do with finding peers, so the above config directive wouldn't work anyway.