<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>YALD - Install</title>
        <description>Help installing yet another link directory.</description>
        <link>http://www.yaldirectory.com/support/list.php?3</link>
        <lastBuildDate>Thu, 09 Sep 2010 01:19:42 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,494,494#msg-494</guid>
            <title>htaccess not working *SOLVED* (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,494,494#msg-494</link>
            <description><![CDATA[ Smooth install, but when I tried to make the SEO Friendly URL's work, no dice (GoDaddy Hosting on *NIX server).... and you said you didn't like your .htaccess file anyway.. so I took matters into my own hands.<br />
<br />
Instructions for installing into a folder:  /yald/ <br />
<br />
==========================================================<br />
1. Install YALD (this guide assumes you installed in the folder /yald/ and you want the directory to come up when you go to that folder.)<br />
<br />
2. Rename directory.php to index.php<br />
	2a. Open your yald\inc\config.php file and add the following line before the closing ?&gt;<br />
	$settings['directory_index'] = 'index.php';<br />
<br />
3. Set the following settings in your admin panel under &quot;config&quot;:<br />
<br />
	Link Type: Direct Linking<br />
	Category URL Format: Basic search engine friendly<br />
	Rewrite URL: /yald/index.html/<br />
<br />
4. To fix the Suggest a Link:<br />
	Edit the index.php - go to line 178 and replace this:<br />
<br />
			$template-&gt;assign('suggest_url',$settings['mod_rewrite_url'].'suggest.php?category='.$category);<br />
	with this:<br />
<br />
			$template-&gt;assign('suggest_url','/yald/suggest.php?category='.$category);<br />
<br />
5. Use this as your .htaccess file IN THE YALD FOLDER - * NOT * IN THE ROOT.<br />
<br />
	RewriteEngine On<br />
	RewriteBase /yald/<br />
<br />
	# The Friendly URLs part<br />
	RewriteCond %{REQUEST_FILENAME} !-f<br />
	RewriteCond %{REQUEST_FILENAME} !-d<br />
<br />
	# this makes it so if you go to [<a href="http://www.YourDomain.com/yald/7_medical-supplies" rel="nofollow" >www.YourDomain.com</a>] it gives you [<a href="http://www.YourDomain.com/yald/directory.php?viewcat=7" rel="nofollow" >www.YourDomain.com</a>]<br />
<br />
	RewriteRule index.html/(.*)_(.*)?$ index.php?viewcat=$1 [L,QSA]<br />
<br />
<br />
	# this makes it so if you go to [<a href="http://www.YourDomain.com/yald/" rel="nofollow" >www.YourDomain.com</a>] *OR* [<a href="http://www.YourDomain.com/yald/index.html" rel="nofollow" >www.YourDomain.com</a>] it will actually work.<br />
<br />
	RewriteRule index.html/?$ index.php [L,QSA]<br />
<br />
<br />
<br />
===========================================<br />
Notes: For whatever reason if I tried to make the URL Rewrite work using something like &quot;yald/directory/&quot; it wouldn't work, but if I used &quot;yald/index.html&quot; it does.<br />
<br />
I'm just winging it here on the .htaccess stuff :-p<br />
<br />
You can see this installed here: [<a href="http://www.cpapdiscountstore.com/yald/" rel="nofollow" >www.cpapdiscountstore.com</a>]<br />
<br />
Nice product.]]></description>
            <dc:creator>Lars</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 09 Dec 2009 00:39:43 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,490,490#msg-490</guid>
            <title>Parse error: syntax error, unexpected $end in inc/smarty/Smarty.class.php on line 1163 (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,490,490#msg-490</link>
            <description><![CDATA[ i get this error after installing <br />
i am able to get in to admin page<br />
how can i view or integrate yald in to my website]]></description>
            <dc:creator>vava</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 09 Dec 2009 00:36:44 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,463,463#msg-463</guid>
            <title>Search form doesn't work (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,463,463#msg-463</link>
            <description><![CDATA[ I've just installed YALD and works fine, it does exactly what I spected, but I have a problem:<br />
<br />
When I use the search text box a the top of directory.php page, it doesn't find any link, even if I search exactly the name that I introduced when adding the link.<br />
<br />
Do I have to execute any script to index the whole site (like it happens with many content management systems), so that the search engine could find the links??<br />
<br />
Thank you for your help.]]></description>
            <dc:creator>vidalmb</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 16 Mar 2009 02:18:34 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,436,436#msg-436</guid>
            <title>suggest a link problem (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,436,436#msg-436</link>
            <description><![CDATA[ hi guys,<br />
<br />
thanks for the simple and great script. i have a problem with suggest a link. when you click on it it wants to go to suggest.php.... it does not include the complete way where the file is. all other links work.<br />
<br />
thanks for help<br />
<br />
site is directory.garden01.com/directory.php]]></description>
            <dc:creator>valcs</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 29 Oct 2008 21:48:19 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,416,416#msg-416</guid>
            <title>Warning: mysql_fetch_array() (14 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,416,416#msg-416</link>
            <description><![CDATA[ So, I just installed yald 2.4.1 (an upgrade actually from 2.3.1)<br />
<br />
Now, at the top of each page, I get the following error messages:<br />
<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/www/users/taurus/gancao/yald2/inc/functions.php on line 238<br />
<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /usr/www/users/taurus/gancao/yald2/directory.php on line 123<br />
<br />
This does not happen on the &quot;top&quot; page nor on the admin pages.<br />
<br />
Any ideas?<br />
<br />
-al.]]></description>
            <dc:creator>allstone</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 01 Oct 2008 22:06:54 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,414,414#msg-414</guid>
            <title>can't log in to admin (5 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,414,414#msg-414</link>
            <description><![CDATA[ Hello, trying out your script and installs great nice and easy found database etc.. BUT I can't log in to admin area it just keeps reloading page with no errors but goes nowhere.. I even tried a bad username/pass and i get an error bad username/pass.. Why won't it let me log into the admin area? any suggestions or help would be appreciated.<br />
<br />
zig]]></description>
            <dc:creator>ziggy64</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 11 Dec 2009 18:18:44 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,384,384#msg-384</guid>
            <title>Install error accessing mySQL database (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,384,384#msg-384</link>
            <description><![CDATA[ Can any one help with this install error? -- <br />
<br />
Warning: mysql_connect() [function.mysql-connect]: Access denied for user '[rootname]'@'localhost' (using password: NO) in /home/[root]/public_html/yald/install/install.php on line 23<br />
Could not connect to MySQL. Make sure your MySQL settings are correct.<br />
<br />
I've seen  this before on the board here, but no solution. I've done everything I know: changing inc/config.php before ftp'ing over, changing permissions to 777, etc. I host my own stuff, so I have a good degree of control over things. But when it can't find the database, (and I've tried deleting/reloading, typing carefully -- in fact cut/paste of db name) I'm not sure what else I can do.  --Thanks.]]></description>
            <dc:creator>donzo</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 28 Aug 2008 19:20:56 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,381,381#msg-381</guid>
            <title>about arabic caractirs (3 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,381,381#msg-381</link>
            <description><![CDATA[ 1st thank you for this cool script<br />
i have tray it in my local sercer and all is go fine just one probleme<br />
tha arabic letters Does not show well and correctly<br />
if i whrite any arabic text  the resolt in my derictory is lake this<br />
&amp;#1583;&amp;#1604;&amp;#1610;&amp;#1604; &amp;#1588;&amp;#1576;&amp;#1577; &amp;#1603;&amp;#1606;&amp;#1575;&amp;#1606;<br />
<br />
any solution for this<br />
2nd i want to translate this directory to the arabic langauge what is your Suggestions<br />
<br />
regard]]></description>
            <dc:creator>lastleonidas</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 29 Aug 2008 11:36:50 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,342,342#msg-342</guid>
            <title>Install Error (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,342,342#msg-342</link>
            <description><![CDATA[ Tried every way I can think to install this... and this is the error I get.<br />
<br />
<br />
<br />
Warning: mysql_connect(): Access denied for user: 'apache@localhost' (Using password: NO) in /home/httpd/vhosts/youramericancharters.com/httpdocs/yald-v2.4/yald2/install/install.php on line 23<br />
Could not connect to MySQL. Make sure your MySQL settings are correct.<br />
<br />
Any Ideas?<br />
<br />
<a href="http://www.youramericancharters.com" rel="nofollow" >Your American Charters</a>]]></description>
            <dc:creator>therobertbrooks</dc:creator>
            <category>Install</category>
            <pubDate>Mon, 14 Jul 2008 02:42:08 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,294,294#msg-294</guid>
            <title>Site Not Appear (3 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,294,294#msg-294</link>
            <description><![CDATA[ I've just installed the script on root directory of my site. My admin config like this below:<br />
<br />
<i>Link Type:</i> <b>Direct Linking</b><br />
<i>Index File Location:</i> <b>index.php</b> (rename from &quot;directory.php&quot; )<br />
<i>Home Link:</i> <b>http://www.lookathere.com</b><br />
<i>Category URL Format:</i> <b>Advanced search engine fiendly</b><br />
<i>Rewrite URL:</i> <b>/</b><br />
<br />
When I try to access the site, only <b>blank page</b> appearing.<br />
<br />
Please advice me.]]></description>
            <dc:creator>esauldaris</dc:creator>
            <category>Install</category>
            <pubDate>Sat, 07 Jun 2008 00:29:50 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,225,225#msg-225</guid>
            <title>Rewrite URL (3 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,225,225#msg-225</link>
            <description><![CDATA[ In configuring my site, I choose Advanced Search Engine Friendly. I don't understand what to put in for the rewrite url. For instance, my site is:<br />
<br />
[<a href="http://www.tucsonsam.com/vpx" rel="nofollow" >www.tucsonsam.com</a>]<br />
<br />
I am supposed to put in something to replace vpx? What should it be? <br />
<br />
Then there is a link that says: View your .htaccess, but when I click on it it does nothing. Does it show me what to put into the .htaccess file after I enter a rewrite URL?  <br />
<br />
Any help will be appreciated.<br />
<br />
Tucsonsam]]></description>
            <dc:creator>tucsonsam</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 30 May 2008 00:13:15 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,192,192#msg-192</guid>
            <title>Upgrading from 2.1RC2 to 2.4 (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,192,192#msg-192</link>
            <description><![CDATA[ As subject says, how, just upload the directory and run upgrade or will it need a complete reinstall?]]></description>
            <dc:creator>smartroad</dc:creator>
            <category>Install</category>
            <pubDate>Thu, 10 Apr 2008 16:34:17 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,182,182#msg-182</guid>
            <title>Why this error? (1 reply)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,182,182#msg-182</link>
            <description><![CDATA[ Hello friends,<br />
<br />
After install I receive this error:<br />
<br />
Warning: fetch(templates_c/\classic^%%AA^AA1^AA1C3878%%directory.html.php) [function.fetch]: failed to open stream: No such file or directory in C:\Inetpub\vhosts\xxxxxxxxx\links\inc\smarty\Smarty.class.php on line 1258<br />
<br />
Warning: fetch() [function.include]: Failed opening 'templates_c/\classic^%%AA^AA1^AA1C3878%%directory.html.php' for inclusion (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\xxxxxxxxx\links\inc\smarty\Smarty.class.php on line 1258<br />
<br />
At template_c there is only a file: template_c.txt.<br />
<br />
What I can do?<br />
<br />
Thank you,<br />
Carlos Malaca]]></description>
            <dc:creator>malaca</dc:creator>
            <category>Install</category>
            <pubDate>Tue, 01 Apr 2008 18:40:38 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,93,93#msg-93</guid>
            <title>sql error (2) (2 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,93,93#msg-93</link>
            <description><![CDATA[ Hi I am setting up my db and I get this error<br />
<br />
<br />
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem<br />
<br />
ERROR: Unknown Punctuation String @ 1<br />
STR: &lt;?<br />
SQL: &lt;?php<br />
/******************************************************************************<br />
* This file is part of Yet Another Link Directory.                            *<br />
*                                                                             *<br />
* Yet Another Link Directory is free software; you can redistribute it and/or *<br />
* modify it under the terms of the GNU General Public License as published by *<br />
* the Free Software Foundation; either version 2 of the License, or           *<br />
* (at your option) any later version.                                         *<br />
*                                                                             *<br />
* Yet Another Link Directory is distributed in the hope that it will be       *<br />
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of      *<br />
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               *<br />
* GNU General Public License for more details.                                *<br />
*                                                                             *<br />
* You should have received a copy of the GNU General Public License           *<br />
* along with Yet Another Link Directory; if not, write to the Free Software   *<br />
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA  *<br />
******************************************************************************/<br />
<br />
require('../inc/config.php');&lt;?php<br />
<br />
I havent yet uploaded the files to my server<br />
<br />
can you help please]]></description>
            <dc:creator>ironmonger</dc:creator>
            <category>Install</category>
            <pubDate>Fri, 09 Nov 2007 23:59:56 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,70,70#msg-70</guid>
            <title>Strange adress (5 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,70,70#msg-70</link>
            <description><![CDATA[ Why directory adress look &quot;[<a href="http://wwww.xxx.com/template.html&quot" rel="nofollow" >wwww.xxx.com</a>]; while i think it should be &quot;[<a href="http://www.xxx.com/&quot" rel="nofollow" >www.xxx.com</a>]; ?]]></description>
            <dc:creator>Josec</dc:creator>
            <category>Install</category>
            <pubDate>Sat, 22 Sep 2007 14:47:33 -0500</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,46,46#msg-46</guid>
            <title>config.php (4 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,46,46#msg-46</link>
            <description><![CDATA[ I have set setting to false and I still see &quot;Admin Loggin&quot; on all pages. Anyone<br />
solved this problem.<br />
$settings['display_admin_link'] = false; //set true or false to display an admin link on all pages]]></description>
            <dc:creator>alion3c</dc:creator>
            <category>Install</category>
            <pubDate>Wed, 13 Feb 2008 17:12:31 -0600</pubDate>
        </item>
        <item>
            <guid>http://www.yaldirectory.com/support/read.php?3,16,16#msg-16</guid>
            <title>sql error (3 replies)</title>
            <link>http://www.yaldirectory.com/support/read.php?3,16,16#msg-16</link>
            <description><![CDATA[ Hi<br />
uploaded files to server - ok<br />
modified tables in config,php - ok<br />
Have no template_c to chmod - !!!!????<br />
When running createtables.php I receive the folowing error<br />
Query 1 failed. MySQL said: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8 AUTO_INCREMENT=3' at line 12<br />
<br />
All help would be appreciated<br />
<br />
Regards<br />
Iain]]></description>
            <dc:creator>norfolkandway</dc:creator>
            <category>Install</category>
            <pubDate>Sat, 08 Sep 2007 17:52:35 -0500</pubDate>
        </item>
    </channel>
</rss>
