Let The Games Begin.
  
Main Menu
· Home
· Visit my EBAY store

· Downloads
· FAQ
· Members List
· Recommend Us
· Search
· Stats
· Topics
· Top List
· Flash Games
· Help Chat
· PVPGN Files
· Forums
· Diablo Scams
· Links
· Contact Us
· Downloads2


Yuwie
Check out my Yuwie blog Here. If you would like a referral, click the image.

With yuwie, you get paid to actively blog.

Game Modding

Battlefield 1942
· README FIRST
· Ai.con editing pt1
· Ai.con editing pt2
· Ai.con editing pt3
· Pathmapping pt1
· Pathmapping pt2
· Pathmapping pt3

Flash Games
Jewels


1. LT+COL+STONE: 149,455
2. ginagirl: 51,720
3. gf69: 44,470

Set your own!

Game Chats


Game Stats


Downloads


Game Servers


Delta Force Lobbies


Online
We have 5 guests and 0 members online

You are an anonymous user. You can register for free by clicking here


  

Netsimz Hosting Special

For a limited time we are proud to offer hosting at an unbelievable low cost of $24/year. THAT'S ONLY $2/MONTH!!

Here's what you get:

50MB Web Site

Unlimited Bandwidth

Limited to 1MB max single file size

Netsimz subdomain such as yoursite.netsimz.com

 

PERFECT FOR YOUR RACING LEAGUE OR CLAN/SQUAD!!

 

Why Host With Us?

 

The NetSimZ crew has been offering free services and technical help to the gaming community for some years now. Now you will have the same chance to get the same great technical help with your websites. Join our chat room ask a question and we'll do our best to help you. This also helps keep our free services free or even available. Not only that but it also links you into one of the friendliest online gaming communities around.

 

CLICK HERE TO INQUIRE

Other hosting packages available upon request.



Misuse
Posted by gf69NetSimZ on Thursday, January 11, 2007 - 09:56 PM (338 Reads)

carl7914 and hugh8180 got their accounts locked because they decided to misuse this site. They were using the comments sections of the stories to post links to porn, spam and god knows what other types of websites that were undoubtedly virus and spyware infested. The links etc. they posted had NOTHING to do with gaming let alone the topics of the stories they commented on.

The comment sections are for users to post comments related to the stories, games and the site. I will NOT tolerate some asshat coming in here and posting links to porn, spyware infested sites or abusing the site with comments not even related to the site. We are here to game and have fun not get our computers infected with links to such bullshit sites.



If you see something on the site that you know is misuse or not legitimate, please Contact Us.



1 Comment Send this story to a friend Printer friendly page


Reunion Race: 2nd annual oldschool reunion
Posted by gf69Leadfoot on Thursday, December 21, 2006 - 11:38 AM (295 Reads)

Kyle (KKania17) won the oldschool reunion race. It was an eventful battle for first place but in the A main Kyle took the lead and held it. Good Job!!!! Kyle



Send this story to a friend Printer friendly page


Installing a Linux Debian BF2 server
Posted by gf69Battlefield2 on Thursday, November 16, 2006 - 05:38 PM (684 Reads)

The biggest pain I have seen setting up a server is the Battlefield 2 Linux server.
It is not difficult, but the howto's on getting everything set up are scattered
all over the place so I decided to write this how to. Part of it will be my own
and other parts will be from other howto's in which I will give full credit for
the parts not written by me. The how to will be based on my server configuration
with web and game server on 2 different machines which is as follows.
Linux Debian
Webmin
MYSQL 4
PHP 4
Apache
BF2Statistics
BF2CC
If you do not have a web server running, you can go to Montana
Freelance Technology
and follow the guide for Debian written by JLKolpin.

1. Setting up BF2Statistics on the web server


A. Download http://bf2statistics.com/e107_files/public/1155866589_1586_FT0_bf2statistics_1.3_rc1.rar
and http://bf2statistics.com/e107_files/public/1156250073_1586_FT2618_bf2statistics_1.3rc1_patch4.rar

B. Extract the first one you downloaded to a folder called bf2statistics
then extract the contents of the patch4 archive to the ASP folder in the bf2statistics
folder.

C. To your web servers main document root dir (/home/usernameyoucreatedonthewebserver/public_html)
upload the ASP directory and the bf2statistics.sql file.

D. In Webmin go to servers>apache>edit config files. Near the
bottom of the config file above where it says "### Section 3: Virtual
Hosts" add
<Directory /home/usernamethatisdocumentroot/public_html/ASP>
AllowOverride All
</Directory>
Click save then in the upper right corner click on apply changes.

E. In Webmin click servers>mysql>create database. Lets name
the database bf2statistics.
If you don't have a database user click user permissions>create new user.
Give the user a name and a password. Move the check over to the textbox for
hosts and type localhost then hold the left mouse button and drag it down
through all the options in the permissions box to give that user all permissions
then click save. After that is done go to servers>mysql>database permissions>create
new database permissions.
Selects bf2statistics from the database list and make sure the check is next
to it. Move the check over for username and type the db username you just
created. Move the hosts check over and type in localhost and left click and
drag like you just did to give the user all permissions in the database and
click save.

F. Click servers>mysql>bf2statics>execute sql. Hit the browse
button (…) next to the local file area and browse for the bf2statistics.sql
and hit execute.

G. In the ASP directory edit the config.php as follows.
$dbname = 'bf2statistics'; // database name
$dbuser = 'dbusernameyoujustcreated'; // database user name
$dbpass = 'dbpasswordyoujustcreated'; // database user password
$authhosts = array( //Add list of Authorised Game Servers here
'127.0.0.1',
'192.168.1.0/24',
'add ip of gameserver box'
$authadmin = array( //Add list of Authorised Admin Clients here
'127.0.0.1',
'192.168.1.0/24',
'add ip of gameserver here'
Save the file.

H. The ASP directory wants to be writ able by the web server so in
Webmin click others>file manager. On the left browse to /home/username/public_html.
In the window on the right highlight the ASP directory and choose info. Change
owner and group to www-data and on the bottom select "this directory
and all its subdirs" then click save.

I. Download and install the leader board script you intend to use
to display your stats on your website.

2. Installing the game server, mono and BF2CC
The following Linux + BF2CC guide is found at http://www.infinity-gamehosting.net/upload/Battlefield_2_and_BF2CC_Linux_installation_guide_v1.4.pdf
and was written by Robert Jonker
I added a couple things for Debian to the guide

BF2CC Daemon Linux Installation Guide

Table of contents
1. Introduction
2. Opening ports in your firewall
3. Creating a new user account
4. Downloading and installing the server binaries for Linux
5. Downloading and installing BF2CC
5.1 Extracting the admin scripts
5.2 Downloading and installing the Mono files
5.3 Starting the BF2CC Daemon
6. Troubleshooting

1. Introduction
This guide covers the installation of a Battlefield 2
server and Battlefield 2 Command and Control Daemon (BF2CCD) on Linux. BF2CC
is a set of remote admin tools for Battlefield 2. It is designed for game server
Administrators who want to simplify the process of managing their Battlefield
2 server(s). BF2CC consists of two parts:

1. BF2CC Daemon - A daemon that runs alongside the BF2 server and maintains
a permanent connection to the Battlefield 2 server.

2. BF2CC Client - A GUI client that connects to the daemon. The
BF2CC client has the following features:
?Easy to use, intuitive and customizable
GUI ?Manage Players through warns, kicks and bans. ?Manage Server Settings
?Manage Maps and Map Lists ?Manage Ban List ?Manage VOIP settings ?View in
game chat ?Many more Advanced Features... The BF2CC Daemon features:
?Allows easy setup and management of the BF2 dedicated server application
for both Windows and Linux (via the Mono Project) ?Setup User Accounts with
role based security ?Log actions of all users/admins ?Store and track extra
information such as extended Ban list information, warns and kicks. ?Perform
automatic administration tasks Current versions as of October 5, 2006 Battlefield
2 server: 1.1.2963-795 BF2CC Daemon: 1.4.2446 BF2CC Client: 1.4.2452
If
you have any questions or comments on this guide please send an e-mail
to the author of this guide
: Robert Jonker


2. Opening ports in your firewall
Before you start installing your Battlefield 2 server, it's strongly recommended
to open
the correct ports in your firewall. This may save you some time when things
don't seem
to work afterwards. The Battlefield 2 server and the BF2CC daemon use the
following
ports by default:
SERVICE PORT(S) PROTOCOL
Battlefield 2 server 16567 UDP
GameSpy 29900 UDP
Voice over IP 55123-55125 UDP
BF2CC rcon 4711 TCP
BF2CC daemon 4712 TCP
Note: if your server is behind a (NAT) router you need to forward the ports
on
your router to the machine your Battlefield 2 server is running on. Refer
to
your manufacturer's documentation to find out how to do so.
In order to open these ports you need to refer to your distro's firewall instructions.
Most
Linux distributions use IPTables. You can see if IPTables is enabled on your
machine by
typing (as root):
[root@infinity-shell root]# iptables -V
iptables v1.2.9
Note: If you get an error message (or a command can not be found or
something similar), IPTables is probably not configured on your machine. Most
probably you will need to recompile your kernel with firewall (IPTables)
support if you want to use a firewall on your system. Refer to your distro's
documentation if you want to enable firewall support. If you dont have a
firewall available at this moment, it means that all your ports are open.
This
may be a security issue, but you can still proceed with the installation of
the
Battlefield 2 server. You can skip the rest of this chapter and continue with
'Creating a new user account'.
This is a very basic firewall script for IPTables to work with a Battlefield
2 server:
#! /bin/bash
$MyIP = "192.168.2.100"
/sbin/iptables -A INPUT -p udp -d $MyIP --dport 16567 -m state --state NEW
-j
ACCEPT
/sbin/iptables -A INPUT -p udp -d $MyIP --dport 29900 -m state --state NEW
-j
ACCEPT
/sbin/iptables -A INPUT -p tcp -d $MyIP --dport 4711 -m state --state NEW
-j
ACCEPT
/sbin/iptables -A INPUT -p tcp -d $MyIP --dport 4712 -m state --state NEW
-j
ACCEPT
/sbin/iptables -A INPUT -p udp -d $MyIP --dport 55123-55125 -m state --state
NEW -
j ACCEPT

You can add these lines to your current firewall boot script or create a new
file that gets
executed once your system boots. To check if your firewall rules are loaded
type (as
root):
[root@infinity-shell root]# iptables -L
This will output the currently loaded firewall rules. If the rules for Battlefield
2 are there,
you can proceed to the next chapter.




Read more... (11405 bytes more) Send this story to a friend Printer friendly page


ALERT!!!!!!!!!!!
Posted by gf69NetSimZ on Saturday, September 23, 2006 - 06:31 PM (341 Reads)

Some script kiddies got in through a loophole in the forums on one of the sites and defaced the sites on the server. We are currently getting the backups loaded and back in action. I'm not sure if they got ahold of any pertinent information on the site but I would advise all users to CHANGE YOUR PASSWORDS ASAP!!!!!!!!
Thank You



Send this story to a friend Printer friendly page


You might be a TRUE AMERICAN if...
Posted by gf69NetSimZ on Monday, May 22, 2006 - 07:04 PM (402 Reads)

It is time to change from REDNECK humor to TRUE AMERICAN Humor! Only I don't see it as Humor, but the correct way to LIVE YOUR LIFE ! If you feel the same, pass this on to your True American friends. Ya'll know who ya' are...

You might be a TRUE AMERICAN if: It never occurred to you to be offended by the phrase, "One nation, under God."

You might be a TRUE AMERICAN if: You've never protested about seeing the 10 Commandments posted in public places.

You might be a TRUE AMERICAN if: You still say "Christmas" instead of "Winter Festival."

You might be a TRUE AMERICAN if: You bow your head when someone prays.

You might be a TRUE AMERICAN if: You stand and place your hand over your heart when they play the National Anthem.

You might be a TRUE AMERICAN if: You treat Viet Nam vets with great respect, and always have.

You might be a TRUE AMERICAN if: You've never burned an American flag.

You might be a TRUE AMERICAN if: You know what you believe and you aren't afraid to say so, no matter who is listening.

You might be a TRUE AMERICAN if: You respect your elders and expect your kids to do the same.

You might be a TRUE AMERICAN if: You'd give your last dollar to a friend.


God Bless the U S A !
Git 'er done!!!!!!!!!!!!



Send this story to a friend Printer friendly page


DC Final Fightnight
Posted by gf69Battlefield 1942 on Monday, February 27, 2006 - 11:00 AM (494 Reads)

Netsimz is hosting a DC Final fight night (Cancelled. Lack of interest)
The server will still be up periodically. I just don't have a set night when it will be up. If you go the the DC stats section there is a server status link there to check whether it is up or down.



Send this story to a friend Printer friendly page


BF2 Statistics
Posted by gf69Battlefield2 on Thursday, February 16, 2006 - 12:02 AM (510 Reads)

Netsimz has stepped into the Battlefield 2 arena and I've come across a system for all you BF2 server owners called It is an excellent system for BF2 so private server owners can have a ranked server with their own personal stats without having to purchase an overpriced one from one of EA's afilliates. Here at Netsimz we like to help promote those that take time out of their schedules and lives to volunteer their time to make systems and addons that keep the gaming and computer community fun. Even if you don't play BF2 would you take a minute of your time and go to their site and click on the vote for us links on the left and vote for BF2Statistics. It is totally legit and spam/popup free. I would not recommend it if it was not legit. Every vote helps, so let's all work together to keep the gaming community fun.



Send this story to a friend Printer friendly page


Flightschool and Irving maps for DC Final
Posted by gf69Battlefield 1942 on Tuesday, January 24, 2006 - 04:35 PM (508 Reads)

I have made two more maps for DC Final. One is an open map to learn to fly and the other is a remake of Operation Irving from BFV ported to DC Final. Both Have working AI. You can download them below.

DC Irving
DCF Flightschool



Send this story to a friend Printer friendly page


Reunion race results
Posted by gf69Dirt Track Racing Series on Sunday, January 15, 2006 - 05:19 PM (522 Reads)

I would like to thank those that donated time and servers for this event as well as modders and racers of this still fun game. Results are as follows.

__Aukland
DaFreak
TXR_HOT
GONE
MoFo
TWAWW
TWA-CyberX
racer 56
LIL_D

Aukland was the first to complete the 50 laps, but I think all that made it to the feature won the race, because to get that far out of 30 racers is a feat in itself.
Good Job to ALL that ran this event and helped it go smooth.



Send this story to a friend Printer friendly page


SNBF Beta4
Posted by gf69Battlefield 1942 on Sunday, November 20, 2005 - 10:58 PM (526 Reads)

I released beta3 and as soon as we tried it a couple bugs surfaced. I tweaked the map, fixed the bugs, tweaked the cars and released beta4.



Send this story to a friend Printer friendly page


  
Services



Donate
If you use and enjoy our free services please

Poll
What do you think of the new NetSimZ?

· Excellent!
· It works
· What a mess!

[ Results | Polls ]


Votes: 8
Comments: 0


NetSimz Forums
  Forum Ranks
  dtr2 servers
  GYLD LGR
  dtr2 servers
  dtr2 servers
  dtr2 servers
  dtr2 servers
  Reunion race
  Report Bugs
  Netsimz Server

Forum access

Login
 Username
 Password
 Remember me


Don't have an account yet? You can create one. As a registered user you have some advantages like a theme manager, comments configuration and posting comments with your name.

Past Articles
Friday, August 12
·Hell 'n' Back (1)
Monday, May 16
·SNBF Beta02 (0)
Monday, May 02
·SNBF Beta01 (0)
Wednesday, February 23
·SNBF Update (0)
Monday, February 14
·Saturday Night BF (0)
Sunday, December 26
·America (1)
Thursday, August 26
·PVPGN (0)
Wednesday, August 25
·Facelift (0)
Monday, June 28
·Jammin It Full Of Stuff (0)
Friday, June 11
·IT LIIIIVES!! AGAIN (0)
 Older Articles


Live Free and Ride With The Angels My Friend.

 All material Copyright 2004 NetSimZ.com

Except for user input, that is copyright the respective submitter.
 

Brought to you by New York Freelance Technology and Montana Freelance Technology