﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Smartlaunch Forum / Smartlaunch Support / 3rd Party Scripts &amp; Utilities </title><generator>InstantForum.NET v4.1.4</generator><description>Smartlaunch Forum</description><link>http://forum.smartlaunch.net/</link><webMaster>forum@smartlaunch.net</webMaster><lastBuildDate>Tue, 06 Jan 2009 23:21:12 GMT</lastBuildDate><ttl>20</ttl><item><title>YASU and Smartlaunch</title><link>http://forum.smartlaunch.net/Topic19960-22-1.aspx</link><description>Hi&lt;/P&gt;&lt;P&gt;I'm not so experinced with Smartlaunch. I have sat up &lt;STRONG&gt;one&lt;/STRONG&gt; system at work a year ago. Now i'm setting a system up another system in a youth club with 10 machines and later an additional 24 machines.&lt;/P&gt;&lt;P&gt;My problem is getting YASU to run so that I can mount the games we have bought for the club. I have installed the latest Daemon tools lite 4.30.3 and Y.A.S.U. 1.5.8111, I also have placed the Y.A.S.U. file in the Daemon Tools Lite directory. I have tried a few things, actualley a lot. One of them is pasting this line &lt;/P&gt;&lt;P&gt;Start "Yasu" "C:\Programmer\DAEMON Tools Lite\YASU.exe" -s -c -nosd &lt;/P&gt;&lt;P&gt;to the &lt;/P&gt;&lt;P&gt;"C:\Program Files\Smartlaunch\Server\Data\Files\Client\Data\Batch\startup.bat" file on the HP smartserver that we a using to run the server program on.&lt;/P&gt;&lt;P&gt;The client says at startup "Unable to locate the file 'deamon.dll and/or dtpro.dll' please and so on.&lt;/P&gt;&lt;P&gt;Can anybody help please</description><pubDate>Tue, 06 Jan 2009 17:43:04 GMT</pubDate><dc:creator>Prodigychild</dc:creator></item><item><title>Steam  VTT system being shutdown No more Seat Subsription / pre paid time</title><link>http://forum.smartlaunch.net/Topic18510-22-1.aspx</link><description>Well my heart sank when I got this email &lt;br&gt;seesm steam now wants us to pay for every pc .. and not just pay for the few people that were using their service :S &lt;br&gt;&lt;br&gt;&lt;br&gt; 	&lt;br&gt;support will be ending for the VTT system&lt;br&gt;« on: Today at 08:16:08 PM » 	&lt;br&gt;Dear Cafes&lt;br&gt;We have just been informed from Valve that support will be ending for the VTT system on the 1st November 2008. Valve will be shutting down the VTT System thus ending support for dynamically assigned cafe accounts (valvecafepc####) and the ability to use time-based billing.&lt;br&gt;&lt;br&gt;WHAT THIS MEANS&lt;br&gt;Is that cafes will be assigned individual accounts &amp; passwords.  Cafes that are using the VTT ( eg: 4 seats to cover 12 PCs) will need to let me know if you are going to require more seats to cover your café requirements. Cafes that have as many seats as PCs will be fine, as all there PCs have accounts anyway. Cafes will receive an e-mail with the new individual accounts within the next 2 weeks or sooner. You will need to implement these accounts by November 1st. I am still waiting on confirmation if the CAS is going to be supported, and will let cafes know as soon as I do.&lt;br&gt;&lt;br&gt;Please be patient, as I will try my best to make this transition as smooth as possible.&lt;br&gt;</description><pubDate>Thu, 18 Sep 2008 15:10:34 GMT</pubDate><dc:creator>MasterCATZ</dc:creator></item><item><title>Simple PB Updater Script I Made</title><link>http://forum.smartlaunch.net/Topic16853-22-1.aspx</link><description>I supply this as a public service.&lt;br&gt;&lt;br&gt;[quote]&lt;br&gt;&lt;br&gt;rem PBRESET.BAT&lt;br&gt;@echo off&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=0&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=1&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=2&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=3&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=4&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=5&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=6&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=7&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=8&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=9&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=10&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=11&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=12&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=13&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=14&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=15&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=16&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --remove=17&lt;br&gt;&lt;br&gt;REM PBUPDATE.BAT&lt;br&gt;@echo off&lt;br&gt;echo Updating PunkBuster&lt;br&gt;z:&lt;br&gt;cd \pbsetup&lt;br&gt;&lt;br&gt;call pbreset.bat&lt;br&gt;&lt;br&gt;if not exist "c:magames\wolf-et 2\.55" goto next1&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="et" --add-game-path="C:\NMAGames\Wolf-ET 2.55"&lt;br&gt;pbsetup.exe --quiet --i-accept-the-pb-eula --update&lt;br&gt;pbsetup.exe --quiet --i-accept-the-pb-eula --remove=0&lt;br&gt;:next1&lt;br&gt;&lt;br&gt;if not exist "c:magames\wolf-et 2\.60" goto next2&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="et" --add-game-path="C:\NMAGames\Wolf-ET 2.60"&lt;br&gt;pbsetup.exe --quiet --i-accept-the-pb-eula --update&lt;br&gt;pbsetup.exe --quiet --i-accept-the-pb-eula --remove=0&lt;br&gt;:next2&lt;br&gt;&lt;br&gt;call pbreset.bat&lt;br&gt;&lt;br&gt;if not exist "c:magames\america's army" goto next3&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="aao" --add-game-path="c:magames\America's Army"&lt;br&gt;:next3&lt;br&gt;&lt;br&gt;if not exist "c:magames\ea games\battlefield 2" goto next4&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="bf2" --add-game-path="C:\NMAGames\EA GAMES\Battlefield 2"&lt;br&gt;:next4&lt;br&gt;&lt;br&gt;if not exist "c:magames\Electronic Arts\Battlefield 2142" goto next5&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="bf2142" --add-game-path="C:\NMAGames\Electronic Arts\Battlefield 2142"&lt;br&gt;:next5&lt;br&gt;&lt;br&gt;if not exist "c:magames\EA GAMES\Battlefield Vietnam" goto next6&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="bfv" --add-game-path="C:\NMAGames\EA GAMES\Battlefield Vietnam"&lt;br&gt;:next6&lt;br&gt;&lt;br&gt;if not exist "c:magames\Activision\Call of Duty 2" goto next7&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="cod2" --add-game-path="C:\NMAGames\Activision\Call of Duty 2"&lt;br&gt;:next7&lt;br&gt;&lt;br&gt;if not exist "c:magames\Electronic Arts\Battlefield 2142" goto next8&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="cod4" --add-game-path="C:\NMAGames\Activision\Call of Duty 4 - Modern Warfare"&lt;br&gt;:next8&lt;br&gt;&lt;br&gt;if not exist "c:magames\Electronic Arts\Crytek\Crysis" goto next9&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="crysis" --add-game-path="C:\NMAGames\Electronic Arts\Crytek\Crysis"&lt;br&gt;:next9&lt;br&gt;&lt;br&gt;if not exist "c:magames\Doom 3" goto next10&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="doom3" --add-game-path="C:\NMAGames\Doom 3"&lt;br&gt;:next10&lt;br&gt;&lt;br&gt;if not exist "c:magames\id Software\Enemy Territory - Quake Wars" goto next11&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="etqw" --add-game-path="C:\NMAGames\id Software\Enemy Territory - QUAKE Wars"&lt;br&gt;:next11&lt;br&gt;&lt;br&gt;if not exist "c:magames\Quake III Arena" goto next12&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="q3a" --add-game-path="C:\NMAGames\Quake III Arena"&lt;br&gt;:next12&lt;br&gt;&lt;br&gt;if not exist "c:magames\id Software\Quake 4" goto next13&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="q4" --add-game-path="c:\NMAGames\id Software\Quake 4"&lt;br&gt;:next13&lt;br&gt;&lt;br&gt;if not exist "c:magames\Return to Castle Wolfenstein - Game of The Year Edition" goto next14&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="rtcw" --add-game-path="C:\NMAGames\Return to Castle Wolfenstein - Game of The Year Edition"&lt;br&gt;:next14&lt;br&gt;&lt;br&gt;if not exist "c:magames\Soldier of Fortune II - Double Helix GOLD" goto next15&lt;br&gt;pbsetup.exe --i-accept-the-pb-eula --quiet --add-game="sof2" --add-game-path="C:\NMAGames\Soldier of Fortune II - Double Helix GOLD"&lt;br&gt;:next15&lt;br&gt;&lt;br&gt;pbsetup.exe --quiet --i-accept-the-pb-eula --update&lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;Use:  Put on a network share with PBSETUP.exe in the same directory.  Launch PBUPDATE.bat&lt;br&gt;&lt;br&gt;Issues: Evenbalance does not allow use of http proxies, and thus, will ban your clients for spamming their servers if you run too many updates.  Best used to fix immediate issues, or on an Image.  if anyone knows a small program to hook network processes and send through a caching proxy (i.e. squid) let me know.</description><pubDate>Sat, 15 Mar 2008 22:27:03 GMT</pubDate><dc:creator>WeaponizedRabies</dc:creator></item><item><title>"A User Has Logged Out" -- Custom Audio Replacement</title><link>http://forum.smartlaunch.net/Topic19124-22-1.aspx</link><description>This guide is provided by:&lt;br&gt;&lt;br&gt;[url=http://zgames.gamersedgecafe.com]http://zgames.gamersedgecafe.com[/url]&lt;br&gt;&lt;br&gt;[b]zGames, Gaming Centers United[/b]&lt;br&gt;[i]* A FREE Alternative to iGames![/i]&lt;br&gt;&lt;br&gt;[b]FULL GUIDE + DOWNLOADS:[/b]&lt;br&gt;[url=http://gamersedgecafe.com/zgames/viewtopic.php?t=4]&lt;br&gt;http://gamersedgecafe.com/zgames/viewtopic.php?t=4[/url]&lt;br&gt;&lt;br&gt;In Smartlaunch when a console or laptop user, you hear "A user has logged out." For PC users, no attention is needed. But for console users (especially when TV turns off automatically using SmartHome devices), and laptop users (whose time can continue without attention), immediate attention is required.&lt;br&gt;&lt;br&gt;Right now, I modified my SL batch files to play a delayed sound clip (that uses the least memory, only uses the microsoft "sound player" (tiny box, plays fast, then automatically exits) utilizing a few batch file commands from [url=http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en]Microsoft Server 2003 Resource Toolkit[/url] and hiding the shell by using a short vbscript.&lt;br&gt;&lt;br&gt;After "a user has logged out", a 2nd voice says "A console user. TV1" or "A laptop user." "A misc. user" to notify the staff exactly where to look.&lt;br&gt;&lt;br&gt;I used a free online text-to-speech emulator (that allows downloads) to make my console logout noises and used [url=http://audacity.sourceforge.net/]Audacity[/url] to edit my sound clips (user friendly).&lt;br&gt;&lt;br&gt;I have added to the download section "Smartlaunch Audio Pack" to include TV1-4, misc users, and laptop users.&lt;br&gt;&lt;br&gt;[color=red]**This is assumed SL is located at C:\Program Files\Smartlaunch**[/color]&lt;br&gt;&lt;br&gt;[b]Summary:[/b]&lt;br&gt;&lt;br&gt;1) Download [url=http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;displaylang=en]Microsoft Server 2003 Resource Toolkit[/url]&lt;br&gt;2) Open [b]/smartlaunch/server/data/inf/server.inf[/b] and find line "ExecuteConsoleLoginLogoutBatchScripts=False" and change the variable to [b]True[/b]&lt;br&gt;3) [url=http://gamersedgecafe.com/zgames/dload.php]zGames Download section[/url] -&gt; Smartlaunch Audio Pack. Extract the file under SL root (ex, /smartlaunch/audio/)&lt;br&gt;4) Go to [b]C:\Program Files\Smartlaunch\Server\data\Batch[/b] and copy "[b]ConsoleLogout.bat[/b]" and rename to "[b]ConsoleLogout.bat.backup[/b]"&lt;br&gt;5) Open "[b]ConsoleLogout.bat[/b]" and copy+paste the following code AFTER &lt;br&gt;[i]ECHO Console/Computer ID: &lt;br&gt;ECHO %1[/i]&lt;br&gt;[code]REM ------START CUSTOM AUDIO-----------------&lt;br&gt;&lt;br&gt;IF %1==19 (&lt;br&gt;sleep -m 1500&lt;br&gt;cd "C:\program files\smartlaunch\audio\launch"&lt;br&gt;start launch_tv1.bat&lt;br&gt;)&lt;br&gt;IF %1==20 (&lt;br&gt;sleep -m 1500&lt;br&gt;cd "C:\program files\smartlaunch\audio\launch"&lt;br&gt;start launch_tv2.bat&lt;br&gt;)&lt;br&gt;IF %1==21 (&lt;br&gt;sleep -m 1500&lt;br&gt;cd "C:\program files\smartlaunch\audio\launch"&lt;br&gt;start launch_tv3.bat&lt;br&gt;)&lt;br&gt;IF %1==22 (&lt;br&gt;sleep -m 1500&lt;br&gt;cd "C:\program files\smartlaunch\audio\launch"&lt;br&gt;start launch_tv4.bat&lt;br&gt;)&lt;br&gt;IF %1==23 (&lt;br&gt;sleep -m 1500&lt;br&gt;cd "C:\program files\smartlaunch\audio\launch"&lt;br&gt;start launch_misc.bat&lt;br&gt;)&lt;br&gt;IF %1==24 (&lt;br&gt;sleep -m 1500&lt;br&gt;cd "C:\program files\smartlaunch\audio\launch"&lt;br&gt;start launch_laptop.bat&lt;br&gt;)&lt;br&gt;IF %1==25 (&lt;br&gt;sleep -m 1500&lt;br&gt;cd "C:\program files\smartlaunch\audio\launch"&lt;br&gt;start launch_laptop.bat&lt;br&gt;)&lt;br&gt;&lt;br&gt;REM ------END CUSTOM AUDIO-------------------[/code]&lt;br&gt;&lt;br&gt;that should be it! It's much easier than it looks, trust me. Again, I've included TV1-TV4, misc, and laptop users. Use my files and code as a guideline to customize it to your own.&lt;br&gt;&lt;br&gt;&lt;br&gt;[b]FULL GUIDE + DOWNLOADS:[/b]&lt;br&gt;[url=http://gamersedgecafe.com/zgames/viewtopic.php?t=4]&lt;br&gt;http://gamersedgecafe.com/zgames/viewtopic.php?t=4[/url]</description><pubDate>Thu, 23 Oct 2008 10:45:19 GMT</pubDate><dc:creator>xero419</dc:creator></item><item><title>Adjust computer name and SL computer id during startup</title><link>http://forum.smartlaunch.net/Topic11642-22-1.aspx</link><description>I am looking for a script of bat file commands that will automatically change the computer name and the SL computer ID during startup based on the IP address of the machine.  The IP address gets set by MAC and after imaging, I currently have to go in and manually update the computer name in windows and the computer id number for Smartlaunch.&lt;br&gt;&lt;br&gt;Thanks for your help.&lt;br&gt;</description><pubDate>Mon, 18 Dec 2006 19:35:46 GMT</pubDate><dc:creator>mstevens</dc:creator></item><item><title>Problems with Yasu 1.4</title><link>http://forum.smartlaunch.net/Topic17207-22-1.aspx</link><description>Heya all!&lt;br&gt;&lt;br&gt;I got a big problem, and i have worked on this for hours and i cant seem to come up with a solution. It seems that the new version of Yasu, 1.4, is perfectly capable of masking the virtual drives for all the games we need to set up. Here is where it gets weird. It seems this version is very picky as to where you run it from, it wants to be run from the same folder that the damon.dll file is stored in. Ive written a simple one line .bat file that should run yasu, all it really needs is the command:&lt;br&gt;&lt;br&gt;Start "Yasu" "z:\Daemon tools\start_yasu.bat" -c -s&lt;br&gt;&lt;br&gt;Here is the really really weird part. When i manually click on that .bat file and run it myself, it works just fine, no problems at all. However, if i tell SL to run that .bat file when starting any given game, yasu gives me an error saying it cant find the daemon.dll file.&lt;br&gt;&lt;br&gt;If anyone knows anything about this, or at least can point me in the right direction, give me an alternate solution, that would help me so much.</description><pubDate>Mon, 12 May 2008 04:05:25 GMT</pubDate><dc:creator>Noobs</dc:creator></item><item><title>Please remove</title><link>http://forum.smartlaunch.net/Topic17342-22-1.aspx</link><description>Please remove.</description><pubDate>Wed, 21 May 2008 13:21:47 GMT</pubDate><dc:creator>iBisQ-Paladin</dc:creator></item><item><title>[PHP] Class for communication with Smartlaunch</title><link>http://forum.smartlaunch.net/Topic7627-22-1.aspx</link><description>Hi&lt;br&gt;&lt;br&gt;I've released an alpha version of the PHP Class for communicating with Smartlaunch. I haven't worked on this class for a while, so its an old release, hopefully working.&lt;br&gt;At the moment i do not have a Windows computer to work on, so i cannot test/developer this class until i get a Windows computer, or somehow access to a smartlaunch server.&lt;br&gt;&lt;br&gt;The class requires a Linux/BSD, PHP5 with XML and Socket extensions loaded. I will look into adding support for Windows, when i have an opportunity to begin the development again.&lt;br&gt;&lt;br&gt;I'm also going to write a little activity script utilizing the class when i get the chance. If you can't wait for me to finish the activity script, you will have to write your own.&lt;br&gt;&lt;br&gt;Since i haven't commented to code, i might be difficult to use at the first view. Here's a little howto for using the class:&lt;br&gt;&lt;br&gt;username = An admin user added in the smartlaunch server&lt;br&gt;password = Password for that user&lt;br&gt;ip = IP to the smartlaunch server&lt;br&gt;[code]&lt;br&gt;&lt;?php&lt;br&gt;include 'class.smartlaunch.php';&lt;br&gt;&lt;br&gt;$slObj = new Smartlaunch('username','password','ip');&lt;br&gt;&lt;br&gt;?&gt;&lt;br&gt;[/code]&lt;br&gt;&lt;br&gt;That's it. Now you're connected to your smartlaunch server with the class.&lt;br&gt;&lt;br&gt;To retrieve a list of computers:&lt;br&gt;[code]&lt;br&gt;$arrComputerList = $slObj-&gt;GetComputerList();&lt;br&gt;[/code]&lt;br&gt;$arrComputerList now contains an array with info for all the computers in your cafe with info such as console-type, turned on/off, active user, active application, time remaining.&lt;br&gt;&lt;br&gt;To retrieve info for a specific user:&lt;br&gt;[code]&lt;br&gt;$arrUserInfo = $slObj-&gt;GetUserInfo('username');&lt;br&gt;[/code]&lt;br&gt;$arrUserInfo now contains an array with info for that user (cannot remember all the info returned by the server, will update this post later when i know.&lt;br&gt;&lt;br&gt;I'm going to write some documentation for this class, and how to use the other functions in it.&lt;br&gt;&lt;br&gt;You can find the release at our project page at [url=http://www.sourceforge.net]SourceForge[/url] here:&lt;br&gt;[url]http://smartlaunchweb.sourceforge.net[/url]&lt;br&gt;&lt;br&gt;// Niklas</description><pubDate>Fri, 21 Jul 2006 09:53:08 GMT</pubDate><dc:creator>Niklas</dc:creator></item><item><title>CS Source Not Loading</title><link>http://forum.smartlaunch.net/Topic12119-22-1.aspx</link><description>I know their has been some mention on here about the CS Source stopping at launch screen. Has anyone determined if this is a valve issue or smartlaunch? We have been paying for a bunch of licenses for valve cafe and this game has been zero playable. Nobody even bothers to try to launch game anymore. Has anyone requested or recieved money back from valve due to this issue.&lt;P&gt;We have also had the same issue with Red Orchestra for some time.&lt;/P&gt;&lt;P&gt;Thanks all.&lt;P&gt;DAMN.. How did this post get in here. Its been a long day.  :-)</description><pubDate>Thu, 01 Feb 2007 04:15:31 GMT</pubDate><dc:creator>Syberscream</dc:creator></item><item><title>SmartLaunch Profile Saver Update (v1.0.1)</title><link>http://forum.smartlaunch.net/Topic2613-22-1.aspx</link><description>[b]Whats New![/b]&lt;br&gt;&lt;br&gt;SLProfile Saver v1.0.1 now fully supports the use of environment variables in it's paths.&lt;br&gt;This support is critical for users who use different logins for each computer, because the location of the My Documents folder is in a different location.&lt;br&gt;&lt;br&gt;I have also included much more error checking and reporting, so that if any error occurs, the program should continue to save PUFs.&lt;br&gt;&lt;br&gt;You can read more about this program on my website at [url]http://www.netronixgames.com/software/[/url]&lt;br&gt;&lt;br&gt;If you have any questions, comments, or bugs, please email me at [email]ejordan@netronixgames.com[/email]&lt;br&gt;&lt;br&gt;Good Luck with those PUFs!&lt;br&gt;&lt;br&gt;Eric Jordan</description><pubDate>Thu, 24 Nov 2005 09:32:43 GMT</pubDate><dc:creator>Netronix</dc:creator></item><item><title>Lan Status</title><link>http://forum.smartlaunch.net/Topic16746-22-1.aspx</link><description>Im using the smartlaunchstatus files to show my lan status.  I have 5 computers but when it updates, it only shows the last computer and nothing else.  Any suggestions?</description><pubDate>Wed, 05 Mar 2008 15:53:44 GMT</pubDate><dc:creator>telebofh</dc:creator></item><item><title>Crysis LAN Problem</title><link>http://forum.smartlaunch.net/Topic15918-22-1.aspx</link><description>Hello.&lt;br&gt;I'm having a problem with LAN at Crysis.&lt;br&gt;It doesn't work with real ips.&lt;br&gt;I believe it is the same problem with the FarCry: CryNetwork.dll&lt;br&gt;Was anyone found/create a fix for the problem?&lt;br&gt;&lt;br&gt;PS&lt;br&gt;With fake ips, i was able to play LAN.</description><pubDate>Sat, 15 Dec 2007 18:20:17 GMT</pubDate><dc:creator>peoman</dc:creator></item><item><title>Any one made an booking activity script yet ?</title><link>http://forum.smartlaunch.net/Topic15816-22-1.aspx</link><description>Just something that has an live activity look &lt;br&gt;&lt;br&gt;with a page that you can flick through the days to see the bookings &lt;br&gt;&lt;br&gt;I wish i knew how to program :P &lt;br&gt;&lt;br&gt;been tinkering for an while &lt;br&gt;&lt;br&gt;its something easy to do .... but i am unable to do it :P &lt;br&gt;&lt;br&gt;( I have been doing it manually for an while just opening mysql and adding data myself )&lt;br&gt;&lt;br&gt;</description><pubDate>Sun, 09 Dec 2007 04:53:53 GMT</pubDate><dc:creator>MasterCATZ</dc:creator></item><item><title>Safe Firefox Mod (W/ and W/O Printing)</title><link>http://forum.smartlaunch.net/Topic4886-22-1.aspx</link><description>Here are two versions of my Firefox mod.  One allows printing and one (the original) has it disabled.  I haven't tested the one with printing support thouroughly yet, I just reenabled printing and repackaged it.  Give whichever you use a good test and let me know if you find any issues before you deploy it to your client computers.&lt;br&gt;&lt;br&gt;You can download them both here:&lt;br&gt;[url]http://chris.mxs.ca/CafeFirefox/[/url]</description><pubDate>Wed, 08 Mar 2006 01:55:16 GMT</pubDate><dc:creator>Chris [SL]</dc:creator></item><item><title>control console system automatically</title><link>http://forum.smartlaunch.net/Topic14610-22-1.aspx</link><description>I am willing to buy 16 main controller link for powering down tvs that use consoles. I will not use any other pos software other than my own. I would like to purchase the hardware and instead of using smartlaunch, just reference them myself to turn off. I would just need to know how to reference them for visual basic (Turning on or off). Smartlaunch is a great program, but because I have been programming our own business pos machines, I will continue too (It is much easier, cheaper, and convient).&lt;/P&gt;&lt;P&gt;Zack</description><pubDate>Tue, 04 Sep 2007 23:37:51 GMT</pubDate><dc:creator>ZaCkO</dc:creator></item><item><title>php script not showing 1st 3 pc's</title><link>http://forum.smartlaunch.net/Topic13653-22-1.aspx</link><description>&lt;A href="http://gamingunleashed.kicks-***.org/modules.php?name=Activity"&gt;http://gamingunleashed.kicks-***.org/modules.php?name=Activity&lt;/A&gt;&lt;P&gt;I am using the script from cyber strike ( &lt;A href="http://www.cyberstrike.com.au/"&gt;http://www.cyberstrike.com.au/&lt;/A&gt; ) &lt;/P&gt;&lt;P&gt;I am looking @ mysql and pc's 1 2 3 never update data &lt;/P&gt;&lt;P&gt;any idea's &lt;/P&gt;&lt;P&gt;I ran another script and it was fine ( just basic webscript )&lt;P&gt; &lt;P&gt;sorry seems like this does not like the word *** a.s.s &lt;P&gt; &lt;P&gt;&lt;A href="http://gamingunleashed.kicks-a.s.s.org/modules.php?name=Activity"&gt;http://gamingunleashed.kicks-a.s.s.org/modules.php?name=Activity&lt;/A&gt;&lt;P&gt; &lt;P&gt;remove the .'s to make ***&lt;P&gt;this is what happens when i run modules.php?name=Activity&amp;amp;file=install/create_main&lt;P&gt; &lt;P&gt;Activity Table Created&lt;BR&gt;Creating record for PC #4&lt;BR&gt;Creating record for PC #5&lt;BR&gt;Creating record for PC #6&lt;BR&gt;Creating record for PC #7&lt;BR&gt;Creating record for PC #8&lt;BR&gt;Creating record for PC #9&lt;BR&gt;Creating record for PC #10&lt;BR&gt;Creating record for PC #11&lt;BR&gt;Creating record for PC #12&lt;BR&gt;Creating record for PC #13&lt;BR&gt;Creating record for PC #14&lt;BR&gt;Creating record for PC #15&lt;BR&gt;Creating record for PC #16&lt;BR&gt;Creating record for PC #17&lt;BR&gt;Creating record for PC #18&lt;BR&gt;Creating record for PC #19&lt;BR&gt;Creating record for PC #20&lt;BR&gt;Creating record for PC #21&lt;BR&gt;Creating record for PC #22&lt;BR&gt;Creating record for PC #23&lt;BR&gt;Creating record for PC #24&lt;P&gt; &lt;P&gt;completly skips pc's 1-3&lt;P&gt;same in mysql ... the id's for 1 and 3 are added ... but they stay on NULL data &lt;P&gt; &lt;P&gt;I did notice an issue in the tables that these 3 had null boxes ticked ... un ticked them so they were teh same as the working tables ... still an no go :S &lt;P&gt; &lt;P&gt; &lt;P&gt; </description><pubDate>Sat, 02 Jun 2007 10:23:48 GMT</pubDate><dc:creator>MasterCATZ</dc:creator></item><item><title>PHP Activity Script</title><link>http://forum.smartlaunch.net/Topic6551-22-1.aspx</link><description>This morning I was looking for a php-based activity script for SL 4.0. &lt;br&gt;&lt;br&gt;I downloaded some of the ones from a search on these forums, and found them completely overcomplicated and lacking, so I wrote my own. It uses basic PHP functions to store the update from the SL server, and outputs a pretty straightforward page for users with the current status (however current you have the SL server set to update).&lt;br&gt;&lt;br&gt;I'm attaching them here, for the rest of you guys that just need something simple that works, without any of that sql business. Please read the readme.first.txt before asking or emailing me for tech support. Thanks ;)</description><pubDate>Sat, 20 May 2006 19:05:26 GMT</pubDate><dc:creator>CyberConXion</dc:creator></item><item><title>Antivirus Scanning automation with Deepfreeze &amp; WOL</title><link>http://forum.smartlaunch.net/Topic12628-22-1.aspx</link><description>Looking to not reinvent the wheel here.  Can anyone point me to a script that accomplishes some or all of the following:&lt;br&gt;&lt;br&gt;WOL&lt;br&gt;unfreeze (thaw)&lt;br&gt;SL Admin mode&lt;br&gt;Antivirus scan&lt;br&gt;Freeze&lt;br&gt;Shutdown&lt;br&gt;&lt;br&gt;I'm sure there would have to be a WAIT period after each step too.</description><pubDate>Wed, 14 Mar 2007 06:14:15 GMT</pubDate><dc:creator>XactekAndy</dc:creator></item><item><title>Need a PHPnuke activity MODULE for SL 4 and PHPnuke 7.8 $WILL PAY$</title><link>http://forum.smartlaunch.net/Topic6926-22-1.aspx</link><description>I will pay for a working PHPnuke 7.8 SartLaunch 4 activity module.&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:brent@langamezone.com"&gt;brent@langamezone.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Brent</description><pubDate>Thu, 08 Jun 2006 01:19:45 GMT</pubDate><dc:creator>LanGameZone</dc:creator></item><item><title>Request/Suggestion/Whatever</title><link>http://forum.smartlaunch.net/Topic13823-22-1.aspx</link><description>I was trying to write a plugin that gave administrators access to the credit card processing program I wrote, but there really is no way to do it.  Could you perhaps allow plugins to be added to the 'cashier' window, or even just make it so you can click on an existing plugin in the toolbar on the main smartlaunch administrator window while the cashier window is open (add the plugin icon as a button in the main toolbar, run the same method that is used when you go to plugins-&amp;gt;plugin name, and allow it to be clicked when the cashier window is open)?&lt;/P&gt;&lt;P&gt;I know this is a specific request but if you want to work with me on a credit card processing framework I can write plugins for various merchant services.</description><pubDate>Sun, 17 Jun 2007 17:35:03 GMT</pubDate><dc:creator>Ersan</dc:creator></item><item><title>Smartlaunch XML Interface</title><link>http://forum.smartlaunch.net/Topic11484-22-1.aspx</link><description>Ok i have finally managed to decrypt the php script and figured out how this all works. I am assuming thought that there are more xmlcommands than what i have found. Does anyone have a complete list of what smartlaunch will accept for external commands. &lt;br&gt;&lt;br&gt;I would like to be able to deposit/withdraw money from and account as well as add notes to the log. I can do both of these with an application that pretends to be the admin but now that i know there is an XML interface i would rather not have to be sneaky.&lt;br&gt;&lt;br&gt;Any help is appreciated.</description><pubDate>Wed, 06 Dec 2006 21:48:13 GMT</pubDate><dc:creator>DigitalGecko</dc:creator></item><item><title>Is this Possible?</title><link>http://forum.smartlaunch.net/Topic12872-22-1.aspx</link><description>Basicly my request/question. Would it be possible to my members to Veiw there account online to see how much time they have then possible pay for more or add time to there accounts online? also ive seen the php nuke addon to show the layout and what pc's are being used but would it be possible to add maybe the members name or guest under each one so ppl can see whos playing at that point in time? if its possible please reply ^_^.</description><pubDate>Fri, 30 Mar 2007 21:37:07 GMT</pubDate><dc:creator>Uplink</dc:creator></item><item><title>What do you use to make SL skins? (4.1)</title><link>http://forum.smartlaunch.net/Topic12985-22-1.aspx</link><description>Just trying to figure out what everyone else uses.</description><pubDate>Fri, 06 Apr 2007 21:43:47 GMT</pubDate><dc:creator>DysfunktinaL</dc:creator></item><item><title>batch file to add reg file</title><link>http://forum.smartlaunch.net/Topic12528-22-1.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;        I have created a reg file that changes the proxy settings in internet explorer anytime i click on a batch file i also created.This works in windows excellently but i am looking at using smartlaunch,so that anytime a user logs out the proxy settings changes to my proxy server  ip which is in the reg file.&lt;/P&gt;&lt;P&gt;How can i achieve this through smartlaunch? Is there a way of using a command in the logout.bat file to acheive this?</description><pubDate>Fri, 02 Mar 2007 16:05:21 GMT</pubDate><dc:creator>percy1983</dc:creator></item><item><title>Smartlaunch 4.0 Webinterface [ASP]</title><link>http://forum.smartlaunch.net/Topic2567-22-1.aspx</link><description>We have released the first build of the Smartlaunch 4.0 Webinterface (ASP version).  The project site is hosted on sourceforge at [url]http://sourceforge.net/projects/smartlaunchweb/[/url].  This webinterface will allow much easier coding of activity pages, account status pages, and much more.&lt;br&gt;&lt;br&gt;Please note that the current release uses .NET Framework 1.1.&lt;br&gt;&lt;br&gt;This thread can be used for comments/questions/suggestions.</description><pubDate>Mon, 21 Nov 2005 18:56:57 GMT</pubDate><dc:creator>triejan</dc:creator></item><item><title>Using the SmartlaunchWebInterface.dll with ASP for web.</title><link>http://forum.smartlaunch.net/Topic11176-22-1.aspx</link><description>Can anyone explain, or better write a sample script, showing me how to use the SmartlaunchWebInterface.dll file I got by suggestion from sourceforge?  I have used things like this before with ebay and UPS, but with no documentation as to how to call this thing, or the functions it supports (or if there is documentation, i don't have it) I am lost.  I would REALLY appriciate it.  I don't know PHP at all, so I am really only interested in using this with ASP.  Thanks in advance!</description><pubDate>Tue, 14 Nov 2006 22:51:23 GMT</pubDate><dc:creator>electricd7</dc:creator></item><item><title>Computer status</title><link>http://forum.smartlaunch.net/Topic11901-22-1.aspx</link><description>Ive read just about everyone of these threads about how to set some of them up. Though im not to bright in that area. Can someone give me help setting it up im willing to pay for the infomation! from what im reading it looks a little harder then what im use to setting up. you can email me, call me at my store ask for james 631-772-6786 or post back here thanks</description><pubDate>Sun, 14 Jan 2007 02:10:17 GMT</pubDate><dc:creator>BattleGroundsLi</dc:creator></item><item><title>Update Batch file</title><link>http://forum.smartlaunch.net/Topic11640-22-1.aspx</link><description>Does anyone know (or have) a batch file that will issue a command to a pc to download and install critical updates from windows update??&lt;/P&gt;&lt;P&gt;Thanks,</description><pubDate>Mon, 18 Dec 2006 16:25:49 GMT</pubDate><dc:creator>Fortress</dc:creator></item><item><title>Activity Script not Updating</title><link>http://forum.smartlaunch.net/Topic11230-22-1.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;I have the ASP version of the activity script installed on SL 4.1  It works to generate the page and show the users logged in.  The problem is that when a user logs out, and the page is regenerated (either manually or automatically) it still shows them logged in.  Its like it is not seeing the change.  I have deleted the page and re-generated it to verify that it is actually an updated page, but the logins do not change.  Has anyone one else seen this issue?&lt;/P&gt;&lt;P&gt;ED7</description><pubDate>Thu, 16 Nov 2006 16:57:20 GMT</pubDate><dc:creator>electricd7</dc:creator></item><item><title>Bat files, VBS scripts, Daemon Scripts...WTF!!!</title><link>http://forum.smartlaunch.net/Topic5474-22-1.aspx</link><description>i was just wondering if anyone could help me. we're having some difficulty in mounting cds to a drive, our executables are running too quickly for us to do this, what is a good script to use to prevent this from happening.&lt;br&gt;&lt;br&gt;i would prefer if someone knew a script which would make the mounting faster. I'm using VBS to mount but ive also tried batch files, is there a way to make batch files not pop up in a command prompt window?&lt;br&gt;&lt;br&gt;please help me im pulling my hair out over this</description><pubDate>Fri, 31 Mar 2006 03:21:59 GMT</pubDate><dc:creator>buttafli</dc:creator></item><item><title>Control From web?</title><link>http://forum.smartlaunch.net/Topic3494-22-1.aspx</link><description>Are there a 3party addon there make me able to control my cafe from the internet?</description><pubDate>Wed, 04 Jan 2006 22:15:22 GMT</pubDate><dc:creator>doomstone</dc:creator></item><item><title>Web Activity Script issues</title><link>http://forum.smartlaunch.net/Topic10947-22-1.aspx</link><description>So we are trying to get our web activity script running and we are stuck with this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.bigchili.com/status2/index.php5"&gt;http://www.bigchili.com/status2/index.php5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately we are at a loss as to why it is doing this :(  Is it related to java or a misocnfigured php.ini?  Or is it something completely different.&lt;/P&gt;&lt;P&gt;Any help would be appreciated.</description><pubDate>Wed, 01 Nov 2006 05:13:29 GMT</pubDate><dc:creator>wzbPlight</dc:creator></item><item><title>Adding Games</title><link>http://forum.smartlaunch.net/Topic7686-22-1.aspx</link><description>Alright, I have figured out most the adding games process. I've got it all set up except for the image mounter. I can launch a game and it says it needs the disc. DAEMON Tools was confusing to me. Can anyone please help. And is there any way I can use Alcohol 120% instead of DAEMON Tools. Thanks.</description><pubDate>Tue, 25 Jul 2006 23:16:53 GMT</pubDate><dc:creator>malibubts</dc:creator></item><item><title>WebInterface XML</title><link>http://forum.smartlaunch.net/Topic10411-22-1.aspx</link><description>Forget it, I just looked through the .NET version.</description><pubDate>Sat, 14 Oct 2006 22:11:53 GMT</pubDate><dc:creator>Ersan</dc:creator></item><item><title>Activity script for 4.1 on Linux?</title><link>http://forum.smartlaunch.net/Topic8932-22-1.aspx</link><description>Now the features of 4.1 says that activity script is compatible with windows and linux, so where is the activity script for 4.1?</description><pubDate>Thu, 07 Sep 2006 22:38:54 GMT</pubDate><dc:creator>genesis</dc:creator></item><item><title>Sample Scripts for a game fin order for PUFs to work propperly</title><link>http://forum.smartlaunch.net/Topic572-22-1.aspx</link><description>I would like to get a start, if someone has a bit of time. Can someone give me some examples of the scripts needed for say, age of empires 2, or stronghold 2 or even battlefield 2 or doom 3? Those are the four games that I bought to test and of course, all game save data is on the individual computer. So, different people can load, save and delete other's games and the like...I know different games use different config files, and save files, but I would like just a couple of samples from someone that has gone through what I am doing right now. &lt;P&gt;I should say that I am testing the newest download, (as of 5 days ago), version 4. &lt;/P&gt;&lt;P&gt;I have just the basic script for bf2, found on the boards here, and I need to tweak it a bit; I need to stop the autorun, which gives the user a menu to uninstall and play the game! For testing, i'm just happy it works. or worked...I just patched to 1.3, and I have not tested it yet.&lt;/P&gt;&lt;P&gt;When I use the initial script, how far do I need to go? Is that where I call the individual directories? At which point do I deal with the PUFs?&lt;/P&gt;&lt;P&gt;I noticed that Doom had 2 different PUFs, a doom III (settings 1) and a doom III (settings 3). That was done automatically I think from SL. &lt;/P&gt;&lt;P&gt;I guess I'm kinda going to have to learn each game individually, and I'm starting with the four listed above. Is there any other files that I need to adjust or alter upon launching or closing that I need to call that I am missing?&lt;/P&gt;&lt;P&gt;Thanks for your help in advance,&lt;/P&gt;&lt;P&gt;James</description><pubDate>Fri, 14 Oct 2005 01:57:14 GMT</pubDate><dc:creator>sandlizard401</dc:creator></item><item><title>Telling which user is logged in???</title><link>http://forum.smartlaunch.net/Topic7759-22-1.aspx</link><description>Is there an environment variable or anything that smartlaunchs sets that i can use in batch files etc to see what user is logged in?</description><pubDate>Sat, 29 Jul 2006 05:17:42 GMT</pubDate><dc:creator>DigitalGecko</dc:creator></item><item><title>Remote app launching?!</title><link>http://forum.smartlaunch.net/Topic7778-22-1.aspx</link><description>Is there a command or any tool that can remotely launches applications on client pcs ??&lt;br&gt;Sometimes SL clients disconnect, and I need to launch for example "Oleg's WINKILL" to kill the apps that makes the client disonnect!.. Of course I need to launch the apps from the server PC to be launched on the client PC.&lt;br&gt;&lt;br&gt;</description><pubDate>Sun, 30 Jul 2006 07:18:41 GMT</pubDate><dc:creator>Orcadious</dc:creator></item><item><title>Scan barcodes without SL focused</title><link>http://forum.smartlaunch.net/Topic6478-22-1.aspx</link><description>Here is a small program I wrote a bit ago to do away with the annoying problem of scanning barcodes and then realizing the Administrator isn't in focus and having to do it all over again.&lt;br&gt;&lt;br&gt;It is nothing fancy, while running you can't see it anywhere but in the task manager.  That is the only way to close it as well.  While running it will capture any barcodes you scan no matter what program you're in and input them into the Administator, as long as the Administator is already running.  If the Administrator isn't running it is inactive.&lt;br&gt;&lt;br&gt;Just drop it in your POS computer's startup folder and you're good to go.</description><pubDate>Fri, 19 May 2006 04:06:38 GMT</pubDate><dc:creator>Chris [SL]</dc:creator></item><item><title>Workaround for custom directory paths</title><link>http://forum.smartlaunch.net/Topic7381-22-1.aspx</link><description>I have seen several requests for SL to add the ability to specify custom paths for folders. While most of these changes have been implemented, while we all wait, there is a tool for windows that allows you to create symbolic links.&lt;br&gt;&lt;br&gt;It's called Link Magic ([url]http://www.rekenwonder.com/linkmagic.htm[/url]).&lt;br&gt;This can also be used for games as well.&lt;br&gt;&lt;br&gt;For example, several MMO's (WoW, EQ2, etc) requires updates quite often. Instead of forcing your cafe to update all your computers, you can move your files to your file server, then use Link Magic to create a symbolic link to the folder on your server. The result is that when you make a change to your server files, all clints that link to that folder are instantly updated.&lt;br&gt;&lt;br&gt;Now, there are 2 drawbacks to using a tool like this.&lt;br&gt;1) It only works for folders. No files, sorry.&lt;br&gt;2) If a game updates a file, that file is changed for everyone. If two games are running, and both try to update the files, problems can arise. You need to check out the game before you try this fix.&lt;br&gt;&lt;br&gt;The real use for this tool is for custom paths for your PUF's. Just create a link form your original PUF folder to the new path you want, and it will go there instead.&lt;br&gt;&lt;br&gt;Please note that a link is completly transparent to the computers that use a link.&lt;br&gt;For example, lets say I have linked C:\My Folder to D:\Dest.&lt;br&gt;&lt;br&gt;When I browse to C:\My Folder, all the subfolders and files that are in D:\Dest will be shown as C:\My Folder, and as far as any application is concerened, they ARE WRITING to C:\My Folder, NOT D:\Dest.</description><pubDate>Sat, 08 Jul 2006 06:20:39 GMT</pubDate><dc:creator>Netronix</dc:creator></item></channel></rss>