<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Help4Flirts &#187; Tips and tricks</title>
	<atom:link href="http://help4flirts.com/category/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://help4flirts.com</link>
	<description>HTML tutorials for Niteflirt and other stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:19:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Safeguarding your files</title>
		<link>http://help4flirts.com/2010/06/10/safeguarding-your-files/</link>
		<comments>http://help4flirts.com/2010/06/10/safeguarding-your-files/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 05:18:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security info]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[filename security]]></category>
		<category><![CDATA[filenames]]></category>
		<category><![CDATA[protecting directories]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=520</guid>
		<description><![CDATA[Let&#8217;s say you have your own domain. You have uploaded files, say, photos, and you intend to sell access to those photos. You don&#8217;t want to give access to anyone who doesn&#8217;t pay. All you want is to sell access to photo sets by email, not start a member&#8217;s area where someone could have full [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you have your own domain. You have uploaded files, say, photos, and you intend to sell access to those photos. You don&#8217;t want to give access to anyone who doesn&#8217;t pay. All you want is to sell access to photo sets by email, not start a member&#8217;s area where someone could have full access to all the files you might have. </p>
<p>If you&#8217;ve read this far, you probably aren&#8217;t sure how to go about this. There are a lot of ways to do it, many of them requiring a fair amount of technical expertise. </p>
<p>I&#8217;m going to skip around those and give the one that is the easiest to use that I know of.</p>
<p>Let&#8217;s say I have a domain named <b>mydomain.com</b>. The URL of that domain is <b>http://mydomain.com</b>. If I have an &#8216;images&#8217; folder, as many people do, the URL would be <b>http://mydomain.com/images/</b>. If you have an image in there named <b>myimage.jpg</b>, the URL of that image is <b>http://mydomain.com/images/myimage.jpg</b>.</p>
<p>The first thing you need to do is check to see what happens if you go to that <b>/images/</b> directory by typing in the address <b>http://mydomain.com/images/</b>. It is often the case that typing in a folder name will by default send you to an index page you have in that folder. But if you don&#8217;t have an index page in that folder (because maybe you didn&#8217;t put one there), depending on how your server is set up by your host, you may see a default directory page that has clickable links to all your images. </p>
<p>This is a bad thing, as anyone who knows you have an <b>/images/</b> folder (or anyone who guesses you have one) can see everything you have in there. You may want to contact your host to see if they will change that, or you can simply create and upload a blank index page. </p>
<p>Open Notepad (Start=>Accessories=>Notepad), select File=>Save As. In the window that pops up, choose where you want to save it on your computer first, so you won&#8217;t forget where you put it. Type <b>index.html</b> in the &#8220;File name&#8221; box. Change &#8220;Save as Type&#8221; from &#8220;Text Documents (*.txt)&#8221; to &#8220;All Files&#8221;. Then click Save.</p>
<p>Upload the file into any directory that doesn&#8217;t already have an index file of some sort.</p>
<p>Now, let&#8217;s say you want to sell someone a set of files named <b>reddress1.jpg</b>, <b>reddress2.jpg</b>, and <b>reddress3.jpg</b>. You may want to sell multiple sets. It&#8217;s really convenient to name them like that, because it makes it easy for you to see what you have and work with it. But it also makes it easy for someone else to guess what else might be there. So if someone who bought Set 1 guessed that Set 2 contained <b>reddress4.jpg</b>, <b>reddress5.jpg</b>, and <b>reddress6.jpg</b>, then typed those in, they could very well find them. They might also go looking to see what you named your other photo sets, based on your sales info. </p>
<p>Obviously that&#8217;s way too easy. Here&#8217;s what I do. I append a random string to the end of the file or folder I am giving access to, using <a href="http://help4flirts.com/help/passutils.ZIP">PassUtils</a>, a free password generator. Unzip it and install it. To use it just open and uncheck the &#8220;punctuation box&#8221;, because having punctuation in a filename can mess up opening that file. Create as many passwords as you like. Then right click each password and copy the password to your clipboard. Rename your files one at a time by right clicking in a Windows &#8216;Save As&#8217; or &#8216;Open&#8217; window, or in FTP, by right clicking and selecting &#8216;Rename&#8217;. The name will be selected. Hit the right arrow to put the cursor to the end of the file name, between the file name and the file extension. Type an underscore &#8216;_&#8217; or hyphen &#8216;-&#8217;, then copy in the random string. </p>
<p>The goal is to change the file &#8216;<b>reddress1.jpg</b>&#8216; to &#8216;<b>reddress1_6cYm2FTg.jpg</b>&#8216;.  Now you can still read what the file contains based on what you named it, but nobody can possibly guess correctly what you named it to access it without permission. </p>
<p>You can also do the same thing with folders containing multiple images. If you sell a single set of images in a folder named <b>/Set1_6cYm2FTg/</b>, nobody can guess the folder name, and you can still give the photos easy names inside the folder. </p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2010/06/10/safeguarding-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photohostess link generator</title>
		<link>http://help4flirts.com/2010/03/09/photohostess-link-generator/</link>
		<comments>http://help4flirts.com/2010/03/09/photohostess-link-generator/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:30:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[html help]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=450</guid>
		<description><![CDATA[Many girls are now using Photohostess to host their images for Niteflirt. Unfortunately, although photohostess is intended to host photos for girls on Niteflirt and provide them with links to use, it does not provide you with Niteflirt-safe image code or the information you need to fix the links to make them work but keep [...]]]></description>
			<content:encoded><![CDATA[<p>Many girls are now using <a href="http://photohostess.com">Photohostess</a> to host their images for Niteflirt. Unfortunately, although photohostess is intended to host photos for girls on Niteflirt and provide them with links to use, it does not provide you with Niteflirt-safe image code or the information you need to fix the links to make them work but keep them from getting your listing suspended. </p>
<p>In my last entry I gave instructions on how to clean up Photohostess links by editing them. That is no longer necessary. I have created a page that you can enter your image url, which will give you a working image link to copy. </p>
<p>There is also a second form which will generate a working link. So you can use it to create HTML code for payment mail buttons, image links to your blog, or whatever you want. </p>
<p>There is a third form you can use to create text links.</p>
<p>You must enter naked links with no tags. There should be no spaces in your links. If you miscopy, it will create HTML code for you that just won&#8217;t work. If you are making payment mail buttons, copy the plain HTML link from the window that comes up after you create or edit your payment mail button, not the popup that links from the payment mail index and provides you with a gray payment mail button code. </p>
<p>These are standard links. They will work with any text or image anywhere you need an HTML image or link code on the web. They will not modify your image size for you. </p>
<p><a href="http://help4flirts.com/help/nf-link-generator.php">Photohostess link generator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2010/03/09/photohostess-link-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Photohostess photos Niteflirt-safe</title>
		<link>http://help4flirts.com/2010/03/08/making-photohostess-photos-niteflirt-safe/</link>
		<comments>http://help4flirts.com/2010/03/08/making-photohostess-photos-niteflirt-safe/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 21:59:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[niteflirt photo hosting]]></category>
		<category><![CDATA[Photohostess]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=440</guid>
		<description><![CDATA[Photohostess is a photo hosting site intended for use with Niteflirt. The site requires photos uploaded to meet Niteflirt photo requirements. Therefore, it is rather odd that of all the links they give you to use your photos, none of them is Niteflirt-safe and ready. (Click to enlarge the image if it appears small to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://photohostess.com">Photohostess</a> is a photo hosting site intended for use with Niteflirt. The site requires photos uploaded to meet Niteflirt photo requirements. Therefore, it is rather odd that of all the links they give you to use your photos, none of them is Niteflirt-safe and ready. (Click to enlarge the image if it appears small to you.)</p>
<p><iframe width="475" height="265" src="http://help4flirts.com/images/photohostess.gif"></iframe></p>
<p>You have a choice here, but either way you have to do some editing. </p>
<p>You can take the <b>hotlink for websites</b> code, and remove the link (shown in red):</p>
<p><span style="font-weight: bold; color: red;">&lt;a href=&quot;http://photohostess.com/etc&#8230;&quot;&gt;</span>&lt;img src=&#8221;http://photohostess.com/etc&#8230;&gt;<span style="font-weight: bold; color: red;">&lt;/a&gt;</span></p>
<p>Or you can take the direct link and turn it into an image link by adding the parts in green here: </p>
<p><span style="font-weight: bold; color: green;">&lt;img src=&quot;</span>http://photohostess.com/etc&#8230;<span style="font-weight: bold; color: green;">&quot;&gt;</span></p>
<p>Also see <a href="http://help4flirts.com/2010/02/16/how-to-host-an-image-on-niteflirt/">How to host an image on Niteflirt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2010/03/08/making-photohostess-photos-niteflirt-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to host an image on Niteflirt</title>
		<link>http://help4flirts.com/2010/02/16/how-to-host-an-image-on-niteflirt/</link>
		<comments>http://help4flirts.com/2010/02/16/how-to-host-an-image-on-niteflirt/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:34:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Niteflirt]]></category>
		<category><![CDATA[niteflirt photo hosting]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=403</guid>
		<description><![CDATA[I&#8217;m not going to take credit for figuring this out, as I saw someone doing it this morning. Upload your photo as a profile thumbnail. When the listing is saved, click on the thumbnail to enlarge it in a popup. Right-click to copy the url. Put it in an excel file or text file somewhere [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not going to take credit for figuring this out, as I saw someone doing it this morning.</p>
<p>Upload your photo as a profile thumbnail. When the listing is saved, click on the thumbnail to enlarge it in a popup. Right-click to copy the url. Put it in an excel file or text file somewhere safe, so you don&#8217;t lose the link. Now put it in a regular image tag:</p>
<p>&lt;img src=&#8221;http://i.niteflirt.com&#8230;etc.&#8221;&gt; </p>
<p>Even if you change the thumbnail, the image will stay hosted. Wasn&#8217;t that easy? </p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2010/02/16/how-to-host-an-image-on-niteflirt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Background color revisited</title>
		<link>http://help4flirts.com/2010/01/14/background-color-revisited/</link>
		<comments>http://help4flirts.com/2010/01/14/background-color-revisited/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 06:54:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Color stuff]]></category>
		<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[backgrounds]]></category>
		<category><![CDATA[add background color to Niteflirt listing]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=397</guid>
		<description><![CDATA[Put this code at the top of your listing, substituting a named color or a hex code color (also found on the same charts). You can pick an unnamed hex code color using a free color picker. &#60;body border=&#8221;0&#8243;style=&#8221;background-color:black;&#8221;&#62; Leave the spacing exactly as it is.]]></description>
			<content:encoded><![CDATA[<p>Put this code at the top of your listing, substituting a <a title="Click for color charts" href="http://www.google.com/search?q=html+color+codes&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" target="_blank">named color</a> or a hex code color (also found on the same charts). You can pick an unnamed hex code color using a <a title="Free color picker" href="http://www.iconico.com/colorpic/" target="_blank">free color picker</a>. </p>
<p>&lt;body border=&#8221;0&#8243;style=&#8221;background-color:black;&#8221;&gt;</p>
<p>Leave the spacing exactly as it is. </p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2010/01/14/background-color-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coping with callbutton issues</title>
		<link>http://help4flirts.com/2009/12/02/coping-with-callbutton-issues/</link>
		<comments>http://help4flirts.com/2009/12/02/coping-with-callbutton-issues/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 19:34:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Callbuttons]]></category>
		<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[making niteflirt callbuttons work]]></category>
		<category><![CDATA[Niteflirt callbuttons]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=359</guid>
		<description><![CDATA[Unless you are using the old pre-transition callbuttons (which stopped working but then later became active again), your flirt-installed callbuttons do not change status when you change status. Code for those callbuttons is no longer distributed. The link to callbutton code on your My Account page no longer is present. The link on our listings [...]]]></description>
			<content:encoded><![CDATA[<p>Unless you are using the old pre-transition callbuttons (which stopped working but then later became active again), your flirt-installed callbuttons do not change status when you change status. Code for those callbuttons is no longer distributed.</p>
<p>The link to callbutton code on your My Account page no longer is present. The link on our listings has not been coded, and if you click it the page ends up being refreshed. The only way to get current callbutton codes for your listings is to open a listing as if to edit it, submit twice without editing (unless you need to edit, of course), then click the link on the page that also has links to your account and help in getting started. </p>
<p>A callbutton whose code is obtained in this way while you were available is static code. It will always be set to available, though customers cannot complete a call by clicking it when you are unavailable. It will not send mail when you are Away.</p>
<p>I got this button while I was available: </p>
<p><a title="Yes - Taking Calls" href="http://beta.niteflirt.com/calls/new?listing_id=5734291"><img src="http://beta.niteflirt.com/niteflirt/images/D5_cb-call-now-136x40_V5.gif" border="0" alt="D5_cb-call-now-136x40_v5" width="136" height="40" /></a></p>
<p>&nbsp;&nbsp; &lt;a href=&#8221;http://beta.niteflirt.com/calls/new?listing_id=5734291&#8243; title=&#8221;Yes &#8211; Taking Calls&#8221;&gt;&lt;img alt=&#8221;D5_cb-call-now-136x40_v5&#8243; border=&#8221;0&#8243; height=&#8221;40&#8243; src=&#8221;http://beta.niteflirt.com/niteflirt/images/D5_cb-call-now-136x40_V5.gif&#8221; width=&#8221;136&#8243; /&gt;&lt;/a&gt;</p>
<p>A callbutton whose code was obtained while you were away is also static code. It is supposed to send mail, and cannot change to &#8220;taking calls&#8221;. But the server is left off the code, so it refers back to your own server, and actually can never do anything if you place it anywhere but on your Niteflirt page. And why would you need to do that? There already is a &#8216;send mail&#8217; option on your pages.</p>
<p>I got this code while I was set to &#8216;Away&#8217;:</p>
<p><a href="../../../../../../messages/compose?message%5Blisting_id%5D=5734291&amp;message%5Brecipients_list%5D=Principal+Angela+Quattrano"><img src="http://beta.niteflirt.com/niteflirt/images/D5_cb-mail-away-136x40_V4.gif" border="0" alt="D5_cb-mail-away-136x40_v4" width="136" height="40" /></a></p>
<p>&lt;a href=&#8221;/messages/compose?message%5Blisting_id%5D=5734291&amp;message%5Brecipients_list%5D=Principal+Angela+Quattrano&#8221;&gt;&lt;img alt=&#8221;D5_cb-mail-away-136x40_v4&#8243; border=&#8221;0&#8243; height=&#8221;40&#8243; src=&#8221;http://beta.niteflirt.com/niteflirt/images/D5_cb-mail-away-136x40_V4.gif&#8221; width=&#8221;136&#8243; /&gt;&lt;/a&gt;</p>
<p>If someone were to try to click it to send me mail, the address it would try to send mail to is http://help4flirts.com/messages/compose?message%5Blisting_id%5D=5734291&#038;message%5Brecipients_list%5D=Principal+Angela+Quattrano, which is definitely <strong>not</strong> a real email address. </p>
<p>With the pre-transition codes, both the image and your availability are controlled by the Niteflirt server, not by the button. So the image changes when your availability changes, as does what happens when the button is clicked.</p>
<p>This pre-transition callbutton displays my correct availability status:</p>
<p><a href='http://www.niteflirt.com/calls/PT_interimcall.asp?sid=5734291'><img border=0 src='http://www.niteflirt.com/calls/callimage.asp?sid=5734291&#038;ImageType=1'></a></p>
<p>&lt;a href=&apos;http://www.niteflirt.com/calls/PT_interimcall.asp?sid=XXXXXXX&apos;&gt;&lt;img border=0 src=&apos;http://www.niteflirt.com/calls/callimage.asp?sid=XXXXXXX&#038;ImageType=1&apos;&gt;&lt;/a&gt;</p>
<p>I have changed the listing SID number to a series of x&#8217;s. Just substitute your listing SID number (found in the url of your listing). </p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2009/12/02/coping-with-callbutton-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for making CSS stylesheets work on NF</title>
		<link>http://help4flirts.com/2009/11/17/tips-for-making-css-stylesheets-work-on-nf/</link>
		<comments>http://help4flirts.com/2009/11/17/tips-for-making-css-stylesheets-work-on-nf/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 20:19:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[CSS stylesheets]]></category>
		<category><![CDATA[Niteflirt listing formatting]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=333</guid>
		<description><![CDATA[First, you have to know how to use a stylesheet to format an HTML page in at least a general way. I can&#8217;t get into that here. Put the link at the top of your listing edit textarea. &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://stylesheeturl&#34;&#62; The reason why the &#60;h1&#62; tag doesn&#8217;t work anymore is because Niteflirt has [...]]]></description>
			<content:encoded><![CDATA[<p>First, you have to know how to use a stylesheet to format an HTML page in at least a general way. I can&#8217;t get into that here.</p>
<p>Put the link at the top of your listing edit textarea.<br />
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot;<br />
href=&quot;http://stylesheeturl&quot;&gt;</p>
<p>The reason why the &lt;h1&gt; tag doesn&#8217;t work anymore is because Niteflirt has commandeered it in its stylesheet and assigned it to be gray 7 pixel. The only way to reassign it in a stylesheet is to take advantage of the fact that your entire listing is within a table cell with the class of &#8220;user&#8221;. The best way to change that default is to take advantage of that class:</p>
<p>.user h1 {<br />
&nbsp;&nbsp;&nbsp;&nbsp;color:black;<br />
&nbsp;&nbsp;&nbsp;&nbsp;font-weight:bold;<br />
&nbsp;&nbsp;&nbsp;&nbsp;size: 1.5em;<br />
&nbsp;&nbsp;&nbsp;&nbsp;font-family:georgia,garamond;<br />
&nbsp;&nbsp;&nbsp;&nbsp;text-align: center;<br />
}</p>
<p>This will produce a heading that is big, black, bold, centered, and has the font I have chosen.</p>
<p>You really need to work with the &#8220;user&#8221; class, your own classes, or your own id&#8217;s within your listing, or you can seriously break the page by changing global defaults.</p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2009/11/17/tips-for-making-css-stylesheets-work-on-nf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EZ login-logout script</title>
		<link>http://help4flirts.com/2009/09/23/ez-login-logout-script/</link>
		<comments>http://help4flirts.com/2009/09/23/ez-login-logout-script/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 02:20:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Niteflirt login script]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=307</guid>
		<description><![CDATA[Some of us were using Call manager scripts to log us in and out of our multiple accounts when we got calls. Well, they don&#8217;t work anymore. Heck, you can&#8217;t even see your callbuttons change anymore. If you have multiple accounts and add one callbutton from each to your favorites of one of the accounts [...]]]></description>
			<content:encoded><![CDATA[<p>Some of us were using Call manager scripts to log us in and out of our multiple accounts when we got calls. Well, they don&#8217;t work anymore.</p>
<p>Heck, you can&#8217;t even see your callbuttons change anymore. If you have multiple accounts and add one callbutton from each to your favorites of one of the accounts (pick the slowest) then you can see all your accounts at the same time and hopefully tell which one is busy. </p>
<p><a href="http://help4flirts.com/help/login/favorites.txt">This script</a> should open up your favorites in an iframe that refreshes every 60 seconds. Save it as an html file and open it in a browser File=>Open. </p>
<p>I wrote a little script to help girls log in and out quicker, now that the old ones no longer work. </p>
<p>Download the text file, open it in Notepad, and edit it so you replace the dummy accounts in &#8220;Account #1&#8243;, &#8220;Account #2&#8243;, etc, and the dummy passwords, &#8220;Password #1&#8243;, etc, with your own. </p>
<p>Do not use a word processor. If you have a Mac, you will need to download a free text editor. Get one that sounds like it&#8217;s intended for coders who are typing code. Make sure it is not a word processor.</p>
<p>Save on your computer as an .html file and open it in a browser. Bookmark it in your Bookmarks toolbar folder, so you can open it at a click. </p>
<p>If you click the logout buttons while you are in a browser window where you are logged into a Niteflirt account, it will log you out and change your availability status. </p>
<p>I have disabled the login feature so garbage doesn&#8217;t get submitted.<br />
<a href="http://help4flirts.com/help/login/disabled.html">Demo</a><br />
<a href="http://help4flirts.com/help/login/login-logout.txt">Text file</a></p>
<p>If you can&#8217;t get this to work, I can customize it for you for $5, but I think you can get it to work. It&#8217;s simpler than you think. </p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2009/09/23/ez-login-logout-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>View your older payment mail buttons</title>
		<link>http://help4flirts.com/2009/09/22/view-your-older-payment-mail-buttons/</link>
		<comments>http://help4flirts.com/2009/09/22/view-your-older-payment-mail-buttons/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 01:28:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[buttons run off page]]></category>
		<category><![CDATA[Niteflirt payment mail buttons page 2]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=301</guid>
		<description><![CDATA[In fact, the upgrade has made it simple to view older payment mail buttons, even though they still haven&#8217;t gotten round to putting a link to page 2 (or even older ones) and there are only 25 buttons showing, half of which are phantom duplicates. Login to your Niteflirt account to follow along. All the [...]]]></description>
			<content:encoded><![CDATA[<p>In fact, the upgrade has made it simple to view older payment mail buttons, even though they still haven&#8217;t gotten round to putting a link to page 2 (or even older ones) and there are only 25 buttons showing, half of which are phantom duplicates. </p>
<p>Login to your Niteflirt account to follow along. All the screenshots of listings are linked to the actual page. Screenshots of payment mail button pages are linked to a URL that will only show the account you are logged into.</p>
<p>Here&#8217;s the secret:<br />
If you click on the new Niteflirt homepage and look at the url, it looks like this:<br />
<a href="http://beta.niteflirt.com" target="_blank"><img src="http://help4flirts.com/ptv/front_page.gif" style="display:block;margin:10px auto;"></a><br />
So now click on the link to Find Women, and the URL looks like this:<br />
<a href="http://beta.niteflirt.com/categories/839" target="_blank"><img src="http://help4flirts.com/ptv/page_1.gif" style="display:block;margin:10px auto;"></a><br />
Now click to the next page. Wait, what?<br />
<a href="http://beta.niteflirt.com/categories/839?type=1&#038;sort=0&#038;page=2" target="_blank"><img src="http://help4flirts.com/ptv/page_2.gif" style="display:block;margin:10px auto;"></a><br />
And now the next:<br />
<a href="http://beta.niteflirt.com/categories/839?type=1&#038;sort=0&#038;page=3" target="_blank"><img src="http://help4flirts.com/ptv/page_3.gif" style="display:block;margin:10px auto;"></a><br />
Do you suppose that if you changed that &#8217;3&#8242; to a &#8217;4&#8242; it would take you to the next page? Try it and see. (If you&#8217;re lazy and just want to guess &#8220;yes&#8221;, you&#8217;d be right.) </p>
<p>Now the whole site is written on the same platform, the same code, which is completely different from the previous type of code.</p>
<p>Let&#8217;s look at the URL for page 1 of our payment mail buttons.<br />
<a href="http://beta.niteflirt.com/messages/payment_buttons" target="_blank"><img src="http://help4flirts.com/ptv/ptv_buttons_p1.gif" style="display:block;margin:10px auto;"></a></p>
<p>There&#8217;s no link to page 2 here. There&#8217;s not even any indication that page 2 exists. In fact, 12 of the 25 buttons showing are dummy duplicates of other buttons, so you&#8217;re really only seeing 13 buttons. </p>
<p>Let&#8217;s fake up that URL and see what happens. </p>
<p><a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=2" target="_blank"><img src="http://help4flirts.com/ptv/ptv_buttons_p2.gif" style="display:block;margin:10px auto;"></a></p>
<p>Some of you ran out of payment mail button space on Page 1 long ago, even though there were maybe 200 buttons on each page. Now there are only 25 buttons, and half of them are fakes. But here&#8217;s what I&#8217;m going to do. I&#8217;m going to give you links to the first 50 pages. You can take it from there. </p>
<p><a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=1" target="_blank">Page 1</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=2" target="_blank">Page 2</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=3" target="_blank">Page 3</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=4" target="_blank">Page 4</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=5" target="_blank">Page 5</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=6" target="_blank">Page 6</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=7" target="_blank">Page 7</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=8" target="_blank">Page 8</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=9" target="_blank">Page 9</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=10" target="_blank">Page 10</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=11" target="_blank">Page 11</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=12" target="_blank">Page 12</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=13" target="_blank">Page 13</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=14" target="_blank">Page 14</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=15" target="_blank">Page 15</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=16" target="_blank">Page 16</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=17" target="_blank">Page 17</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=18" target="_blank">Page 18</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=19" target="_blank">Page 19</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=20" target="_blank">Page 20</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=21" target="_blank">Page 21</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=22" target="_blank">Page 22</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=23" target="_blank">Page 23</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=24" target="_blank">Page 24</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=25" target="_blank">Page 25</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=26" target="_blank">Page 26</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=27" target="_blank">Page 27</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=28" target="_blank">Page 28</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=29" target="_blank">Page 29</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=30" target="_blank">Page 30</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=31" target="_blank">Page 31</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=32" target="_blank">Page 32</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=33" target="_blank">Page 33</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=34" target="_blank">Page 34</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=35" target="_blank">Page 35</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=36" target="_blank">Page 36</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=37" target="_blank">Page 37</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=38" target="_blank">Page 38</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=39" target="_blank">Page 39</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=40" target="_blank">Page 40</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=41" target="_blank">Page 41</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=42" target="_blank">Page 42</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=43" target="_blank">Page 43</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=44" target="_blank">Page 44</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=45" target="_blank">Page 45</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=46" target="_blank">Page 46</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=47" target="_blank">Page 47</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=48" target="_blank">Page 48</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=49" target="_blank">Page 49</a><br />
<a href="http://beta.niteflirt.com/messages/payment_buttons?type=1&#038;sort=0&#038;page=50" target="_blank">Page 50</a></p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2009/09/22/view-your-older-payment-mail-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Niteflirt Email Checker</title>
		<link>http://help4flirts.com/2009/07/01/free-niteflirt-email-checker/</link>
		<comments>http://help4flirts.com/2009/07/01/free-niteflirt-email-checker/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:06:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free!]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[free script]]></category>
		<category><![CDATA[Niteflirt email]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=272</guid>
		<description><![CDATA[Do you have multiple accounts on Niteflirt that you don&#8217;t always keep open? See at a glance which accounts have mail. The script will run on your computer, no upload or website needed. It refreshes every 5 minutes. You will need to put your account names and UID in the script to make it work. [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have multiple accounts on Niteflirt that you don&#8217;t always keep open? See at a glance which accounts have mail. The script will run on your computer, no upload or website needed. It refreshes every 5 minutes. You will need to put your account names and UID in the script to make it work. Instructions are in the script. It looks like this:<br />
<img src="http://help4flirts.com/misc/email_checker.jpg" style="display:block;margin-top:10px;margin-right:auto;margin-left:auto;"></p>
<p>(I removed the link because this no longer works with changes to the Niteflirt mail system.)</p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2009/07/01/free-niteflirt-email-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.400 seconds -->
