<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Hardkap &#187; Tag: login - Recent Posts</title>
		<link>http://hardkap.net/forums/tags/login</link>
		<description>Macpup, Pritlog, Pritdeals discussion forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 07:25:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://hardkap.net/forums/search.php</link>
		</textInput>
		<atom:link href="http://hardkap.net/forums/rss/tags/login" rel="self" type="application/rss+xml" />

		<item>
			<title>xiaoxiao456 on "Creating a Blog Ring - is it possible?"</title>
			<link>http://hardkap.net/forums/topic/creating-a-blog-ring-is-it-possible#post-2259</link>
			<pubDate>Sun, 04 Sep 2011 23:42:34 +0000</pubDate>
			<dc:creator>xiaoxiao456</dc:creator>
			<guid isPermaLink="false">2259@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;dfsdfsdfs
&#60;/p&#62;</description>
		</item>
		<item>
			<title>john on "Login issue with subdomains"</title>
			<link>http://hardkap.net/forums/topic/login-issue-with-subdomains#post-717</link>
			<pubDate>Thu, 05 Mar 2009 05:35:17 +0000</pubDate>
			<dc:creator>john</dc:creator>
			<guid isPermaLink="false">717@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;Hi Prit, thanks for checking.&#60;/p&#62;
&#60;p&#62;As said I already solved the issue with the absolute path using the directory.&#60;br /&#62;
What happened before, was simply that session vars didn't get set, returning to mainPage with no error message.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Prit on "Login issue with subdomains"</title>
			<link>http://hardkap.net/forums/topic/login-issue-with-subdomains#post-714</link>
			<pubDate>Wed, 04 Mar 2009 14:53:55 +0000</pubDate>
			<dc:creator>Prit</dc:creator>
			<guid isPermaLink="false">714@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;Hi John .. I tested Pritlog on my subdomain and it worked perfectly both ways, with the absolute path using the directory or using the subdomain itself. All links, login etc worked without any problems. I am not sure what your problem might be.&#60;/p&#62;
&#60;p&#62;What happens when you go to the login page? Is there an error message?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Prit on "Login issue with subdomains"</title>
			<link>http://hardkap.net/forums/topic/login-issue-with-subdomains#post-713</link>
			<pubDate>Wed, 04 Mar 2009 10:42:07 +0000</pubDate>
			<dc:creator>Prit</dc:creator>
			<guid isPermaLink="false">713@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;I will have to test this out myself and see what is going on. I don't have a clue at this point why sessions did not work in your case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>john on "Login issue with subdomains"</title>
			<link>http://hardkap.net/forums/topic/login-issue-with-subdomains#post-712</link>
			<pubDate>Wed, 04 Mar 2009 06:50:49 +0000</pubDate>
			<dc:creator>john</dc:creator>
			<guid isPermaLink="false">712@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;Hi Prit,&#60;/p&#62;
&#60;p&#62;As you know, until now my test blog was in a subdirectory and accessible in the form of &#60;a href=&#34;http://mydomain.com/myblog/&#34; rel=&#34;nofollow&#34;&#62;http://mydomain.com/myblog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now as I created a SUBDOMAIN as &#60;a href=&#34;http://myblog.mydomain.com&#34; rel=&#34;nofollow&#34;&#62;http://myblog.mydomain.com&#60;/a&#62; everything worked except that I couldn't login. Examining the session vars I confirmed that they weren't being set (I'm not using any .htaccess at this moment)&#60;/p&#62;
&#60;p&#62;1. looking into the destination of the form action in the loginPage() funcion:&#60;br /&#62;
- the original function used destination &#38;gt; $_SERVER['SCRIPT_NAME']/loginPageSubmit&#60;br /&#62;
- which translated into &#38;gt; &#60;a href=&#34;http://myblog.mydomain.com/index.php/loginPageSubmit&#34; rel=&#34;nofollow&#34;&#62;http://myblog.mydomain.com/index.php/loginPageSubmit&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. so I made a test changing the action destination path to its absolute form:&#60;br /&#62;
- &#60;a href=&#34;http://mydomain.com/myblog/index.php/loginPageSubmit&#34; rel=&#34;nofollow&#34;&#62;http://mydomain.com/myblog/index.php/loginPageSubmit&#60;/a&#62;&#60;br /&#62;
and I was able to login again&#60;/p&#62;
&#60;p&#62;Do you have any idea why sessions weren't set in 1. using the subdomain path ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Prit on "Creating a Blog Ring - is it possible?"</title>
			<link>http://hardkap.net/forums/topic/creating-a-blog-ring-is-it-possible#post-710</link>
			<pubDate>Tue, 03 Mar 2009 23:27:36 +0000</pubDate>
			<dc:creator>Prit</dc:creator>
			<guid isPermaLink="false">710@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;Categories could be sorted easily as required by slightly changing the Pritlog script. &#60;/p&#62;
&#60;p&#62;I now understand a little better. I have once tried a multi-blog app called Wordpress MU (&#60;a href=&#34;http://mu.wordpress.org/&#34;&#62;http://mu.wordpress.org/&#60;/a&#62;). You might want to look into this if not done already.&#60;/p&#62;
&#60;p&#62;I am not sure if Pritlog will take a turn in this direction anytime soon. If you would like to fork Pritlog and develop it into something as you wanted, do keep us informed and we would be glad to assist.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jimault on "Creating a Blog Ring - is it possible?"</title>
			<link>http://hardkap.net/forums/topic/creating-a-blog-ring-is-it-possible#post-709</link>
			<pubDate>Tue, 03 Mar 2009 22:22:55 +0000</pubDate>
			<dc:creator>jimault</dc:creator>
			<guid isPermaLink="false">709@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;I guess I should wake up, slap my forehead, and do the obvious!!&#60;/p&#62;
&#60;p&#62;Here is a link to the Blog Ring I have created (still public for now).&#60;br /&#62;
As you click/explore, the most valuable link is probably at the bottom of the left column called &#34;Net Effect Magazine Videos&#34;.  These are two quickie videos I published to help educate my client on the work he needs to do this Spring.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://csblogring.blogspot.com/&#34; rel=&#34;nofollow&#34;&#62;http://csblogring.blogspot.com/&#60;/a&#62;&#60;br /&#62;
The 'cs' stands for Craig Soucy, the business owner.&#60;/p&#62;
&#60;p&#62;and my profile of a bushel of blogs&#60;br /&#62;
&#60;a href=&#34;http://blogger.com/profile/13823991597433010682&#34; rel=&#34;nofollow&#34;&#62;http://blogger.com/profile/13823991597433010682&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How about that... a working example that I could use just like it is, BUT, it is rather unwieldy to have to use their layout tools and limitations.  I like your stuff a lot better, plus it will be on my own server network.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jimault on "Creating a Blog Ring - is it possible?"</title>
			<link>http://hardkap.net/forums/topic/creating-a-blog-ring-is-it-possible#post-708</link>
			<pubDate>Tue, 03 Mar 2009 21:43:15 +0000</pubDate>
			<dc:creator>jimault</dc:creator>
			<guid isPermaLink="false">708@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;How would the different categories appear on the same blog? Would they be in chronological order?  After 6 months, this could get messy and require a strong tag-search system.&#60;/p&#62;
&#60;p&#62;The reason for separate blogs is that over 12 months of business development and marketing plans, the owners (who are not organized in their thinking) will get info mixed into several categories.  The concept of each blog is that all the posts and comments are in a single category. When this becomes a little scattered, I can sort info into correct spots without losing the original notes, images, video, etc.&#60;/p&#62;
&#60;p&#62;The first thought was to use multiple blog pages in the same domain, but that is tricky from what I can see.  The second idea is that since I am the admin of a domain, I could create the separate blogs as subdomains, thus no danger of the x-domain exposure.&#60;/p&#62;
&#60;p&#62;Each of these blogs is private and all authors can edit the posts so that old, obsolete, and duplicate data can be discarded.&#60;/p&#62;
&#60;p&#62;Since this is (subdomain/single DB/restricted access/same login.pswd), passing the session ID will not be a problem.  In WPress, all I do is go into the config file and change the prefix from 'wp_' &#38;gt; 'b1_' or 'b2_' and the SQL shows new tables being created in the same database.  This works very well, but there is a lot of bulk in the server files.&#60;/p&#62;
&#60;p&#62;Bottom line for this next step is...&#60;br /&#62;
Set all blogs in the ring to the same login.pswd for each author, then allow one login to be passed along as a session ID.  In Blogspot.com, this works easily since they have a dashboard that allows 'create a new blog' and currently I have 18 in the list.&#60;/p&#62;
&#60;p&#62;I guess what I am trying to do is use the Evernote paradigm with the advantages of a controlled blog operation.  If this works, I have some power ideas beyond the simple blog.&#60;/p&#62;
&#60;p&#62;Hmmmm, very interesting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Prit on "Creating a Blog Ring - is it possible?"</title>
			<link>http://hardkap.net/forums/topic/creating-a-blog-ring-is-it-possible#post-706</link>
			<pubDate>Tue, 03 Mar 2009 13:57:25 +0000</pubDate>
			<dc:creator>Prit</dc:creator>
			<guid isPermaLink="false">706@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;After reading and trying to understand your concept, one question that came to my mind is - is there any reason why these need to be in separate blogs, rather than separate categories on a same blog? &#60;/p&#62;
&#60;p&#62;Using sessions across domains might be difficult especially if the sites are on different machines as sessions are stored locally on the servers. If you attempt to pass the session-id's through the query string, it makes it unsafe and any simple hacker can get to the session and hijack it. There are some ways people try to achieve it - like using a database server to store sessions, and all the other sites can access and write to this database server.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Prit on "Creating a Blog Ring - is it possible?"</title>
			<link>http://hardkap.net/forums/topic/creating-a-blog-ring-is-it-possible#post-703</link>
			<pubDate>Tue, 03 Mar 2009 10:47:58 +0000</pubDate>
			<dc:creator>Prit</dc:creator>
			<guid isPermaLink="false">703@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;jimault ... thanks for the post. I will reply soon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jimault on "Creating a Blog Ring - is it possible?"</title>
			<link>http://hardkap.net/forums/topic/creating-a-blog-ring-is-it-possible#post-702</link>
			<pubDate>Mon, 02 Mar 2009 17:35:56 +0000</pubDate>
			<dc:creator>jimault</dc:creator>
			<guid isPermaLink="false">702@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;hello, and I just joined the forum after my first download of 0.7 -- very cool and exciting.  Thanks for publishing this!&#60;br /&#62;
I have done a small amount of PHP and WP on my way to building marketing tools for my clients.  Basically, I am a tool builder and not a programmer.&#60;br /&#62;
Over the weekend I have strategized and built a 'blog ring' using Google's Blogger, which is simply a single-user login (google login) as admin, then the first blog that has one post holding 20 organized links.  These links point to other blogs on the same server that are to be used by admin-logins only.  Those 'child' blogs each have one link back to the ring master blog.&#60;/p&#62;
&#60;p&#62;One key feature is the login-once, edit many posts &#38;#38; blog pages.  Is there a way to keep the session $var between blog *sites* on the same server?&#60;/p&#62;
&#60;p&#62;The Blogger setup is for proof-of-concept and is now obsolete.  Pritlog seems almost ideal for my needs -- small, light, easy to embed vid.audio.images.  In this case, SEO is not a factor, but soon it will be critical in my next blog creations.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
The reason for this structure is to allow my client to post info, details, ideas, and instructions for his online business, and for me to do the organization of all that for him.&#60;/p&#62;
&#60;p&#62;What you need to understand is that each blog is a topic for his business, such as &#34;csExpenses&#34;, &#34;csCalendar&#34;, &#34;csPrintMaterial&#34;, &#34;csVideosToUse&#34;, &#34;csInterviewsToDo&#34;, and so on.  Now we can post info, audio, video, images.. then have it searchable, and I can move it to my clients web site easily.&#60;/p&#62;
&#60;p&#62;There are several advantages to building this system for clients who are not computer savvy.  (1) time-date stamping (2) info is not on personal computers [and NOT in .doc format]  (3) I can access all of the info.video.images at any time (4) comments allow 2-way attached-communication (5) searchable post content (6) RSS feed  (7) email notify of updates  (8) I can easily add/del people to the business with user-list&#60;/p&#62;
&#60;p&#62;PS I will be happy to do beta testing and looking under the hood, since that is the way good tools get built.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

