<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[VadaVaka - Web Programming]]></title>
		<link>https://vadavaka.com/forums/</link>
		<description><![CDATA[VadaVaka - https://vadavaka.com/forums]]></description>
		<pubDate>Wed, 29 Jul 2026 14:36:57 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[PHP and POP3]]></title>
			<link>https://vadavaka.com/forums/showthread.php?tid=4923</link>
			<pubDate>Thu, 08 Feb 2007 14:02:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vadavaka.com/forums/member.php?action=profile&uid=144">8-up</a>]]></dc:creator>
			<guid isPermaLink="false">https://vadavaka.com/forums/showthread.php?tid=4923</guid>
			<description><![CDATA[Anyone know how to read messages from Gmail using PHP?]]></description>
			<content:encoded><![CDATA[Anyone know how to read messages from Gmail using PHP?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need some help with web pages.]]></title>
			<link>https://vadavaka.com/forums/showthread.php?tid=4875</link>
			<pubDate>Thu, 09 Nov 2006 14:54:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vadavaka.com/forums/member.php?action=profile&uid=144">8-up</a>]]></dc:creator>
			<guid isPermaLink="false">https://vadavaka.com/forums/showthread.php?tid=4875</guid>
			<description><![CDATA[OK...I&#39;m trying to make a web site that uses the same basic template for all the pages.<br />
I&#39;m have some limited knowledge of CSS and I am using it successfully so far.<br />
<br />
I&#39;m using an image map for the main menu on all my pages:<br />
<br />
&amp;lt;map id=&amp;quot;menumap&amp;quot; name=&amp;quot;menumap&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,0, 114,19&amp;quot;   href=&amp;quot;index.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,18,114,40&amp;quot;   href=&amp;quot;about.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mAbout&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,39,114,61&amp;quot;   href=&amp;quot;contact.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mContact&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,60,114,82&amp;quot;   href=&amp;quot;calendar.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mCalendar&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,81,114,103&amp;quot;  href=&amp;quot;beltreqs.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mBeltreqs&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,102,114,122&amp;quot; href=&amp;quot;links.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mLinks&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
&amp;lt;/map&amp;gt;<br />
<br />
There will probably be close to 100 pages total available for this site, so if I need to add to or modify the menu, I&#39;ll have to change <span style="font-weight: bold;" class="mycode_b">EVERY</span> single-dingle page.  I just don&#39;t want to do this&#33;<br />
<br />
The only thing that is going to change on various pages is the argument passed to chgImg in the onmouseout event.<br />
<br />
Is there a way I can store this HTML in one location and reference it on each page for use so I don&#39;t have to change a million pages when I make a modification?<br />
<br />
<br />
Oh yeah, I don&#39;t want to use frames either.]]></description>
			<content:encoded><![CDATA[OK...I&#39;m trying to make a web site that uses the same basic template for all the pages.<br />
I&#39;m have some limited knowledge of CSS and I am using it successfully so far.<br />
<br />
I&#39;m using an image map for the main menu on all my pages:<br />
<br />
&amp;lt;map id=&amp;quot;menumap&amp;quot; name=&amp;quot;menumap&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,0, 114,19&amp;quot;   href=&amp;quot;index.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,18,114,40&amp;quot;   href=&amp;quot;about.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mAbout&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,39,114,61&amp;quot;   href=&amp;quot;contact.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mContact&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,60,114,82&amp;quot;   href=&amp;quot;calendar.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mCalendar&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,81,114,103&amp;quot;  href=&amp;quot;beltreqs.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mBeltreqs&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
   &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,102,114,122&amp;quot; href=&amp;quot;links.html&amp;quot; onmouseover=&amp;quot;chgImg(&#39;mLinks&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot; onmouseout=&amp;quot;chgImg(&#39;mHome&#39<img src="https://vadavaka.com/forums/images/smilies/wink.gif" alt="Wink" title="Wink" class="smilie smilie_2" />&amp;quot;&amp;gt;<br />
&amp;lt;/map&amp;gt;<br />
<br />
There will probably be close to 100 pages total available for this site, so if I need to add to or modify the menu, I&#39;ll have to change <span style="font-weight: bold;" class="mycode_b">EVERY</span> single-dingle page.  I just don&#39;t want to do this&#33;<br />
<br />
The only thing that is going to change on various pages is the argument passed to chgImg in the onmouseout event.<br />
<br />
Is there a way I can store this HTML in one location and reference it on each page for use so I don&#39;t have to change a million pages when I make a modification?<br />
<br />
<br />
Oh yeah, I don&#39;t want to use frames either.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Strange Problem Occuring in Firefox]]></title>
			<link>https://vadavaka.com/forums/showthread.php?tid=4867</link>
			<pubDate>Fri, 27 Oct 2006 11:26:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vadavaka.com/forums/member.php?action=profile&uid=83">{james}</a>]]></dc:creator>
			<guid isPermaLink="false">https://vadavaka.com/forums/showthread.php?tid=4867</guid>
			<description><![CDATA[Hey,<br />
<br />
I have been encountering a type of &amp;quot;Display Bug&amp;quot; on the Ricochet Source website for sometime now. This bug only occurs in &amp;quot;Firefox&amp;quot; and only effects the center section of the site. I have attempted to fix it but I have been unable to find the cause. Here is the problem:<br />
<br />
When you first load the website up in Firefox the website will look like this:<br />
<br />
<a href="http://www.ricochet-source.com/errorno1.jpg" target="_blank" rel="noopener" class="mycode_url">http://www.ricochet-source.com/errorno1.jpg</a><br />
As you can see the center section is totally out of alignment <br />
<br />
When you hit the &amp;quot;Refresh&amp;quot; button the website will then go back to the way it should look:<br />
<a href="http://www.ricochet-source.com/noerrorno.jpg" target="_blank" rel="noopener" class="mycode_url">http://www.ricochet-source.com/noerrorno.jpg</a><br />
<br />
To recreate this bug visit <a href="http://www.ricochet-source.com" target="_blank" rel="noopener" class="mycode_url">www.ricochet-source.com</a> , if everything is aligned correctly goto <br />
&amp;quot;Tools &amp;gt;&amp;gt; Clear Private Data... &amp;gt;&amp;gt; Click &amp;quot;Cache&amp;quot;&amp;quot;<br />
<br />
This then for some unkown reason causes the center section of the site to go out of alignment.<br />
I am really not sure why this bug is occurring, wondered if any of you would have any ideas ?]]></description>
			<content:encoded><![CDATA[Hey,<br />
<br />
I have been encountering a type of &amp;quot;Display Bug&amp;quot; on the Ricochet Source website for sometime now. This bug only occurs in &amp;quot;Firefox&amp;quot; and only effects the center section of the site. I have attempted to fix it but I have been unable to find the cause. Here is the problem:<br />
<br />
When you first load the website up in Firefox the website will look like this:<br />
<br />
<a href="http://www.ricochet-source.com/errorno1.jpg" target="_blank" rel="noopener" class="mycode_url">http://www.ricochet-source.com/errorno1.jpg</a><br />
As you can see the center section is totally out of alignment <br />
<br />
When you hit the &amp;quot;Refresh&amp;quot; button the website will then go back to the way it should look:<br />
<a href="http://www.ricochet-source.com/noerrorno.jpg" target="_blank" rel="noopener" class="mycode_url">http://www.ricochet-source.com/noerrorno.jpg</a><br />
<br />
To recreate this bug visit <a href="http://www.ricochet-source.com" target="_blank" rel="noopener" class="mycode_url">www.ricochet-source.com</a> , if everything is aligned correctly goto <br />
&amp;quot;Tools &amp;gt;&amp;gt; Clear Private Data... &amp;gt;&amp;gt; Click &amp;quot;Cache&amp;quot;&amp;quot;<br />
<br />
This then for some unkown reason causes the center section of the site to go out of alignment.<br />
I am really not sure why this bug is occurring, wondered if any of you would have any ideas ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need a little php help]]></title>
			<link>https://vadavaka.com/forums/showthread.php?tid=3610</link>
			<pubDate>Fri, 13 Aug 2004 21:46:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vadavaka.com/forums/member.php?action=profile&uid=2">Gwarsbane</a>]]></dc:creator>
			<guid isPermaLink="false">https://vadavaka.com/forums/showthread.php?tid=3610</guid>
			<description><![CDATA[Ok basically what the script does is gets a files name and then show it as a picture.  That part works.  What I&#39;m trying to do is run a inc file that has the same name as the jpg but also has the .inc added onto the end of it so that I can put a caption under the picture that matches the image without having to put it in manually.<br />
<br />
The slight problem I am having is that it gets the name of the jpg and adds it to the .inc but for some reason it puts a space inbetween  the name and the .inc.<br />
<br />
Here is the code, I will post the full code in the another message...<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&#036;inc_ext = &#34;.inc&#34;; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //Puts the .inc at the end of the quote file name<br />
&#036;quote_folder = &#34;potd/potd_quote/&#34;; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //Image Quote<br />
<br />
The above code was used to setup the folder<br />
<br />
The code below is one of the pieces of code I have tried. &amp;nbsp;When I used the echo line I would get potd/potd_quote/post-5-1088106344.jpg .inc<br />
<br />
&#036;quote_potd = &#036;quote_folder.&#036;photo&#91;&#036;qc&#93;.&#34;&#036;inc_ext&#34;;<br />
# echo &#036;quote_potd;<br />
include &#40;&#34;&#036;quote_potd&#34;&#41;;<br />
<br />
I get the error messages...<br />
<br />
Warning&#58; main&#40;potd/potd_quote/post-5-1088106344.jpg .inc&#41;&#58; failed to open stream&#58; No such file or directory in /srv/www/vadavaka/test.php on line 203<br />
<br />
Warning&#58; main&#40;&#41;&#58; Failed opening &#39;potd/potd_quote/post-5-1088106344.jpg .inc&#39; for inclusion &#40;include_path=&#39;.&#58;/usr/share/php&#39;&#41; in /srv/www/vadavaka/test.php on line 203</code></div></div><br />
heck I even created the files with the space in it and I still get those error message.  The line that the error is on is off because have lots of other code above this.]]></description>
			<content:encoded><![CDATA[Ok basically what the script does is gets a files name and then show it as a picture.  That part works.  What I&#39;m trying to do is run a inc file that has the same name as the jpg but also has the .inc added onto the end of it so that I can put a caption under the picture that matches the image without having to put it in manually.<br />
<br />
The slight problem I am having is that it gets the name of the jpg and adds it to the .inc but for some reason it puts a space inbetween  the name and the .inc.<br />
<br />
Here is the code, I will post the full code in the another message...<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&#036;inc_ext = &#34;.inc&#34;; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //Puts the .inc at the end of the quote file name<br />
&#036;quote_folder = &#34;potd/potd_quote/&#34;; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //Image Quote<br />
<br />
The above code was used to setup the folder<br />
<br />
The code below is one of the pieces of code I have tried. &amp;nbsp;When I used the echo line I would get potd/potd_quote/post-5-1088106344.jpg .inc<br />
<br />
&#036;quote_potd = &#036;quote_folder.&#036;photo&#91;&#036;qc&#93;.&#34;&#036;inc_ext&#34;;<br />
# echo &#036;quote_potd;<br />
include &#40;&#34;&#036;quote_potd&#34;&#41;;<br />
<br />
I get the error messages...<br />
<br />
Warning&#58; main&#40;potd/potd_quote/post-5-1088106344.jpg .inc&#41;&#58; failed to open stream&#58; No such file or directory in /srv/www/vadavaka/test.php on line 203<br />
<br />
Warning&#58; main&#40;&#41;&#58; Failed opening &#39;potd/potd_quote/post-5-1088106344.jpg .inc&#39; for inclusion &#40;include_path=&#39;.&#58;/usr/share/php&#39;&#41; in /srv/www/vadavaka/test.php on line 203</code></div></div><br />
heck I even created the files with the space in it and I still get those error message.  The line that the error is on is off because have lots of other code above this.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[i&#39;m lazy...]]></title>
			<link>https://vadavaka.com/forums/showthread.php?tid=3191</link>
			<pubDate>Mon, 05 Jan 2004 10:24:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vadavaka.com/forums/member.php?action=profile&uid=21">kermit</a>]]></dc:creator>
			<guid isPermaLink="false">https://vadavaka.com/forums/showthread.php?tid=3191</guid>
			<description><![CDATA[i&#39;m not sure i should post this here or in the half-life or ricochet sub-section but i can&#39;t gauge popular interest at 3:30 in the morning...lol.<br />
<br />
i use these to automatically connect to vads or grits 24/7 from my desktop. just save them as their own .bat files and you are set. for example, make a new file in notepad, copy and paste the text in blue into the new file and save as &amp;quot;newname.bat&amp;quot; where newname is anything you want....preferebly the server name (hostname) you are wanting to connect to. the quotes are useful so notepad doesn&#39;t impose a .txt extension. after you are saved, you can just double click on the .bat file and your off to play. remember, you will have two .bat files...one for each server.   <br />
<span style="color: BLUE;" class="mycode_color"><br />
REM Grits 24/7 Arena auto-connect...<br />
<br />
@ECHO OFF<br />
CD C:&#092;SIERRA&#092;Half-Life&#092;<br />
hl.exe -game ricochet -console +connect 209.190.4.13:27018<br />
</span><br />
and here&#39;s the other for vads:<br />
<span style="color: blue;" class="mycode_color"><br />
REM Vads Ricochet auto-connect...<br />
<br />
@ECHO OFF<br />
CD C:&#092;SIERRA&#092;Half-Life&#092;<br />
hl.exe -game ricochet -console +connect 199.218.8.89:27017<br />
</span><br />
of course, you can replace the game variable and the ip address if you want to connect to a different server.<br />
<br />
anyways, you can see how easy it would be to make a vbscript that could pop up a little window, give you a selection of your favorite servers and let you pick the one you want. what would be nice is the ability to retrieve information from a server before you connect. <br />
<br />
i should probably link to the .bat files that i actually use because i&#39;m sure my instructions were overly complicated...lol. also, i was thinking of an mirc script that could auto-connect someone from the #vadavaka channel. for example you type in &#33;grits247 or &#33;vads and it goes there and also let&#39;s everyone on the channel know you are away gaming. maybe this is all silly but i&#39;m sleep deprived...gn.<br />
<br />
oh yeah, if the server&#39;s ip changes, then you have to edit the ip address in the .bat file...just open it up in notepad, make the alterations and save and it&#39;s all good again.]]></description>
			<content:encoded><![CDATA[i&#39;m not sure i should post this here or in the half-life or ricochet sub-section but i can&#39;t gauge popular interest at 3:30 in the morning...lol.<br />
<br />
i use these to automatically connect to vads or grits 24/7 from my desktop. just save them as their own .bat files and you are set. for example, make a new file in notepad, copy and paste the text in blue into the new file and save as &amp;quot;newname.bat&amp;quot; where newname is anything you want....preferebly the server name (hostname) you are wanting to connect to. the quotes are useful so notepad doesn&#39;t impose a .txt extension. after you are saved, you can just double click on the .bat file and your off to play. remember, you will have two .bat files...one for each server.   <br />
<span style="color: BLUE;" class="mycode_color"><br />
REM Grits 24/7 Arena auto-connect...<br />
<br />
@ECHO OFF<br />
CD C:&#092;SIERRA&#092;Half-Life&#092;<br />
hl.exe -game ricochet -console +connect 209.190.4.13:27018<br />
</span><br />
and here&#39;s the other for vads:<br />
<span style="color: blue;" class="mycode_color"><br />
REM Vads Ricochet auto-connect...<br />
<br />
@ECHO OFF<br />
CD C:&#092;SIERRA&#092;Half-Life&#092;<br />
hl.exe -game ricochet -console +connect 199.218.8.89:27017<br />
</span><br />
of course, you can replace the game variable and the ip address if you want to connect to a different server.<br />
<br />
anyways, you can see how easy it would be to make a vbscript that could pop up a little window, give you a selection of your favorite servers and let you pick the one you want. what would be nice is the ability to retrieve information from a server before you connect. <br />
<br />
i should probably link to the .bat files that i actually use because i&#39;m sure my instructions were overly complicated...lol. also, i was thinking of an mirc script that could auto-connect someone from the #vadavaka channel. for example you type in &#33;grits247 or &#33;vads and it goes there and also let&#39;s everyone on the channel know you are away gaming. maybe this is all silly but i&#39;m sleep deprived...gn.<br />
<br />
oh yeah, if the server&#39;s ip changes, then you have to edit the ip address in the .bat file...just open it up in notepad, make the alterations and save and it&#39;s all good again.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Spam this dammit&#33;]]></title>
			<link>https://vadavaka.com/forums/showthread.php?tid=3146</link>
			<pubDate>Thu, 04 Dec 2003 17:59:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vadavaka.com/forums/member.php?action=profile&uid=29">PIX</a>]]></dc:creator>
			<guid isPermaLink="false">https://vadavaka.com/forums/showthread.php?tid=3146</guid>
			<description><![CDATA[Dec. 3 â One third of all spam circulating the Web is relayed through PCs that have been compromised by malicious programs known as Remote Access Trojans, according to Sophos, a corporate spam and antivirus company.<br />
<a href="http://www.msnbc.com/news/1000844.asp?0dm=N16OT#BODY" target="_blank" rel="noopener" class="mycode_url">READ MORE</a>]]></description>
			<content:encoded><![CDATA[Dec. 3 â One third of all spam circulating the Web is relayed through PCs that have been compromised by malicious programs known as Remote Access Trojans, according to Sophos, a corporate spam and antivirus company.<br />
<a href="http://www.msnbc.com/news/1000844.asp?0dm=N16OT#BODY" target="_blank" rel="noopener" class="mycode_url">READ MORE</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hack]]></title>
			<link>https://vadavaka.com/forums/showthread.php?tid=2630</link>
			<pubDate>Thu, 17 Apr 2003 08:14:47 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vadavaka.com/forums/member.php?action=profile&uid=31">enzymo</a>]]></dc:creator>
			<guid isPermaLink="false">https://vadavaka.com/forums/showthread.php?tid=2630</guid>
			<description><![CDATA[In this post , I am going to describe how to hack a ham sandwich:<br />
<br />
First you have do find on what OS this sandwich is running:<br />
- white bread,<br />
- brown bread,<br />
- pizza pasta<br />
- whatever<br />
<br />
Then, you have to look at it&#39;s size. It might be very large and you may then need a lot of CPU to hack it:<br />
- one foot long<br />
- 2 feet long,<br />
- whatever<br />
<br />
Then you have to look at all the apps runing on it:<br />
- sauce<br />
- butter<br />
- tomato<br />
- ham (of course, but you need to see the kind of ham. It can be french, spanish, italian, american, whatever)<br />
- whatever<br />
<br />
Now that you know what kind of ham sandwich you will hack, you might choose the method you &#39;r going to use. <br />
<br />
Of course, you can take advantage of known bugs.<br />
Examples:<br />
<br />
- in belgian ham, there is Dioxyne which lets you format c: easy through a simple comand. Something like &amp;quot;load Dioxyne.exe, run dioxyne.exe, dioxyne will than --&#62; format c:&amp;quot;<br />
- in american ham it could be &amp;quot;Hormone&amp;quot; The bug is well known to lead to a big buffer overflow in the &amp;quot;Head&amp;quot; part of the admin...<br />
- in french ham, you could use the well known bug &amp;quot;bad_english&amp;quot; and use a special comand like &amp;quot;ze french cancan iz a iz ze ultimate dance in ze worrrld&amp;quot;. This might freeze the ham sandwich... Another french bug is &amp;quot;Mad Ham&amp;quot; that is a derivative to the &amp;quot;Mad cow&amp;quot; bug. This leads to make the ham sandwich admin become stupid and give away his sandwich if requested.<br />
<br />
You can choose a method like:<br />
<br />
- hardcore penetration (brute force)<br />
ie: rooting the sandwich by trying to get the password (use a dictionary with usefull words like sauce, ham, butter, bread and simmilars). Of course NT, Linux and VMS are words that will not work. I wonder why you thought about those words....<br />
<br />
- smooth penetration<br />
ie rooting the ham sandwich using a simple buffer overflow in the butter partition (this method leads to your slow finger&#39;s insertion in the sandwich) or whatever<br />
<br />
<br />
Once you rooted the sandwich, send a comand like:<br />
<br />
EAT<br />
<br />
instead of END<br />
<br />
:blink:]]></description>
			<content:encoded><![CDATA[In this post , I am going to describe how to hack a ham sandwich:<br />
<br />
First you have do find on what OS this sandwich is running:<br />
- white bread,<br />
- brown bread,<br />
- pizza pasta<br />
- whatever<br />
<br />
Then, you have to look at it&#39;s size. It might be very large and you may then need a lot of CPU to hack it:<br />
- one foot long<br />
- 2 feet long,<br />
- whatever<br />
<br />
Then you have to look at all the apps runing on it:<br />
- sauce<br />
- butter<br />
- tomato<br />
- ham (of course, but you need to see the kind of ham. It can be french, spanish, italian, american, whatever)<br />
- whatever<br />
<br />
Now that you know what kind of ham sandwich you will hack, you might choose the method you &#39;r going to use. <br />
<br />
Of course, you can take advantage of known bugs.<br />
Examples:<br />
<br />
- in belgian ham, there is Dioxyne which lets you format c: easy through a simple comand. Something like &amp;quot;load Dioxyne.exe, run dioxyne.exe, dioxyne will than --&#62; format c:&amp;quot;<br />
- in american ham it could be &amp;quot;Hormone&amp;quot; The bug is well known to lead to a big buffer overflow in the &amp;quot;Head&amp;quot; part of the admin...<br />
- in french ham, you could use the well known bug &amp;quot;bad_english&amp;quot; and use a special comand like &amp;quot;ze french cancan iz a iz ze ultimate dance in ze worrrld&amp;quot;. This might freeze the ham sandwich... Another french bug is &amp;quot;Mad Ham&amp;quot; that is a derivative to the &amp;quot;Mad cow&amp;quot; bug. This leads to make the ham sandwich admin become stupid and give away his sandwich if requested.<br />
<br />
You can choose a method like:<br />
<br />
- hardcore penetration (brute force)<br />
ie: rooting the sandwich by trying to get the password (use a dictionary with usefull words like sauce, ham, butter, bread and simmilars). Of course NT, Linux and VMS are words that will not work. I wonder why you thought about those words....<br />
<br />
- smooth penetration<br />
ie rooting the ham sandwich using a simple buffer overflow in the butter partition (this method leads to your slow finger&#39;s insertion in the sandwich) or whatever<br />
<br />
<br />
Once you rooted the sandwich, send a comand like:<br />
<br />
EAT<br />
<br />
instead of END<br />
<br />
:blink:]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Anyone need help with MySQL, PHP...etc?]]></title>
			<link>https://vadavaka.com/forums/showthread.php?tid=2541</link>
			<pubDate>Mon, 24 Feb 2003 17:35:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://vadavaka.com/forums/member.php?action=profile&uid=29">PIX</a>]]></dc:creator>
			<guid isPermaLink="false">https://vadavaka.com/forums/showthread.php?tid=2541</guid>
			<description><![CDATA[If anyone needs help with their MySQL setup on UNIX or PHP configs...let me know.<br />
I can also help you set up BIND 9.x, DHCP via UNIX, IPFW, NAT...etc.<br />
<a href="http://www.clanut.org" target="_blank" rel="noopener" class="mycode_url">http://www.clanut.org</a><br />
<br />
PIX]]></description>
			<content:encoded><![CDATA[If anyone needs help with their MySQL setup on UNIX or PHP configs...let me know.<br />
I can also help you set up BIND 9.x, DHCP via UNIX, IPFW, NAT...etc.<br />
<a href="http://www.clanut.org" target="_blank" rel="noopener" class="mycode_url">http://www.clanut.org</a><br />
<br />
PIX]]></content:encoded>
		</item>
	</channel>
</rss>