<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Wiremod.com Forums - Off-Topic</title>
		<link>http://www.wiremod.com/forum/</link>
		<description>All off-topic discussion/chat.</description>
		<language>en</language>
		<lastBuildDate>Thu, 09 Sep 2010 12:33:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.wiremod.com/forum/images/vblue/misc/rss.png</url>
			<title>Wiremod.com Forums - Off-Topic</title>
			<link>http://www.wiremod.com/forum/</link>
		</image>
		<item>
			<title>Help on forcedownload script!</title>
			<link>http://www.wiremod.com/forum/off-topic/22442-help-forcedownload-script.html</link>
			<pubDate>Tue, 07 Sep 2010 19:25:21 GMT</pubDate>
			<description>Sorry if this is in the wrong section, first post here, but anyways I need help with my force download script, it was working, but for some reason...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Sorry if this is in the wrong section, first post here, but anyways I need help with my force download script, it was working, but for some reason now its not, it trys to download my whole server file! So can you tell me if this is right?<br />
<br />
<br />
// where it says AddDir(&quot;&quot;) Where the &quot;&quot; is put your file dir..eg: AddDir(&quot;sound\music&quot;)<br />
// resource.addfile is used to download seperate files FROM your dir you have chosen. <br />
// Eg: resource.AddFile(&quot;Models\materials\som.vmt&quot;)<br />
<br />
<br />
__________________________________________________  __________________________________________________<br />
<br />
function AddDir(dir) // recursively adds everything in a directory to be downloaded by client<br />
	local list = file.FindDir(&quot;../&quot;..dir..&quot;/*&quot;)<br />
	for _, fdir in pairs(list) do<br />
		if fdir != &quot;.svn&quot; then // don't spam people with useless .svn folders<br />
			AddDir(fdir)<br />
		end<br />
	end<br />
 <br />
	for k,v in pairs(file.Find(&quot;../&quot;..dir..&quot;/*&quot;)) do<br />
		resource.AddFile(dir..&quot;/&quot;..v)<br />
	end<br />
end<br />
 <br />
AddDir(&quot;addons/Mad_Cows_Weapons&quot;)<br />
AddDir(&quot;addons/DurgzMod&quot;)<br />
AddDir(&quot;addons/NYPD_Players&quot;)<br />
AddDir(&quot;addons/legs&quot;)<br />
AddDir(&quot;addons/KeypadCracker&quot;)<br />
<br />
<br />
<br />
resource.AddFile(&quot;&quot;)<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.wiremod.com/forum/off-topic/">Off-Topic</category>
			<dc:creator>Bullard120</dc:creator>
			<guid isPermaLink="true">http://www.wiremod.com/forum/off-topic/22442-help-forcedownload-script.html</guid>
		</item>
		<item>
			<title>Official Portal 2 Discussion Thread</title>
			<link>http://www.wiremod.com/forum/off-topic/22281-official-portal-2-discussion-thread.html</link>
			<pubDate>Sat, 28 Aug 2010 18:13:33 GMT</pubDate>
			<description>Yea, maybe late x1, but... 
http://www.youtube.com/watch?v=Mz0PvYiHjwE 
I liked the old Wheatley voice... Was a lot more friendly, and the more calm...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Yea, maybe late x1, but...<br />

<object class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/Mz0PvYiHjwE">
	<param name="movie" value="http://www.youtube.com/v/Mz0PvYiHjwE" />
	<param name="wmode" value="transparent" />
	<!--[if IE 6]>
	<embed width="640" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/Mz0PvYiHjwE" />
	<![endif]--></object>
 <br />
I liked the old Wheatley voice... Was a lot more friendly, and the more calm voice when activating glados was a lot better. =/<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.wiremod.com/forum/off-topic/">Off-Topic</category>
			<dc:creator>initrd.gz</dc:creator>
			<guid isPermaLink="true">http://www.wiremod.com/forum/off-topic/22281-official-portal-2-discussion-thread.html</guid>
		</item>
		<item>
			<title><![CDATA[How I got in trouble at school for "hacking"]]></title>
			<link>http://www.wiremod.com/forum/off-topic/22210-how-i-got-trouble-school-hacking.html</link>
			<pubDate>Tue, 24 Aug 2010 03:10:00 GMT</pubDate>
			<description><![CDATA[Our school uses a program called inGOT to measure, monitor and limit internet usage. It stores a copy of everyone's remaining balance (it measures...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Our school uses a program called inGOT to measure, monitor and limit internet usage. It stores a copy of everyone's remaining balance (it measures usage in dollars for some reason) in an Access database on a shared folder. That copy isn't used for anything apart from displaying balances on everyone's computers. The small program used to display the balance is called &quot;inGOT Balance&quot;.<br />
<br />
I discovered that the folder the database was in had almost every permission for every user. That's including &quot;change permissions&quot;, but strangely not &quot;delete subfolder&quot;.<br />
<br />
I wrote a program in VBA in Excel to send messages to other people who had the program running, by changing their full name (to whatever the message is) and balance (to $-12345 to signal that there's a message). It worked fine, until someone asked me to allow messages to be sent to multiple other users.<br />
<br />
While adding that feature, I accidentally introduced a bug causing messages to be sent to <b>every</b> user, instead of just the ones you chose. Although I fixed it, someone had copied the broken version from the shared folder where I was working on it to their desktop. Although I told them to close it and reopen it to get the fix, I don't know if they did so, and I certainly didn't realise they'd copied it to their desktop. They then used it to spam several messages to someone.<br />
<br />
inGOT Balance has a setting, which was turned on on the school network, to pop up when your balance is negative. So, when the program set everyone's balance to $-12345, it popped up on <b>every single computer that was logged on</b>.<br />
<br />
Including the one that &quot;Administrator&quot; was logged on to.<br />
<br />
Which was on the other side of the room from me.<br />
<br />
(about this time, a teacher came into the room and asked the admin why her internet balance was $-12345 and why it said &quot;From &lt;user who sent the message&gt;: &lt;message&gt;&quot;)<br />
<br />
Although I quickly deleted the copy of the program I'd been working on, this person who had copied it to their desktop was able to show the admin anyway. Since he knew I was the only person in the room who would know how to do this, of course he guessed it was me.<br />
<br />
And that's how I got in trouble today at school for hacking.<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.wiremod.com/forum/off-topic/">Off-Topic</category>
			<dc:creator>immibis</dc:creator>
			<guid isPermaLink="true">http://www.wiremod.com/forum/off-topic/22210-how-i-got-trouble-school-hacking.html</guid>
		</item>
		<item>
			<title>Anyone with  electronics experience please help.</title>
			<link>http://www.wiremod.com/forum/off-topic/22060-anyone-electronics-experience-please-help.html</link>
			<pubDate>Tue, 17 Aug 2010 21:06:16 GMT</pubDate>
			<description>I just received 2 Apple //c computers, but I did not receive a cord to go with them. I was wondering if there was anyway of using 6 of these +5V...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I just received 2 Apple //c computers, but I did not receive a cord to go with them. I was wondering if there was anyway of using 6 of these <a href="http://www.radioshack.com/product/index.jsp?productId=2062599" target="_blank">+5V Fixed-Voltage Regulator 7805 - RadioShack.com</a> to get the necessary 15V that this thing requires. I know I'll have to piggyback them to get the 1.2A, but is there a way to add there voltages together?<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.wiremod.com/forum/off-topic/">Off-Topic</category>
			<dc:creator>Koolguy007</dc:creator>
			<guid isPermaLink="true">http://www.wiremod.com/forum/off-topic/22060-anyone-electronics-experience-please-help.html</guid>
		</item>
		<item>
			<title>Computer Help</title>
			<link>http://www.wiremod.com/forum/off-topic/22047-computer-help.html</link>
			<pubDate>Tue, 17 Aug 2010 02:32:56 GMT</pubDate>
			<description>I am relatively new to computer gaming  
 
First a few things before the problem,  
I got a new graphics card today 
A bug in the new game StarCraft...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I am relatively new to computer gaming <br />
<br />
First a few things before the problem, <br />
I got a new graphics card today<br />
A bug in the new game StarCraft II that causes many graphics cards to fry has sent me into a moderate to severe paranoia  <br />
That's why I got a program to tell me the fps of my games.<br />
<br />
I've noticed that most people's gmod games run at about 60 fps, before my new graphics card, mine ran at 16-17 fps, after the new graphics card it runs at 90-97 fps. I tested a few other games and got no more than 60-80...<br />
<br />
...Then I ran The Sims 3, its first loading screen was 400fps, and then the first part of the intro video made it jump to 1400fps. At this point I am worried because those are high numbers, then the load menu stayed at about 500fps, but I quit the program immediately because of the paranoia cause by StarCraft menu screens. <br />
<br />
First I must ask if fps is even relevant, if so answer the following<br />
How many fps is safe?<br />
If it is too high, how long would it last before overheating begins?<br />
It's possible that it was that high before, but the program I use to monitor fps has me worried right?<br />
Could it be a glitch in the fps monitoring program?<br />
<br />
I am clearly very, very worried right now, and I like an answer before I try and play the sims 3 again.<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.wiremod.com/forum/off-topic/">Off-Topic</category>
			<dc:creator>Dragonheart</dc:creator>
			<guid isPermaLink="true">http://www.wiremod.com/forum/off-topic/22047-computer-help.html</guid>
		</item>
		<item>
			<title>Batch is acting up as usual.</title>
			<link>http://www.wiremod.com/forum/off-topic/22006-batch-acting-up-usual.html</link>
			<pubDate>Sat, 14 Aug 2010 22:00:53 GMT</pubDate>
			<description><![CDATA[So I got tired of entering the pathnames to my DOS games manually every time I start DOSBox, and since they're on an external HDD, there's the chance...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->So I got tired of entering the pathnames to my DOS games manually every time I start DOSBox, and since they're on an external HDD, there's the chance that they might switch drive letters, so shortcuts are out of the question too.<br />
<br />
I'm trying to make a dynamic menu system that expands when new game folders are added. In Batch, that is.<br />
<br />
And, as usual when dealing with Batch, there are problems.<br />
First, I want to number the file entries, so I make a counter like this:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">SET /A count=1<br />
FOR /F %%n IN (blah) DO (<br />
&nbsp; &nbsp; ECHO %count%. %%n<br />
&nbsp; &nbsp; SET /A count=%count%+1<br />
)</code><hr />
</div> Problem is, it does diddly-squat. it just echoes 1. I've tried +=1 too, no change.<br />
<br />
Problem number two is another variable that simply won't print:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">FOR /F %%n IN (blah) DO (<br />
&nbsp; &nbsp; SET name=&nbsp; &nbsp; &nbsp; &nbsp; %%n<br />
&nbsp; &nbsp; ECHO %count%. %name:~-8%<br />
&nbsp; &nbsp; SET /A count=%count%+1<br />
)</code><hr />
</div> Where %%n is a folder name, and %name% adds 8 spaces before %%n. It then only reads the last 8 (so basically, this is aligning each line to the right). This outputs:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">1. <br />
1. <br />
1. <br />
1.</code><hr />
</div> If I replace %name% with %%n, it outputs<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">1. name1<br />
1. Name2<br />
1. Name3</code><hr />
</div> And so forth. BUT, and this is what confuses me, if I do this: <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">SET %name%=%%n</code><hr />
</div> it still outputs only &quot;1. 1. 1.&quot;<br />
<br />
Any l33t h4x0rs that can see what's wrong?<!-- google_ad_section_end --></div>

 ]]></content:encoded>
			<category domain="http://www.wiremod.com/forum/off-topic/">Off-Topic</category>
			<dc:creator>LimEJET</dc:creator>
			<guid isPermaLink="true">http://www.wiremod.com/forum/off-topic/22006-batch-acting-up-usual.html</guid>
		</item>
	</channel>
</rss>
