<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7037344534293334336</id><updated>2011-12-31T11:45:42.320Z</updated><category term='vshadow.exe'/><category term='DG834G Usage Stats Router'/><category term='security code'/><title type='text'>Thorny Issues</title><subtitle type='html'>Anything that catches my eye</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://thorny-issues.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://thorny-issues.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>CompuGuide</name><uri>http://www.blogger.com/profile/03632647126524238088</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7037344534293334336.post-6148794247666349982</id><published>2009-09-03T14:43:00.009+01:00</published><updated>2009-09-06T10:52:23.384+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='DG834G Usage Stats Router'/><title type='text'>Get Usage Stats from Netgear DG834G Router</title><content type='html'>&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;After being on the receiving end of an FUP violation from Demon for about 3 weeks, I decided that I’d write a utility to monitor my own Broadband usage, seeing as Demon does not provide this facility.&lt;br /&gt;&lt;br /&gt;Initially I tried off-the-shelf applications like PRTG and Router Stats but they did not fit the bill for various reasons, not least the poor SNMP support on the DG843G router.&lt;br /&gt;&lt;br /&gt;Then I stumbled upon a telnet reference that extracted the upload and download stats from my router. &lt;br /&gt;&lt;br /&gt;After hacking some vbscript about a bit I produced the code below. Now, before you flame me for my poor code let me just say that I am not a professional programmer and only attempt this sort of thing once in a blue moon.&lt;br /&gt;&lt;br /&gt;The purpose of the code is to log the router’s stats to a text file on a regular basis. This file can then be imported into Excel (or another application of your choice) for graphing etc.&lt;br /&gt;&lt;br /&gt;The code produces a three column text file that looks like this:-&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 08:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2566906384&amp;nbsp;&amp;nbsp;&amp;nbsp; 420938933&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 08:15:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2567674326&amp;nbsp;&amp;nbsp;&amp;nbsp; 421835475&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 08:30:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2571321533&amp;nbsp;&amp;nbsp;&amp;nbsp; 425060305&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 08:45:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2571606416&amp;nbsp;&amp;nbsp;&amp;nbsp; 426546073&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 09:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2571722487&amp;nbsp;&amp;nbsp;&amp;nbsp; 430474825&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 09:15:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2571827612&amp;nbsp;&amp;nbsp;&amp;nbsp; 430826412&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 09:30:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2571883066&amp;nbsp;&amp;nbsp;&amp;nbsp; 431213154&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 09:45:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2571932634&amp;nbsp;&amp;nbsp;&amp;nbsp; 431365976&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 10:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2572103375&amp;nbsp;&amp;nbsp;&amp;nbsp; 432212404&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;06/09/2009 10:15:00&amp;nbsp;&amp;nbsp;&amp;nbsp; 2572240782&amp;nbsp;&amp;nbsp;&amp;nbsp; 432670760&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Date/timestamp is a single column, the uploaded, and the downloaded byte counts are tab separated.&lt;br /&gt;&lt;br /&gt;Setting the Task Scheduler to run this script every 15 minutes does the job for me.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;A little manipulation in Excel enables me to produce usefull charts, like this one:-&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_7F_KymIQnJQ/SqOFgnOMRTI/AAAAAAAAATE/q_4EE-JhkcU/s1600-h/Image2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_7F_KymIQnJQ/SqOFgnOMRTI/AAAAAAAAATE/q_4EE-JhkcU/s320/Image2.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;&lt;span style="font-size: small;"&gt;Step-by-step guide to set this up:&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;1. Create a folder called C:\Utils&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;2.  Go to http://tech.dimac.net/ and download the free "w3sockets" DLL.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;3. Unpack the above into C:\Utils and run "SocketReg.exe&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;4. Create a text file called C:\Utils\RouterUsageStats.vbs&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;5. Copy the code , below, into this file&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;6. Edit the file and change the router address to your own.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;7. Activate the Netgear's Telnet feature by going to http://192.168.2.1/setup.cgi?todo=debug&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;(substitute the address with your own). This will produce a page saying "Debug Enable!"&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;8. Double click C:\Utils\RouterUsageStats.vbs to run the script&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;9. Check the C:\Utils folder for a new file called "C:\Utils\Usage.log"&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;10. If the above works OK then setup a task schedule to run the script as frequently as you want.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;11. Your data will accumulate in the above log file&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;12. I use Excel to model this data&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: 78%;"&gt;&lt;span style="font-family: courier new;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; font-size: xx-small;"&gt;RouterUsageStats.vbs&lt;br /&gt;' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''&lt;br /&gt;' The following code extracts both upload and download byte counts&lt;br /&gt;' from a Netgear DG834G router and writes them into a log file.&lt;br /&gt;' Schedule this utility to run from Task manager every 15mins&lt;br /&gt;' (for example).&lt;br /&gt;' NOTE: this utility relies on a DLL file, "socket.dll" - which can&lt;br /&gt;' be downloaded free from http://tech.dimac.net/ - It is called&lt;br /&gt;' "w3sockets".&lt;br /&gt;' Output is appended to the bottom of C:\utils\usage.log&lt;br /&gt;' Each line looks like: "02/09/2009 22:15:00 455400415 501201425"&lt;br /&gt;' The two numbers being cumulative totals for uploads and downloads&lt;br /&gt;' respectively.&lt;br /&gt;' 2/9/09&lt;br /&gt;' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''&lt;/span&gt;&lt;span style="font-family: arial;"&gt;&lt;span style="font-size: 78%;"&gt;&lt;span style="font-family: courier new;"&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; font-size: xx-small;"&gt;&lt;br /&gt;&lt;br /&gt;Dim w3sock, contents, TxTotalBytesStart,  TxTotalBytesEnd, RxTotalBytesStart, RxTotalBytesEnd&lt;br /&gt;Dim TxTotalBytes, RxTotalBytes, DataLine&lt;br /&gt;Const ForReading = 1, ForWriting = 2, ForAppending = 8&lt;br /&gt;Set w3sock = CreateObject("Socket.TCP")&lt;br /&gt;Set fso = CreateObject("Scripting.FileSystemObject")&lt;br /&gt;w3sock.DoTelnetEmulation = True&lt;br /&gt;w3sock.TelnetEmulation = "TTY"&lt;br /&gt;w3sock.Host = "192.168.2.1:23"&lt;br /&gt;w3sock.Open&lt;br /&gt;w3sock.SendLine "cat /proc/avalanche/avsar_modem_stats | grep ' Total Bytes:'"&lt;br /&gt;' the above line extracts the following from the router&lt;br /&gt;' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''&lt;br /&gt;'   cat /proc/avalanche/avsar_modem_stats | grep ' Total '&lt;br /&gt;'&lt;br /&gt;'&lt;br /&gt;'&lt;br /&gt;'   BusyBox v0.61.pre (2008.06.11-10:37+0000) Built-in shell (ash)&lt;br /&gt;'   Enter 'help' for a list of built-in commands.&lt;br /&gt;'&lt;br /&gt;'   # cat /proc/avalanche/avsar_modem_stats | grep ' Total '&lt;br /&gt;'           Tx Total Bytes: 396768076&lt;br /&gt;'           Rx Total Bytes: 332285881&lt;br /&gt;'   #&lt;br /&gt;'   #&lt;br /&gt;' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''&lt;br /&gt;w3sock.WaitFor "Rx Total Bytes:"&lt;br /&gt;'Wscript.echo w3Sock.Buffer&lt;br /&gt;w3sock.Close&lt;br /&gt;Set outfile = fso.OpenTextFile("c:\Utils\usage.log",ForAppending,true)&lt;br /&gt;contents = w3Sock.Buffer&lt;br /&gt;' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''&lt;br /&gt;' Parse 'contents' for TX and RX numbers&lt;br /&gt;' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''&lt;br /&gt;TxTotalBytesStart = 16 +(InStr(contents, "Tx Total Bytes: "))&lt;br /&gt;TxTotalBytesEnd = InStr(TxTotalBytesStart, contents, Chr(13))&lt;br /&gt;TxTotalBytes = Mid(contents, TxTotalBytesStart, (TxTotalBytesEnd - TxTotalBytesStart))&lt;br /&gt;RxTotalBytesStart = 16 +(InStr(contents, "Rx Total Bytes: "))&lt;br /&gt;RxTotalBytesEnd = InStr(RxTotalBytesStart, contents, Chr(13))&lt;br /&gt;RxTotalBytes = Mid(contents, RxTotalBytesStart, (RxTotalBytesEnd - RxTotalBytesStart))&lt;br /&gt;' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''&lt;br /&gt;' Assemble &amp;amp; output data to log file&lt;br /&gt;' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''&lt;br /&gt;DataLine = Date &amp;amp;" "&amp;amp; Time &amp;amp;chr(9)&amp;amp; TxTotalBytes &amp;amp;chr(9)&amp;amp; RxTotalBytes&lt;br /&gt;outfile.WriteLine DataLine&lt;br /&gt;outfile.Close&lt;/span&gt; &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7037344534293334336-6148794247666349982?l=thorny-issues.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thorny-issues.blogspot.com/feeds/6148794247666349982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7037344534293334336&amp;postID=6148794247666349982' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default/6148794247666349982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default/6148794247666349982'/><link rel='alternate' type='text/html' href='http://thorny-issues.blogspot.com/2009/09/1.html' title='Get Usage Stats from Netgear DG834G Router'/><author><name>CompuGuide</name><uri>http://www.blogger.com/profile/03632647126524238088</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_7F_KymIQnJQ/SqOFgnOMRTI/AAAAAAAAATE/q_4EE-JhkcU/s72-c/Image2.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7037344534293334336.post-5923994794537694544</id><published>2008-11-22T15:11:00.020Z</published><updated>2009-11-28T10:10:48.133Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='vshadow.exe'/><title type='text'>Volume Shadow Copy Service VSS_E_BAD_STATE 0x80042301</title><content type='html'>Update 28/11/09 - see &lt;a href="http://compuguide.info/Blog/?p=5"&gt;here&lt;/a&gt; &lt;br /&gt;If you have been racking your brains trying to resolve this error:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: 85%;"&gt;&lt;span style="font-family: courier new;"&gt;ERROR: COM call "m_pVssObject-&amp;gt;GatherWriterMetadata(&amp;amp;pAsync)" failed.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;- Returned HRESULT = 0x80042301&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;- Error text: VSS_E_BAD_STATE&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;- Please re-run VSHADOW.EXE with the /tracing option to get more details&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 85%;"&gt;&lt;span style="font-family: courier new;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Then read on...&lt;br /&gt;&lt;br /&gt;After much fruitless research I realised I was not going to find the answer to the above error online and so began to go through Microsoft's Volume Shadow Copy Service SDK, v7.2, something I had avoided as I am not a programmer.&lt;br /&gt;Like most problems the solution is simple if you know where to look. The Volume Shadow Copy Service uses vshadow.exe but although this file keeps the same name it is different for XP, Vista and servers.&lt;br /&gt;The following table, extracted by doing a search for all instances of the file in the above SDK should help you identify which one you need&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;vshadow.exe VSSReports 185 KB&lt;/span&gt; &lt;span style="font-family: courier new;"&gt;&lt;br /&gt;vshadow.exe debug-server 760 KB&lt;/span&gt; &lt;span style="font-family: courier new;"&gt;&lt;br /&gt;vshadow.exe debug-xp 724 KB&lt;/span&gt; &lt;span style="font-family: courier new;"&gt;&lt;br /&gt;vshadow.exe release-server 344 KB&lt;/span&gt; &lt;span style="font-family: courier new;"&gt;&lt;br /&gt;vshadow.exe release-xp 288 KB&lt;/span&gt; &lt;span style="font-family: courier new;"&gt;&lt;br /&gt;vshadow.exe obj-chk\amd64 387 KB&lt;/span&gt; &lt;span style="font-family: courier new;"&gt;&lt;br /&gt;vshadow.exe obj-chk\ia64 679 KB&lt;/span&gt; &lt;span style="font-family: courier new;"&gt;&lt;br /&gt;vshadow.exe obj-fre\amd64 356 KB&lt;/span&gt; &lt;span style="font-family: courier new;"&gt;&lt;br /&gt;vshadow.exe obj-fre\ia64 662 KB&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The 344KB Server release version seems to work on Vista as well&lt;br /&gt;The 288KB XP version only works in XP, not Vista&lt;br /&gt;Interestingly the 185KB version found in the "VSSReports" folder works on Vista but not XP&lt;br /&gt;&lt;br /&gt;Running the wrong version will generate the cryptic error and most references to this error send you off on a tortuous debugging path.&lt;br /&gt;Simply using the correct version should solve the problem&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7037344534293334336-5923994794537694544?l=thorny-issues.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thorny-issues.blogspot.com/feeds/5923994794537694544/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7037344534293334336&amp;postID=5923994794537694544' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default/5923994794537694544'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default/5923994794537694544'/><link rel='alternate' type='text/html' href='http://thorny-issues.blogspot.com/2008/11/volume-shadow-copy-service-vssebadstate.html' title='Volume Shadow Copy Service VSS_E_BAD_STATE 0x80042301'/><author><name>CompuGuide</name><uri>http://www.blogger.com/profile/03632647126524238088</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7037344534293334336.post-2955107803766317320</id><published>2007-04-09T11:57:00.000+01:00</published><updated>2007-04-09T12:32:02.661+01:00</updated><title type='text'>Deleting Photos from the Wii Message board</title><content type='html'>&lt;p style="font-family: verdana;" class="MsoNormal"&gt;Having recently been lucky enough to purchase a Wii, I say lucky enough, because these things are scarcer than hen’s teeth – I had been trying to get one since November 2006. &lt;/p&gt;  &lt;p style="font-family: verdana;" class="MsoNormal"&gt;Don’t get me wrong, I am not a game freak. In fact the last time I seriously played a computer game was way back in the days of DOOM – the original version, and remember nearly falling off my chair with fright when playing the game late at night and being jumped by a pink monster that was hiding behind a trapdoor in a darkened tunnel! &lt;/p&gt;  &lt;p style="font-family: verdana;" class="MsoNormal"&gt;Anyway, I digress, I bought this Wii primarily to tempt my son off World of Warcraft, which he has been so addicted to that I hardly see him. From that point it has been a raving success and now I seldom get to watch TV, but at least he is out of his room.&lt;/p&gt;  &lt;p style="font-family: verdana;" class="MsoNormal"&gt;My point is that after playing with the Wii for a bit I began to explore it’s other abilities and had fun doctoring a picture and then uploading it to the “Message board” only to find that there didn’t seem to be a way to delete it from the board. Searching the manual and Nintendo site didn’t help, but then I came across a message by “Player Joe” in a forum on “neoseeker.com” (&lt;a href="http://www.neoseeker.com/forums/index.php?fn=view_thread&amp;t=866035"&gt;http://www.neoseeker.com/forums/index.php?fn=view_thread&amp;amp;t=866035&lt;/a&gt; ) which suggested that the day the picture was posted would be recorded in the Wii message log and deleting this logged message would also delete the picture. It works, so below I summarize the steps needed to do this:-&lt;/p&gt;&lt;p style="font-family: verdana;" class="MsoNormal"&gt;Procedure to delete a photo from the Wii message Board&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: verdana;" class="MsoNormal"&gt;1.    Click on the photo in the message board and note it’s datestamp.&lt;br /&gt;2.    Go to the Wii menu&lt;br /&gt;3.    Select the Message Board icon at the bottom left&lt;br /&gt;4.    Click the calendar icon at the bottom right and navigate to the above datestamp&lt;br /&gt;5.    Find, select and delete the picture posting message&lt;br /&gt;6.    Go back to the Photo Channel and view the message board photos and check that your photo has been deleted.&lt;br /&gt;Hope this helps&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7037344534293334336-2955107803766317320?l=thorny-issues.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thorny-issues.blogspot.com/feeds/2955107803766317320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7037344534293334336&amp;postID=2955107803766317320' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default/2955107803766317320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default/2955107803766317320'/><link rel='alternate' type='text/html' href='http://thorny-issues.blogspot.com/2007/04/having-recently-been-lucky-enough-to.html' title='Deleting Photos from the Wii Message board'/><author><name>CompuGuide</name><uri>http://www.blogger.com/profile/03632647126524238088</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7037344534293334336.post-6744176396728102968</id><published>2007-02-17T12:11:00.000Z</published><updated>2007-02-17T13:02:05.305Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='security code'/><title type='text'>Amazing security strip - NOT!</title><content type='html'>&lt;p class="MsoNormal"&gt;Here is an interesting thing.&lt;?xml:namespace prefix = o /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;I got a letter this morning enclosing a security code under an adhesive strip, with instructions to inspect the strip for tampering and to notify them if this was the case. The code was to give me access to a web site and the strip had not been tampered with. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Before removing the strip, I thought I’d try reading through it by holding it up to the light, both from the front and back but could not read the code. Then I decided to scan the strip into my computer … Below is a portion of the original scan, then again the same image with gamma turned up to maximum, and lastly with contrast maximised…&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;What amazing security !&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size:0;"&gt;&lt;?xml:namespace prefix = v /&gt;&lt;v:stroke joinstyle="miter"&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;v:path connecttype="rect" gradientshapeok="t" extrusionok="f"&gt;&lt;o:lock aspectratio="t" ext="edit"&gt;&lt;v:imagedata title="" src="file:///D:\DOCUME~1\JDORRI~1\LOCALS~1\Temp\msohtmlclip1\01\clip_image001.emz"&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;img class="preview" style="WIDTH: 100px; HEIGHT: 254px" height="399" src="http://bp2.blogger.com/_7F_KymIQnJQ/Rdb8aj04AnI/AAAAAAAAAAs/KoW4Jx2RgVI/s400/Image11.jpg" width="157" /&gt;&lt;br /&gt;&lt;/v:imagedata&gt;&lt;/o:lock&gt;&lt;/v:path&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:f&gt;&lt;/v:stroke&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7037344534293334336-6744176396728102968?l=thorny-issues.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://thorny-issues.blogspot.com/feeds/6744176396728102968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7037344534293334336&amp;postID=6744176396728102968' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default/6744176396728102968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7037344534293334336/posts/default/6744176396728102968'/><link rel='alternate' type='text/html' href='http://thorny-issues.blogspot.com/2007/02/amazing-security-strip-not.html' title='Amazing security strip - NOT!'/><author><name>CompuGuide</name><uri>http://www.blogger.com/profile/03632647126524238088</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_7F_KymIQnJQ/Rdb8aj04AnI/AAAAAAAAAAs/KoW4Jx2RgVI/s72-c/Image11.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
