Sponsored Content
Contact Us Forum Support Area for Unregistered Users & Account Problems Trouble Registering? Countries or Regions Abusing Forums Post 302718099 by Neo on Friday 19th of October 2012 06:23:21 AM
Old 10-19-2012
Trouble Registering? Countries or Regions Abusing Forums

The forums have been seeing a sharp increase in spam bots, forum robots, and malicious registrations from certain countries. If you have been directed to this thread due to a "No Permission Error" when trying to register please post in this thread and request permission to register, including your desired username and IP address.

List of Countries with Restricted Registration Due to Significant Malicious Activity:

Quote:
China
We apologize if you are from a region/country in the list above and are trying to register for legitimate reasons and have not been able to participate. If you wish to register, please reply with your IP address you are registering from and your proposed user name, and we will insure you can register.

Thank you for your patience and understanding.
These 2 Users Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Am I abusing backticks?

I'm always concerned I might be abusing backticks within my scripts. A current script I'm writing has this for example: stripscriptname=`echo $scriptname | sed 's/\(.*\)\..*/\1/'` stripsearch=`echo $searchpattern | tr -d ' ,/'` Both of these variables are set inside the script (in fact,... (2 Replies)
Discussion started by: mglenney
2 Replies

2. Shell Programming and Scripting

awk: union regions

Hi all, I have difficulty to solve the followign problem. mydata: StartPoint EndPoint 22 55 2222 2230 33 66 44 58 222 240 11 25 22 60 33 45 The union of above... (2 Replies)
Discussion started by: phoeberunner
2 Replies

3. Shell Programming and Scripting

merging two files where countries are repeated

I have gone through various posts in this forum but could not locate where the repeated columns are there .Hence posted this post. File 1(colon seperated file) =============== Abc : 1234 : London Def : 2456 : Paris Efg :1456 : Newyork Fgh : 1324 : Tokyo Hjk : 5829 : California Lmn :... (10 Replies)
Discussion started by: vakharia Mahesh
10 Replies

4. Shell Programming and Scripting

[Solved] Parsing countries file

Hi All I would like to take contries for this file http://www.textfixer.com/resources/dropdowns/country-dropdown-iso-html.txt and save it in another file with the following structure . Afghanistan, Åland Islands , Albania, Algeria, American Samoa Can anyone help me to do this ? (3 Replies)
Discussion started by: molwiko
3 Replies

5. Shell Programming and Scripting

Assigning the names from overlapping regions

I have 2 files; file 1 having smaller positions that overlap with the positions with positions in file2. file1 aaa 20 22 apple aaa 18 25 banana aaa 12 30 grapes aaa 22 25 melon file2 aaa 18 26 cdded aaa 10 35 abcde I want to get something like this output aaa 18 26 cdded banana... (4 Replies)
Discussion started by: anurupa777
4 Replies

6. What is on Your Mind?

UNIX field scope in European countries

Hi, I have been working in India since past 13 years and as per Indian IT culture, there will be saturation in Salary which barely matches with rising living costs in India. I am thinking to move/work in some other country for few years at least which help me financially plus technically. As of... (3 Replies)
Discussion started by: nightup2222
3 Replies
ROBOTS(6)							 BSD Games Manual							 ROBOTS(6)

NAME
robots -- fight off villainous robots SYNOPSIS
robots [-Aajnrst] [maximum] [scorefile] DESCRIPTION
robots pits you against evil robots, who are trying to kill you (which is why they are evil). Fortunately for you, even though they are evil, they are not very bright and have a habit of bumping into each other, thus destroying themselves. In order to survive, you must get them to kill each other off, since you have no offensive weaponry. Since you are stuck without offensive weaponry, you are endowed with one piece of defensive weaponry: a teleportation device. When two ro- bots run into each other or a junk pile, they die. If a robot runs into you, you die. When a robot dies, you get 10 points, and when all the robots die, you start on the next field. This keeps up until they finally get you. Robots are represented on the screen by a '+', the junk heaps from their collisions by a '*', and you (the good guy) by a '@'. The commands are: h move one square left l move one square right k move one square up j move one square down y move one square up and left u move one square up and right b move one square down and left n move one square down and right . (also space) do nothing for one turn HJKLBNYU run as far as possible in the given direction > do nothing for as long as possible t teleport to a random location w wait until you die or they all do q quit ^L redraw the screen All commands can be preceded by a count. If you use the 'w' command and survive to the next level, you will get a bonus of 10% for each robot which died after you decided to wait. If you die, however, you get nothing. For all other commands, the program will save you from typos by stopping short of being eaten. How- ever, with 'w' you take the risk of dying by miscalculation. Only five scores are allowed per user on the score file. If you make it into the score file, you will be shown the list at the end of the game. If an alternative score file is named on the command line, that file will be used instead of the standard file for scores. The score file must be created empty beforehand, e.g. with touch(1). If the argument maximum, which must be a number, is provided when a score file is first used, the value given will be used as the maximum number of scores to keep per user instead of the default five. This value is a prop- erty of the score file and cannot be changed later. The options are -A Auto-bot mode. Lets the game play itself. -a Advance into the higher levels directly, skipping the lower, easier levels. -j Jump, i.e., when you run, don't show any intermediate positions; only show things at the end. This is useful on slow terminals. -n Increase the number of games played by one; that is, automatically choose to play again one time per usage of this option. -r Play in real time; that is, if you do nothing for a few seconds the game will assume you meant to do nothing and move the robots. -s Don't play, just show the score file. -t Teleport automatically when you have no other option. This is a little disconcerting until you get used to it, and then it is very nice. FILES
/var/games/robots_roll The score file. AUTHORS
Ken Arnold Christos Zoulas (autobot mode) BUGS
Bugs? You crazy, man?!? BSD
August 4, 2009 BSD
All times are GMT -4. The time now is 03:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy