<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.maianscriptworld.co.uk/forums/extern.php?action=feed&amp;tid=291&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Maian Script World Support Forums / Event Adding]]></title>
		<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?id=291</link>
		<description><![CDATA[The most recent posts in Event Adding.]]></description>
		<lastBuildDate>Sat, 17 Jan 2009 09:03:01 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Event Adding]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=6228#p6228</link>
			<description><![CDATA[<p>I take it you didn`t read my last post?</p><p>David.</p>]]></description>
			<author><![CDATA[dummy@example.com (msworld)]]></author>
			<pubDate>Sat, 17 Jan 2009 09:03:01 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=6228#p6228</guid>
		</item>
		<item>
			<title><![CDATA[Re: Event Adding]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=6190#p6190</link>
			<description><![CDATA[<p>Ok it may be I&#039;m lost.<br />This is what I have from line 87 to 112</p><p>// Add New Event<br />&#160; case &#039;add&#039;:<br />&#160; <br />&#160; // Check login..<br />&#160; isWebmasterLoggedIn();<br />&#160; <br />&#160; // Add event..<br />&#160; if (isset($_POST[&#039;process&#039;])) {<br />&#160; &#160; // Use callback mechanism to trim post array vars..<br />&#160; &#160; $_POST = array_map(&#039;trim&#039;,$_POST);<br />&#160; &#160; <br />&#160; &#160; if ($_POST[&#039;title&#039;] &amp;&amp; $_POST[&#039;fromDate&#039;] &amp;&amp; $_POST[&#039;toDate&#039;] &amp;&amp; $_POST[&#039;comments&#039;]) {<br />&#160; &#160; &#160; $MEV_EVENT-&gt;add($_POST);<br />&#160; &#160; &#160; $OK = true;<br />&#160; &#160; &#160; unset($_POST);<br />&#160; &#160; } else {<br />&#160; &#160; &#160; $count = 1;<br />&#160; &#160; }<br />&#160; }<br />&#160; <br />&#160; $pageTitle = $header6;<br />&#160; <br />&#160; include(FOLDER_PATH.&#039;inc/header.php&#039;);<br />&#160; include(FOLDER_PATH.&#039;data_files/add.php&#039;);<br />&#160; include(FOLDER_PATH.&#039;inc/footer.php&#039;);<br />&#160; break;</p><p>I see no $_COOKIE[&#039;event_cookie&#039;]</p>]]></description>
			<author><![CDATA[dummy@example.com (TAZ1958)]]></author>
			<pubDate>Sun, 11 Jan 2009 17:12:29 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=6190#p6190</guid>
		</item>
		<item>
			<title><![CDATA[Re: Event Adding]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=6109#p6109</link>
			<description><![CDATA[<p>v2 is the latest version. The log in check is the &#039;isWebmasterLoggedIn()&#039; function in the &#039;admin/inc/functions.php&#039; file.</p><p>David.</p>]]></description>
			<author><![CDATA[dummy@example.com (msworld)]]></author>
			<pubDate>Sat, 03 Jan 2009 19:03:36 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=6109#p6109</guid>
		</item>
		<item>
			<title><![CDATA[Re: Event Adding]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=6107#p6107</link>
			<description><![CDATA[<p>I like this Ideal but cant find :</p><p>if (!isset($_COOKIE[&#039;event_cookie&#039;]) &amp;&amp; !isset($_SESSION[&#039;event_user&#039;]))<br />&#160; &#160; {<br />&#160; &#160; &#160; &#160; &#160;updated($login9,&#039;index.php?cmd=login&#039;,$scrip t4,$sc ript6,$charset);<br />&#160; &#160; } </p><p>I may be running a newer version, This post is old! <br />Im using Maian Events v2.0<br />I would also want to remove the ability for them to use HTML</p>]]></description>
			<author><![CDATA[dummy@example.com (TAZ1958)]]></author>
			<pubDate>Sat, 03 Jan 2009 18:13:16 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=6107#p6107</guid>
		</item>
		<item>
			<title><![CDATA[Re: Event Adding]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=1422#p1422</link>
			<description><![CDATA[<p>Hi Wes,</p><p>Thanks for your kind words, glad you like Maian Events.</p><p>You can remove the login check in the admin/index.php file. Around line 90 you will see:</p><p>if (!isset(&amp;#036;_COOKIE[&#039;event_cookie&#039;]) &amp;&amp; !isset(&amp;#036;_SESSION[&#039;event_user&#039;]))<br />&#160; &#160; {<br />&#160; &#160; &#160; &#160; &#160;updated(&amp;#036;login9,&#039;index.php?cmd=login&#039;,&amp;#036;script4,&amp;#036;sc ript6,&amp;#036;charset);<br />&#160; &#160; }</p><p>Just remove that, then use &#039;admin/index.php?cmd=add&#039; on your main page. You would need to write your own code if you wanted to adapt it better.</p><p>David.</p>]]></description>
			<author><![CDATA[dummy@example.com (msworld)]]></author>
			<pubDate>Thu, 27 Sep 2007 05:48:38 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=1422#p1422</guid>
		</item>
		<item>
			<title><![CDATA[Event Adding]]></title>
			<link>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=1414#p1414</link>
			<description><![CDATA[<p>Hello David,</p><p>Thanks for the script.&#160; It&#039;s great and I will be donating soon.&#160; Is there anyway I can add the menu that allows you to add events to the main page?&#160; I want anyone that comes to the page be able to add events.&#160; Another thing I thought I could do was just add the part of the script of the page that you add events on, if that makes any sense?&#160; Either way you get the point, I need anyone to be able to add events with out going thru the trouble of logging in.</p><p>Thanks for your help,<br />Wes</p>]]></description>
			<author><![CDATA[dummy@example.com (wescollins)]]></author>
			<pubDate>Wed, 26 Sep 2007 14:12:30 +0000</pubDate>
			<guid>http://www.maianscriptworld.co.uk/forums/viewtopic.php?pid=1414#p1414</guid>
		</item>
	</channel>
</rss>
