[Register] [682147 Members] [288 Online; 160 Members, 128 Guests]  
Call of Duty 6: Modern Warfare 2
File Search


Click Here for Advanced Search Options



Call of Duty 2 Downloads > Utilities > MP Servers:
PHP CoD2 RCON (v1.6)
Filename: phpcod2rconv16.zip


Size:
Version:
Developer:
Downloads:
Date Added:
Requirements:
Type / Category:
322.23 KB
v1.6
Ashus
1212
07-04-2007
Apache web server with PHP5 support, Javascript, AJAX with cookie-enabled browser
Utilities > MP Servers


Average User Rating: 7.3
Number of Votes: 10
Related Files:
Latest 5 Utilities > MP Servers:
- CodControl (0.0.2)
- CodControl (0.0.1)
- PHP CoD2/CoD4 RCON (v1.8)
- PHP CoD2 RCON (1.7)
- DreamStats (6 Revolution)

5 Other Files by Ashus:
- CoD2 Directory Cleaner (0.003)
- PHP RCon (2.0)
- PHP CoD2/CoD4 RCON (v1.9)
- PHP CoD2/CoD4 RCON (v1.8)
- PHP CoD2 RCON (1.7)

 Join our Vent Server




Top100planet.net | COD Maps DOD  Mods CS Files BF Clans starcraft2 News

FPS100 Topsites List


 » Home
 » About Us
 » Advertise
 » Apply To Volunteer
 » FAQ
 » Forums
    - Call of Duty
    - United Offensive
    - Call of Duty 2
    - Call of Duty 4
    - Call of Duty: WaW
 » Latest Poll
 » Links
 » Link to us
 » Make Start Page
 » Tutorials
 » Staff

 CoDFiles Server Hosts

 » INX-gaming
 » Clan game Servers


 » News
 » News Headlines
 » News Archive
 » Submit News


 » File Browser
 » File Search
 » Submit Files


 » Submit PotD
 » PotD Archive

 Picture of the Month




 » Articles
 » Cheats
 » Downloads
    - Demos
    - Maps
    - Media
    - Mods
    - Patches
    - Scripts and Binds
    - Skins
    - Templates
    - Utilities
    - Wallpapers
    - More...
 » Multiplayer
 » Overview
 » Press Releases
 » Requirements
 » Screenshots
 » SP Missions


 » Articles
 » Cheats
 » Downloads
    - Maps
    - Media
    - Official Releases
    - Scripts And Binds
    - Skins
    - Tutorials
    - Utilities
    - More...
 » Requirements
 » Screenshots
 » Vehicles
 » Weapons


 » Cheats
 » Downloads
    - Maps
    - Media
    - Media
    - Miscellaneous
    - Mods
    - Official Releases
    - Skins
    - Utilities
    - More...
 » Requirements


 » Cheats
 » Downloads
    - Maps
    - Media
    - Miscellaneous
    - Mods
    - Official Releases
    - Skins
    - Utilities
    - More...
 » Requirements


 » Cheats
 » Downloads
    - Maps
    - Media
    - Miscellaneous
    - Mods
    - Official Releases
    - Skins
    - Utilities
    - More...
 » Requirements






PHP CoD2 RCON (v1.6) - File Description  

  NOTE: This file has become outdated and there's a newer / better version available.
  You can still get this file but we suggest you have a look at the NEW / UPDATED VERSION first!





Description:
Here's the latest version of Ashus's PHP CoD2 RCON, the tool you need to manage your CoD2 server. wink This version features a few new perks, but I'd recommend it solely for the bug fixes if nothing else. Check out the "what's new" list below, and give it a download!

  • Changed graphical working indicator
  • Added shortcut key R for refreshing the player list
  • Fixed minor JavaScript bugs
  • Fixed a bug where the output table was hidden if query turned up no result
-xXezekielXx




  NOTE: This file has become outdated and there's a newer / better version available.
  You can still get this file but we suggest you have a look at the NEW / UPDATED VERSION first!




PHP CoD2 RCON (v1.6) - Screenshots  
Screenshots:
Click to enlarge Click to enlarge Click to enlarge


PHP CoD2 RCON (v1.6) - Readme  
Readme File:
PHP COD2 RCON
version 1.6

Requirements:
Server side: Apache webserver with session and PHP5 support
Client side: Javascript, AJAX and cookies enabled browser (Opera, Firefox, IE6/7)

This is a PHP interface for RCON to Call Of Duty 2. My script gives you a list of players currently on the server along with colors - rcon status. You can send any command to the game, including messages to all, private messages, map changes, map restarting, and any other rcon command. Next to all players there are links for 'one-click kick' and 'one-click message'. This replacement of Rcon4cod2 works everywhere, even if you are sitting at a network with blocked UDP packets.


Installation:
Unpack the directory and upload it on your webserver.
Edit config.inc.php - enter your rcon password and ip and port of target gameserver
Edit maplist.inc.php - add your custom maps to the list
Edit users.inc.php - make a list of allowed users along with their passwords
Edit custom_links.inc.php - insert a HTML code with often used hyperlinks if you wish

Open your browser, enter correct URL, login and have fun administering your game.


History:
1.6
Changed: Graphical working indicator.
Added: Shortcut key R for refreshing the playerlist.
Fixed: Minor fixes in javascript.
Fixed: If result is empty, the output table is hidden.

1.5c
Fixed: A javascript glitch caused some browsers not to work.

1.5b
Fixed: When data for playerlist and other commands are waited for at the same time, they are assigned to the right fields.
Fixed: When waiting for both data at the same time, and one of them finishes, the working indicator doesn't disappear. It is there always, when you're supposed to get data.
Fixed: If you receive an HTTP error, it is displayed along with text of that error.

1.5
Added: AJAX interface (thx. Nazgul for idea) for refreshing only the important parts of page. It has speeded the complete process a lot. Only one piece of code communicates with the server, easier for people to change.
Added: A "working indicator" notifying the user, that the page is waiting for new data. While waiting, you can work with old ones, unlike the old version, there you had to wait for some time without any playerlist to look at.
Added: An error message (if no data are received).
Changed: Almost all forms were removed, they were replaced by javascripts, input-guarded on the client side.
Added: Country codes are now implemeted along with national flag images. See config file for settings.
Added: Clicking any command with Shift button pressed puts the raw code to command line and doesn't send it. This can be used for changing preset commands before exec.
Fixed: By splitting the main script in two I have caused not to auto-choose current map in map change drop-down box. The default empty line was replaced by Restart command.
Removed: The button to change gametype instantly and those ones to bath disable or enable more weapons - snipers, rifles (executed 2 or more commands in a row) would make things much more complicated. For instant gametype change use Change after map and then restart the map by button below.
Changed: The default refresh time is now 30s (you can now work while refreshing).
Added: More custom commands on one line (for syntax see config file).

1.4b
Added: Italian translation (thx. Nazgul).

1.4
Added: Custom favorite commands (editable in config.inc.php). Waiting a while pointing the cursor at the friendly name of command displays the actual command as hint label.
Added: Custom commands next to all players (config file, hint labels, editable ID offset for PB commands).
Changed: Timeout values, extra-wait failsafe mode, buffer sizes (when problems with full player listing ocurred) and language settings are now editable from within config.inc.php.
Changed: Settings menu is hidden by default, it is displayed (and more php code processed) after clicking one link. Previously, it was shown/hidden by javascript.
Fixed: Arrays are now duplicated when cycling (PHP4 compatible).
Fixed: Minor HTML glitches.
Added: Codepage of the page is now changeable with language.
Added: A map picture is shown via javascript after clicking the map name. To hide it, move the mouse away, or click the picture.
Added: One button to get current gametype was added.

1.3
Changed: Refreshing of the window is now done by javascript, which is stopped/resumed manually or by clicking anywhere to the bottom table (when you start typing a long command or message to send, it is already paused). If an dialog box for message is open and then cancelled, the countdown is resumed right where it has been paused.
Added: The countdown to page refreshing was added.
Added: All weapons are now possible to disable/enable or get their status (the "?" buttons), they are hidden as default, till you click Settings link.
Added: I made a password box for changing public password. It is also hidden by default.
Added: An empty page ready for quick links you may have needed was added. I use it for fast switch to my iptables banning system.

1.2
Fixed: I changed the beginning php tags from short to proper <?php.
Fixed: If return value exceeds limited number of bytes and colorizing is turned off, the background of the character is marked as yellow for easy noticing.
Fixed: The joining substring was changed from national sign of caron to chr(255), it could help to more compatibility.

1.1
Added: A simple login system.
Added: Maps, gametypes changing via dropdown box.
Added: Buttons for changing game settings - Sniper rifles, Shotgun, Smoke grenades.
Added: Javascript and buttons to whisper to any player / say something loud.
Fixed: you can press F5 to refresh the window with list safely - no commands will be re-sent, just the last result and last sent command will be displayed again.
Changed: Kick buttons were changed to javascript links.

1.0
First version, hooray, the communication with gameserver works, now we can begin working on GUI!


Use it and modify it freely, just include my name, as I spent a lot of time developing this tool.

Ashus
ashw3 -at- seznam -dot- cz
Other applications made by me are here: hxxp://ap.ashw.info/ashus/?download


PHP CoD2 RCON (v1.6) - File Download Options  
Primary Download Locations:

 
Name:
Location:
Provided by:

Worldwide Mirror by FileFront
USA Central
FileFront.com

Download from Worldwide Mirror by FileFront Download Now! usa - USA Central
 



PHP CoD2 RCON (v1.6) - User Comments  
The following comments are owned by the user that posted them. Call of Duty Files is not responsible for their content.

Total comments: 3 | Last comment: 10-09-2007 at 21:12

 #1 - Firefox? - Posted by: nayr14 (Member) on 07-20-2007 at 12:29
I have uploaded this to my website, and it works fine on IE, but when I try it on firefox it wont change maps, but it will show players. I think it has something to do with the AJAX, because I remember earlier versions worked (like 1.3 or earlier)

Can you get back to me Ashus? I cant seem to access your website!

Thanks,

Ryan


 #2 - my website - Posted by: Ashus (Member) on 08-06-2007 at 14:32
I've got new address and pages, old one should still work though.
http://ashus.ashus.net

What version of FF do you use? I presume the latest - 2.0.0.6? Try to download updated php cod2 rcon version 1.6b from my site. I think I found some bugs in javascript syntax, that may cause your problem to happen. I love and use Opera browser Rock, so it is unfortunate, that all scripts work OK there, and I don't see errors..

I regularly test this tool on Opera and IE for compatibility before releases. I don't like firefox, haven't installed it nor plan to install it.


For anyone posting problems here: don't. I check here once a month or less. If you write to forum at my website, I will be notified immediately by email and sms.


 #3 - Posted by: Deltaforce229 (Member) on 10-09-2007 at 21:12
Will this work for cod uo too?



When posting comments, you must follow these rules:
  1. No "Yay I got First Post!" posts, no exceptions and no matter what other content the post has!
  2. No Pornographic Material. Any sexually oriented imagery or links to such content will not be tolerated.
  3. No Warez or Illegal Software. This includes linking to software, posting about it, and suggesting to get it.
  4. No Cursing or Swear words. We encourage you to use our comment sections as a forum to debate files, news, etc., but please use proper adjectives to express yourself. We will not tolerate abuse upon another member or author.
  5. No Attacks / Retaliation of any kind against a member, or group of members.
  6. Please do not advertise for other sites or forums here.
  7. Maximum of 3 smileys per regular member.
The high interactivity of this site should be considered a luxury, not a right. If you cannot follow these simple rules, you can and will be warned or banned from the comments, site or the entire network for any period of time.
Now enjoy yourself and behave!



  • Register: To get your own Username, click here!
  • Forgot your password? click here!
  • You can use UBB here!
Username:     Password:  
Remember my username and password
Comment Title:
Your comments for this File please:

Game News

 Latest Files
 » NIB Skins (1.0)
 » Tiger I new skin (2.0)
 » Gold Rush (final) (1)
 » AadvarK's Realis.. (1.0)
 » Citi Apartments (Beta)
 » Gold Dragunov (1.0)
 » Citi Farm (Final)
 » HQ's on classic .. (1.0)
 » C5 Mod v3 - Crash.. (v3)
 » Gold Ak47 (1.0)

 Latest News
 » Modern Warfare 2 for..
 » Digital Distributors..
 » Modern Warfare 2 - Y..
 » Modern Warfare 2 Lau..
 » Fight Against Grenad..
 » What do you think of..
 » Weekly Poll Results ..
 » Modern Warfare 2 Mul..
 » NEW V1.1 NAM:WAW Cod..
 » WAW PC Patch 1.7 - c..

 Affiliates
FileFront Forums

CoD-Infobase

CoDHQ.com



GamesModding.com

Breaking Point Tournament

ModBase.be

COD, COD:UO, COD2, COD4 and COD5 Maps

Band of Brothers Clan

Shooter-Szene

Drop Zone CoD Server Guide

CoDJumper.com - For all your CoDJumping needs!

RC Norway

Breaking Point CoD4 Tournament

John F DutchHomeServers
 Link To Us

Click here to link to CoDFiles.com

 The Network
 » Gaming News
 » Game Demos
 » Game Patches
 » Trailer Videos
 » Gaming Forums

 Game Portals:
 » Age of Empires 3
 » Aliens vs Predator 2
 » America's Army
 » ArmA 2
 » Armada 2
 » Battlefield 1943
 » Bridge Commander
 » Brothers in Arms 2
 » Call of Duty 4
 » Command & Conquer
 » Company of Heroes
 » Crysis
 » Counter-Strike: Source
 » Dawn of War Series
 » Day of Defeat: Source
 » Diablo 3
 » Doom 3
 » Elite Force
 » Enemy Territory
 » Fallout 3
 » Far Cry 2
 » F.E.A.R.
 » Flight Simulator X
 » GTA San Andreas
 » Half-Life 2
 » Halo
 » Jedi Knight 3
 » Knights of the Old Republic
 » Left 4 Dead 2
 » LOTR: Battle 4 Middle Earth
 » Medal of Honor
 » Operation Flashpoint
 » Quake 4
 » Red Faction: Guerrilla
 » rFactor
 » Silent Hunter 4
 » Sins of a Solar Empire
 » Soldier of Fortune 2
 » S.T.A.L.K.E.R.
 » Star Trek: Legacy
 » Star Wars Battlefront 2
 » Star Wars Empire at War
 » StarCraft II
 » Starfleet Command III
 » Supreme Commander
 » Team Fortress 2
 » The Elder Scrolls IV
 » The Sims 2
 » TrackMania United
 » Unreal Tournament 3
 » Warcraft III
 » World of Warcraft
 » X3: Terran Conflict
You got served by FN1 in 0.1019 seconds using 6 MySQL queries and 13 includes
Copyright © 2009 FileFront, Inc. All rights reserved.
Design by Pro-Filer & Delta. Use of Call of Duty Files materials is subject to certain Terms & Conditions.
TM & © 2009 Activision. All rights reserved. Call of Duty and related marks are trademarks of Activison.