<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Tycoon Talk</title>
		<link>http://www.webmaster-talk.com//</link>
		<description />
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 13:22:18 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://img.tycoontalk.freelancer.com/bluesky/vb_img/misc/rss.jpg</url>
			<title>Tycoon Talk</title>
			<link>http://www.webmaster-talk.com//</link>
		</image>
		<item>
			<title>What Is SEO?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239436&amp;goto=newpost</link>
			<pubDate>Fri, 24 May 2013 05:55:29 GMT</pubDate>
			<description>SEO is simply any work carried out to increase the number and more importantly the quality of visitors to your website by making sure the website...</description>
			<content:encoded><![CDATA[<div>SEO is simply any work carried out to increase the number and more importantly the quality of visitors to your website by making sure the website ranks in the search engines (Google etc.) for words and phrases related to what you are selling. If you sell car insurance then you want to be on page 1 of Google, preferably number 1, when someone types in car insurance. Simple.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=102">SEO Tycoon</category>
			<dc:creator>owen101</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239436</guid>
		</item>
		<item>
			<title>Newbie</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239433&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 22:31:37 GMT</pubDate>
			<description><![CDATA[Hi everyone, just want to introduce myself. I'm Aimee - a web designer based in Cape Town, South Africa]]></description>
			<content:encoded><![CDATA[<div>Hi everyone, just want to introduce myself. I'm Aimee - a web designer based in Cape Town, South Africa</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=60">New Member Introductions</category>
			<dc:creator>aims90</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239433</guid>
		</item>
		<item>
			<title>what is the best language for game developing on the web?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239432&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 19:36:48 GMT</pubDate>
			<description>what is the best language for game developing on the web? 
Especially if I want to be able to make a leaderboard with in the game. 
 
Thanks for any...</description>
			<content:encoded><![CDATA[<div>what is the best language for game developing on the web?<br />
Especially if I want to be able to make a leaderboard with in the game.<br />
<br />
Thanks for any tips.<br />
Keith</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=215">Coding Jobs, Partnerships, Opportunities</category>
			<dc:creator>keithkiss</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239432</guid>
		</item>
		<item>
			<title>Get value of text box store in php array variable</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239426&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 13:17:16 GMT</pubDate>
			<description>I have a table like code html belows 
I want to store value of check box and corresponding text value into 2 array in PHP 
For example 
if i check...</description>
			<content:encoded><![CDATA[<div>I have a table like code html belows<br />
I want to store value of check box and corresponding text value into 2 array in PHP<br />
For example<br />
if i check box ID_1, ID_2<br />
the values of these check box are stored in $array_box ( 74, 75)<br />
and values of corresponding text box are stored in $array_text (&quot;iOS&quot;,&quot;Android&quot;).<br />
Similar in case if i check box ID_1, ID_4 <br />
Do you have any idea? thank you very much<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&lt;table width=&quot;341&quot; border=&quot;1&quot;&gt;<br />
  &lt;tr&gt;<br />
    &lt;th width=&quot;20&quot; scope=&quot;row&quot;&gt;&lt;input name=&quot;target&quot; type=&quot;checkbox&quot; value=&quot;74&quot; checked /&gt;&lt;/th&gt;<br />
    &lt;td width=&quot;155&quot;&gt;ID_1&lt;/td&gt;<br />
    &lt;td width=&quot;144&quot;&gt;&lt;form id=&quot;form1&quot; name=&quot;form1&quot; method=&quot;post&quot; action=&quot;&quot;&gt;<br />
      &lt;label&gt;<br />
        &lt;input type=&quot;text&quot; name=&quot;os[]&quot; id=&quot;os&quot; value=&quot;iOS&quot; /&gt;<br />
      &lt;/label&gt;<br />
    &lt;/form&gt;&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
  &lt;tr&gt;<br />
    &lt;th scope=&quot;row&quot;&gt;&lt;input name=&quot;target&quot; type=&quot;checkbox&quot; value=&quot;75&quot; checked /&gt;&lt;/th&gt;<br />
    &lt;td&gt;ID_2&lt;/td&gt;<br />
    &lt;td&gt;&lt;form id=&quot;form2&quot; name=&quot;form1&quot; method=&quot;post&quot; action=&quot;&quot;&gt;<br />
      &lt;label&gt;<br />
        &lt;input type=&quot;text&quot; name=&quot;os[]&quot; id=&quot;os2&quot; value=&quot;Andoird&quot;/&gt;<br />
      &lt;/label&gt;<br />
    &lt;/form&gt;&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
  &lt;tr&gt;<br />
    &lt;th scope=&quot;row&quot;&gt;&lt;input name=&quot;target&quot; type=&quot;checkbox&quot; value=&quot;76&quot; checked /&gt;&lt;/th&gt;<br />
    &lt;td&gt;ID-3&lt;/td&gt;<br />
    &lt;td&gt;&lt;form id=&quot;form3&quot; name=&quot;form1&quot; method=&quot;post&quot;  action=&quot;&quot;&gt;<br />
      &lt;label&gt;<br />
        &lt;input type=&quot;text&quot; name=&quot;os3&quot; id=&quot;os3&quot; value=&quot;Beta&quot; /&gt;<br />
      &lt;/label&gt;<br />
    &lt;/form&gt;&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
  &lt;tr&gt;<br />
    &lt;th scope=&quot;row&quot;&gt;&lt;input name=&quot;target&quot; type=&quot;checkbox&quot; value=&quot;77&quot; checked /&gt;&lt;/th&gt;<br />
    &lt;td&gt;ID-4&lt;/td&gt;<br />
    &lt;td&gt;&lt;form id=&quot;form4&quot; name=&quot;form1&quot; method=&quot;post&quot; action=&quot;&quot;&gt;<br />
      &lt;label&gt;<br />
        &lt;input type=&quot;text&quot; name=&quot;os[]&quot; id=&quot;os4&quot; value=&quot;Window&quot; /&gt;<br />
      &lt;/label&gt;<br />
    &lt;/form&gt;&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
&lt;/table&gt;<br />
<br />
                      ID_1                                                                                                         ID_2                                                                                                         ID-3                                                                                                         ID-4                                                                                   <br />
<br />
			
			<hr />
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>giaosucan</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239426</guid>
		</item>
		<item>
			<title>Please review Online-Domain-Tools.com</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239425&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 09:04:58 GMT</pubDate>
			<description>Hi, 
 
it has been several months since we launched our Online Domain Tools (http://Online-Domain-Tools.com) project. The main idea was to start with...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
it has been several months since we launched our <a href="http://Online-Domain-Tools.com" target="_blank">Online Domain Tools</a> project. The main idea was to start with a decent set of tools for everyday use by webmasters, administrators, programmers or just people who use web a lot, and to extend and add new functionality over the time. <br />
<br />
We would like to ask you for a site review with focus on following topics:<br />
<ul><li>Usability and design - is it easy for you to navigate through the site and use the tool you want? Can you read the texts easily? Do you like the design?</li>
<li>Missing tools - what would be the most useful tool that you would expect us to have there but it is not there?</li>
<li>Missing features - is there any feature that you think it could improve the existing tools but we are missing it?</li>
<li>Advertising - does the current form of ads disturbs you or do you find it OK or would you even suggest more aggressive placing? How about the form of advertising - do you think this form is best for your purpose or is there something better than GA for this type of site?</li>
</ul>But literally any comments are welcome even if not constructive.<br />
Thank you!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=10">Website Review and Suggestions</category>
			<dc:creator>ODT</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239425</guid>
		</item>
		<item>
			<title>Suggestions needed on new idea.</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239417&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 14:35:54 GMT</pubDate>
			<description>Hello, 
 
Right now we do all of our bids on an excel spread sheet. The spread sheet has all the material cost and labor that I put in myself. Its...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
Right now we do all of our bids on an excel spread sheet. The spread sheet has all the material cost and labor that I put in myself. Its very easy to use but it has its limitations. <br />
 <br />
I need to develop a simply easy to use cloud based bid program.It needs the following capabilities. <br />
<br />
1. Cloud based or hosted- <br />
2. Monthly membership - users pay monthly to use the bid program<br />
3. Each user can create, edit, save or delete bids.<br />
4. Users can have multiple bids under one membership.<br />
5. Admin panel which will allow me to set payment system, password resets.<br />
6. Bid program - database of customers and there bids<br />
7. Bid program - which can add multiple items (labor &amp; Parts)<br />
<br />
Not sure which technology or programming language is needed for this setup. Please help!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=12">Website Design Forum</category>
			<dc:creator>benseas</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239417</guid>
		</item>
		<item>
			<title>header not working, Do you see why?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239409&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 00:55:40 GMT</pubDate>
			<description><![CDATA[Hello everyone. I'm trying to make a very basic login page. I wanted to use the headers to redirect the user to ether the index.php if they are...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone. I'm trying to make a very basic login page. I wanted to use the headers to redirect the user to ether the index.php if they are logged in or back to the login page if they failed to login. So I tried this code and it will not redirect the user. It will log you in, or not if you username and password are not right. I also made sure there is no html on this page only php, also I'm not getting any error codes. Any help would be nice and thanks for your time.<br />
 <br />
 <br />
 <br />
 <br />
 <br />
&lt;?php<br />
session_start();<br />
$loggedinuser=$_SESSION['username'];<br />
include('../connect.php');<br />
$username = mysql_real_escape_string($_POST['username']);<br />
$password = mysql_real_escape_string($_POST['password']);<br />
 <br />
$sql = mysql_query(&quot;SELECT * FROM users WHERE username = '$username' AND password = '$password'&quot;);<br />
$numrows = mysql_num_rows($sql);<br />
 <br />
if ($numrows==1){<br />
session_start(); <br />
$_SESSION['username'] = $username;<br />
header('Location: ../index.php');<br />
 <br />
}<br />
else<br />
{<br />
header('Location: ../index.php?pages=login&amp;login=fail');<br />
 <br />
}<br />
 <br />
?&gt;</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>xwhitchx</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239409</guid>
		</item>
		<item>
			<title>IP Detection - How do I should different prices depending on IP?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239402&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 18:43:04 GMT</pubDate>
			<description>Hello, 
 
We have a Wordpress site that where we want to show our prices in the local currency depending on where they are from.  I was told it has...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
We have a Wordpress site that where we want to show our prices in the local currency depending on where they are from.  I was told it has to do with IP detection.<br />
<br />
I don't know where to start on something like this and at the very least, I am looking for some direction as to what questions to ask when hiring a freelancer.  How do you do this?<br />
<br />
Cheers,<br />
<br />
Dave</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=12">Website Design Forum</category>
			<dc:creator>wisedave</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239402</guid>
		</item>
		<item>
			<title><![CDATA[Steve borsuk who's online]]></title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239401&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 11:38:19 GMT</pubDate>
			<description>Steve borsuk Hi all, Its an honor to be a part of webmaster-talk community. 
 
 
Regards: 
Steve Borsuk</description>
			<content:encoded><![CDATA[<div>Steve borsuk Hi all, Its an honor to be a part of webmaster-talk community.<br />
<br />
<br />
Regards:<br />
Steve Borsuk</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=60">New Member Introductions</category>
			<dc:creator>alexandermag</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239401</guid>
		</item>
		<item>
			<title><![CDATA[Revresh div's]]></title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239400&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 04:10:17 GMT</pubDate>
			<description>There is some code to refresh divs? 
I trying number of codes without result..</description>
			<content:encoded><![CDATA[<div>There is some code to refresh divs?<br />
I trying number of codes without result..</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=94">JavaScript Forum</category>
			<dc:creator>exma</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239400</guid>
		</item>
		<item>
			<title>Will MTA exam 98-364 enable hiring?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239398&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 02:25:40 GMT</pubDate>
			<description><![CDATA[I'm looking at a program that would teach SQL Server and should enable me to pass Microsoft's  MTA exam 98-364 Database fundamentals. Will this...]]></description>
			<content:encoded><![CDATA[<div>I'm looking at a program that would teach SQL Server and should enable me to pass Microsoft's  MTA exam 98-364 Database fundamentals. Will this<br />
intro certification enable me to get hired? As an admin or doing anything w/SQL?<br />
<br />
I'd like to finish this program before studying for the 3 exams for SQL leading to MCSA.<br />
<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=109">The Database Forum</category>
			<dc:creator>Mac291</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239398</guid>
		</item>
		<item>
			<title>Why is my Quality Score so low? Why is it changing?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239393&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 15:53:14 GMT</pubDate>
			<description><![CDATA[I don't understand why I am getting 3/10 for QS when I optimize  other ad campaigns the same way and get 10/10. The competition for this  ad group is...]]></description>
			<content:encoded><![CDATA[<div>I don't understand why I am getting 3/10 for QS when I optimize  other ad campaigns the same way and get 10/10. The competition for this  ad group is definitely more, but I don't understand the difference in  QS's. The landing page couldn't more of what someone would be looking  for, informative, organized, easy to use product pages with the best  images of any of our competitors. Help please! So after 30 min. and no changes my QS is up to a 5. Not where I want it to be, but better. Why is my QS changing?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=107">Google Adwords Forum</category>
			<dc:creator>northcbs</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239393</guid>
		</item>
		<item>
			<title>important note towards freelancer.com staff</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239387&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 21:31:06 GMT</pubDate>
			<description>I have come to a problem while surfing on google. I found all the entries of a sealed contest on the main site. I believe it was open and afterwards...</description>
			<content:encoded><![CDATA[<div>I have come to a problem while surfing on google. I found all the entries of a sealed contest on the main site. I believe it was open and afterwards sealed. But I still don't know if it is good for one participant to find the other ones entryes online. Is this how it sould be meant? Because I find it unfair for the rest of them participants to a contest.<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=210">Freelancing Tycoon</category>
			<dc:creator>beyondlife</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239387</guid>
		</item>
		<item>
			<title>Drupal 7 - Adding Custom jQuery to Theme</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239378&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 06:49:16 GMT</pubDate>
			<description>First of all the obvious, 
you need to find your files mysite.info file in your current theme folder 
and add a line something like this: 
 
 
Code:...</description>
			<content:encoded><![CDATA[<div>First of all the obvious,<br />
you need to find your files mysite.info file in your current theme folder<br />
and add a line something like this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">scripts[] = js/mysite-hacks.js</code><hr />
</div>Then create a new file <i>mysite-hacks.js</i> in your theme's /js/ directory and add this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">// JavaScript Document<br />
// $Id$<br />
/**<br />
* Adds custom jQuery to your theme<br />
* <br />
*/<br />
<br />
var $j = jQuery.noConflict();<br />
<br />
$j(document).ready(function(){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; alert(&quot;Testing 1...2...3&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
});</code><hr />
</div>It's necessary to create a noConflict variable as the $ symbol is protected within the Drupal framework for compatibility with other JS frameworks.<br />
<br />
Although the above does work, I've read that it is better to use an &quot;anonymous function&quot; like this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">// JavaScript Document<br />
// $Id$<br />
/**<br />
* Adds custom jQuery to your theme<br />
* <br />
*/<br />
<br />
(function($) {<br />
&nbsp;  $().ready(function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; alert(&quot;Testing 1...2...3&quot;);<br />
<br />
&nbsp; &nbsp; });<br />
})(jQuery);</code><hr />
</div>In fact, best practice is to process the anonymous function using &quot;Drupal Behaviours&quot; like this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">// JavaScript Document<br />
// $Id$<br />
/**<br />
* Adds custom jQuery to your theme<br />
* <br />
*/<br />
<br />
<br />
(function ($) {<br />
&nbsp; &nbsp; Drupal.behaviors.myAlert = {<br />
&nbsp; &nbsp; &nbsp; &nbsp; attach: function (context) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert('Testing 1...2...3');<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; };<br />
})(jQuery);</code><hr />
</div>This is only scatching the surface of Drupal Behaviours.<br />
To dig just a little deeper try:<br />
<a href="http://mydrupalblog.lhmdesign.com/drupal-theming-jquery-basics-inc-drupal-behaviors" target="_blank">http://mydrupalblog.lhmdesign.com/dr...upal-behaviors</a><br />
<br />
or even better try:<br />
<a href="http://blog.amazeelabs.com/en/comment/118147" target="_blank">http://blog.amazeelabs.com/en/comment/118147</a><br />
<br />
Good luck.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=94">JavaScript Forum</category>
			<dc:creator>TWD</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239378</guid>
		</item>
		<item>
			<title>timthumb paths php how to change the default path</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239377&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 23:54:13 GMT</pubDate>
			<description><![CDATA[Ok so i'm working on a member site 
and I didn't want non members to figure out how the image path works and do some funny stuff. right now it works...]]></description>
			<content:encoded><![CDATA[<div>Ok so i'm working on a member site<br />
and I didn't want non members to figure out how the image path works and do some funny stuff. right now it works like this but going to <a href="http://membersite.com/photogallery/" target="_blank">http://membersite.com/photogallery/</a><br />
goes to galleriaproject folder and they can see everything so I want to hide<br />
photogallery/var/resizes/ on the the src for tim thumb so it's more hidden<br />
so they are grabbing out of the same place, but it's more discreet.<br />
<a href="http://membersite.com/timthumb.php?src=photogallery/var/resizes/public/photo%203%20%282%29.JPG&amp;h=160&amp;w=160&amp;q=90%3C/a%3E" target="_blank">http://membersite.com/timthumb.php?s...0&amp;q=90%3C/a%3E</a><br />
this is what it looks like (above)<br />
<br />
<a href="http://membersite.com/timthumb.php?src=public/photo%203%20%282%29.JPG&amp;h=160&amp;w=160&amp;q=90%3C/a%3E" target="_blank">http://membersite.com/timthumb.php?s...0&amp;q=90%3C/a%3E</a><br />
<br />
this is what I want it to look like above<br />
here's the source code below please help.<br />
<br />
I'm currently using this version of the source code.<br />
<a href="http://timthumb.googlecode.com/svn/trunk/timthumb.php" target="_blank">http://timthumb.googlecode.com/svn/trunk/timthumb.php</a></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>goheadtry</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239377</guid>
		</item>
		<item>
			<title>Can I use neteller for freelancer.com ??</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239376&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 17:15:48 GMT</pubDate>
			<description>I am a new freelancer in freelancer.com. I want to add my payment option. I want to use card for payment verified system. I want to know that is...</description>
			<content:encoded><![CDATA[<div>I am a new freelancer in freelancer.com. I want to add my payment option. I want to use card for payment verified system. I want to know that is neteller is approve by freelancer.com ?? <br />
Please respond me seriously. I am not ready to use payoneer because it's costly. Is neteller is approve by freelancer.com ??</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=58">Suggestions and Feedback</category>
			<dc:creator>sifat27</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239376</guid>
		</item>
		<item>
			<title>How SMS marketing is effective for Local business and Local areas?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239374&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 11:07:43 GMT</pubDate>
			<description><![CDATA[<!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:TrackMoves/>   <w:TrackFormatting/>  ...]]></description>
			<content:encoded><![CDATA[<div><!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:TrackMoves/>   <w:TrackFormatting/>   <w:PunctuationKerning/>   <w:ValidateAgainstSchemas/>   <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>   <w:IgnoreMixedContent>false</w:IgnoreMixedContent>   <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>   <w:DoNotPromoteQF/>   <w:LidThemeOther>EN-US</w:LidThemeOther>   <w:LidThemeAsian>X-NONE</w:LidThemeAsian>   <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>   <w:Compatibility>    <w:BreakWrappedTables/>    <w:SnapToGridInCell/>    <w:WrapTextWithPunct/>    <w:UseAsianBreakRules/>    <w:DontGrowAutofit/>    <w:SplitPgBreakAndParaMark/>    <w:DontVertAlignCellWithSp/>    <w:DontBreakConstrainedForcedTables/>    <w:DontVertAlignInTxbx/>    <w:Word11KerningPairs/>    <w:CachedColBalance/>   </w:Compatibility>   <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>   <m:mathPr>    <m:mathFont m:val="Cambria Math"/>    <m:brkBin m:val="before"/>    <m:brkBinSub m:val="--"/>    <m:smallFrac m:val="off"/>    <m:dispDef/>    <m:lMargin m:val="0"/>    <m:rMargin m:val="0"/>    <m:defJc m:val="centerGroup"/>    <m:wrapIndent m:val="1440"/>    <m:intLim m:val="subSup"/>    <m:naryLim m:val="undOvr"/>   </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267">   <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal"/>   <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>   <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>   <w:LsdException Locked="false" Priority="39" Name="toc 1"/>   <w:LsdException Locked="false" Priority="39" Name="toc 2"/>   <w:LsdException Locked="false" Priority="39" Name="toc 3"/>   <w:LsdException Locked="false" Priority="39" Name="toc 4"/>   <w:LsdException Locked="false" Priority="39" Name="toc 5"/>   <w:LsdException Locked="false" Priority="39" Name="toc 6"/>   <w:LsdException Locked="false" Priority="39" Name="toc 7"/>   <w:LsdException Locked="false" Priority="39" Name="toc 8"/>   <w:LsdException Locked="false" Priority="39" Name="toc 9"/>   <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>   <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title"/>   <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>   <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>   <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong"/>   <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>   <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid"/>   <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>   <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>   <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>   <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>   <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote"/>   <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>   <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6"/>   <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6"/>   <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6"/>   <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>   <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>   <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>   <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>   <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>   <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>   <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>   <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6"/>   <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>   <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6"/>   <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>   <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>   <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>   <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>   <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>   <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>   <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>   <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>  </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} </style> <![endif]-->  Guys please explain me how SMS marketing is effective for local business and to target local areas?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=200">Offline Marketing Tycoon</category>
			<dc:creator>nepstermartin</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239374</guid>
		</item>
		<item>
			<title><![CDATA[What's the right proxy for my requirements]]></title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239373&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 08:13:44 GMT</pubDate>
			<description>Hi, 
My starting position: 
I have a multi tenant java application which uses JDBC to connect to a database system. I have not only one database...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
My starting position:<br />
I have a multi tenant java application which uses JDBC to connect to a database system. I have not only one database system(I am using H2), but rather lots of them - each in a separate db server. Every database server manages data of a few tenants, separated by an own schema. A tenant will be migrated from one server to another if needed, that process is managed by a ressource controller.<br />
<br />
My aspiration:<br />
I am looking for a database proxy which forwards transactions to the right database server and that mapping (tenant --&gt; db server) should be dynamically: The ressource controller shall change it online. Do you know any db proxy which support that dynamic feature? H2 and my application support sql queries for DB2, Oracle, SQL Server, MySQL and PostgreSQL. So that does hardly ever restrict the tool selection.<br />
<br />
Thank you for your help!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=109">The Database Forum</category>
			<dc:creator>andgo84</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239373</guid>
		</item>
		<item>
			<title>What to do with abandoned feeder sites?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239372&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 23:07:56 GMT</pubDate>
			<description>I have two feeder site blogs I used to write on to send traffic to a main site; they are both PR0 and roughly 3 years old, they have probably a...</description>
			<content:encoded><![CDATA[<div>I have two feeder site blogs I used to write on to send traffic to a main site; they are both PR0 and roughly 3 years old, they have probably a thousand articles still each and get maybe 1-200 visitors a month. I don't use these sites anymore and would like to take them down or maybe just put a splash page?<br />
<br />
My problem is they do have links pointing to the main site; even though these are PR0 do you think those links help the main site?<br />
<br />
I would hate to take them down and have negative consequences; what is the best way to handle this situation?<br />
<br />
Thanks for any help!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=102">SEO Tycoon</category>
			<dc:creator>Boar</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239372</guid>
		</item>
		<item>
			<title><![CDATA[Front End Designer/Developer Searching Partner Developer (PHP, Ci & WP)]]></title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239365&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 18:27:02 GMT</pubDate>
			<description><![CDATA[I am focusing doing designs in the last time; and need a partner to complete several Wordpress and PHP projects using codeigniter; ... 
I've a really...]]></description>
			<content:encoded><![CDATA[<div>I am focusing doing designs in the last time; and need a partner to complete several Wordpress and PHP projects using codeigniter; ...<br />
I've a really good profile on freelancer; and i am hitting many jobs; i also have some personal projects in development<br />
<br />
anyone interested to work with me as partners?<br />
<br />
<br />
Diego</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=215">Coding Jobs, Partnerships, Opportunities</category>
			<dc:creator>dmoldesign</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239365</guid>
		</item>
		<item>
			<title>Affiliate programs</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239360&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 12:13:03 GMT</pubDate>
			<description>Hi, 
  Is it ok to post new affiliate programs to this forum? 
 
  Alina</description>
			<content:encoded><![CDATA[<div>Hi,<br />
  Is it ok to post new affiliate programs to this forum?<br />
<br />
  Alina</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=105">Affiliate Marketing Tycoon</category>
			<dc:creator>Angy888</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239360</guid>
		</item>
		<item>
			<title>hello everyone</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239358&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 12:08:25 GMT</pubDate>
			<description>hi, my name is albert. i found this forum by accident :p but it really get my attention. I have interest like everyone here and i can share what i...</description>
			<content:encoded><![CDATA[<div>hi, my name is albert. i found this forum by accident :p but it really get my attention. I have interest like everyone here and i can share what i know about the internet world. I hope everyone also can do the same with me..pis..:cool:</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=60">New Member Introductions</category>
			<dc:creator>albertheywood</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239358</guid>
		</item>
		<item>
			<title>Please help about Google Analytics</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239357&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 06:11:31 GMT</pubDate>
			<description>Is it possible to setup tracker for mobile designs? 
I mean tracker in Google analytics to see how many press a bottom “Dial up”??</description>
			<content:encoded><![CDATA[<div>Is it possible to setup tracker for mobile designs?<br />
I mean tracker in Google analytics to see how many press a bottom “Dial up”??</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=67">The Google Forum</category>
			<dc:creator>jelebiby</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239357</guid>
		</item>
		<item>
			<title>What do i need to use with my router?</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239356&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 03:14:27 GMT</pubDate>
			<description><![CDATA[First off i want to make it clear that i am stupid when it comes to modems and routers and stuff like that. 
 
When i got my computer AT&T sent me a...]]></description>
			<content:encoded><![CDATA[<div>First off i want to make it clear that i am stupid when it comes to modems and routers and stuff like that.<br />
<br />
When i got my computer AT&amp;T sent me a modem and i followed the directions and hooked it up, it has lasted for over 6 years. Then i bought a laptop and decided that i wanted wi-fi so i bought a refurbished AT&amp;T 2 wire modem without a warranty (bad decision) and i hooked that up with no problem, but after about 8 months it started restarting over and over so i decided to just get a new modem.<br />
<br />
Well i went onto Amazon and i bought a Linksys wireless-G broadband router thinking that it was the same thing as my old AT&amp;T 2 wire modem, (because i am stupid) but it wasn't. Now i have a router and i am not sure if i just get a dsl modem and hook it up to my router or what. If anyone can help me figure out what i should get i would appreciate it. Also if you could tell me what brand or type of modem will work with AT&amp;T and my Linksys wireless-G router that would be really great.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=117">Computer Forum</category>
			<dc:creator>Knight13</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239356</guid>
		</item>
		<item>
			<title>Link Manager question...</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239355&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 00:55:53 GMT</pubDate>
			<description>Hi, 
 
I have this free links manager on my site, and what I want to do is make the links output into multiple columns. I know I have done something...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have this free links manager on my site, and what I want to do is make the links output into multiple columns. I know I have done something very similar in the past, but this is an entirely different script, and I haven't been ontop of my programming, so I appreciate all help getting this working.<br />
<br />
Note: Nothing in the php code was modified, so if you want, you can download the script to your server and test it, should be no problems at all.<br />
<br />
Here's the html code ( columns code )<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;html&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
<br />
<span style="color:#800080">&lt;style type=<span style="color:#0000FF">&quot;text/css&quot;</span>&gt;</span><br />
<br />
body { background-color: #F3F3F3; color: #000; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 18px; }<br />
<br />
#content { background-color: #F3F3F3; width: 1280px; margin: 0 auto; }<br />
<br />
#col1 { background-color: #666; border-left: 2px solid #000; border-top: 2px solid #000; border-bottom: 2px solid #000; float: left; width: 30%; height: 200px; padding-left: 6px; } <br />
#col2 { background-color: #666; border-top: 2px solid #000; border-bottom: 2px solid #000; float: left; width: 30%; height: 200px; }<br />
#col3 { background-color: #666; border-right: 2px solid #000; border-top: 2px solid #000; border-bottom: 2px solid #000; float: left; width: 30%; height: 200px; padding-right: 6px; }<br />
<br />
<span style="color:#800080">&lt;/style&gt;</span><br />
<br />
<span style="color:#000080">&lt;body&gt;</span><br />
<br />
<br />
<span style="color:#000080">&lt;div align=<span style="color:#0000FF">&quot;center&quot;</span> id=<span style="color:#0000FF">&quot;content&quot;</span>&gt;</span><br />
<br />
<span style="color:#000080">&lt;div align=<span style="color:#0000FF">&quot;left&quot;</span> id=<span style="color:#0000FF">&quot;col1&quot;</span>&gt;</span>Links Row #1<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;col2&quot;</span>&gt;</span>Links Row #2<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div align=<span style="color:#0000FF">&quot;right&quot;</span> id=<span style="color:#0000FF">&quot;col3&quot;</span>&gt;</span>Links Row #2<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<br />
<span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div>The php code is:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2">
		<hr />
		<code style="white-space:nowrap">
		<div dir="ltr" style="text-align:left;">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /><br /></span><span style="color: #FF8000">/*******************************************************************************<br />*&nbsp;&nbsp;Title:&nbsp;LinkMan&nbsp;reciprocal&nbsp;link&nbsp;manager<br />*&nbsp;&nbsp;Version:&nbsp;1.7&nbsp;@&nbsp;April&nbsp;18,&nbsp;2009<br />*&nbsp;&nbsp;Author:&nbsp;Klemen&nbsp;Stirn<br />*&nbsp;&nbsp;Website:&nbsp;http://www.phpjunkyard.com<br />********************************************************************************<br />*&nbsp;&nbsp;COPYRIGHT&nbsp;NOTICE<br />*&nbsp;&nbsp;Copyright&nbsp;2004-2009&nbsp;Klemen&nbsp;Stirn.&nbsp;All&nbsp;Rights&nbsp;Reserved.<br />*<br />*&nbsp;&nbsp;This&nbsp;script&nbsp;may&nbsp;be&nbsp;used&nbsp;and&nbsp;modified&nbsp;free&nbsp;of&nbsp;charge&nbsp;by&nbsp;anyone<br />*&nbsp;&nbsp;AS&nbsp;LONG&nbsp;AS&nbsp;COPYRIGHT&nbsp;NOTICES&nbsp;AND&nbsp;ALL&nbsp;THE&nbsp;COMMENTS&nbsp;REMAIN&nbsp;INTACT.<br />*&nbsp;&nbsp;By&nbsp;using&nbsp;this&nbsp;code&nbsp;you&nbsp;agree&nbsp;to&nbsp;indemnify&nbsp;Klemen&nbsp;Stirn&nbsp;from&nbsp;any<br />*&nbsp;&nbsp;liability&nbsp;that&nbsp;might&nbsp;arise&nbsp;from&nbsp;it's&nbsp;use.<br />*<br />*&nbsp;&nbsp;Selling&nbsp;the&nbsp;code&nbsp;for&nbsp;this&nbsp;program,&nbsp;in&nbsp;part&nbsp;or&nbsp;full,&nbsp;without&nbsp;prior<br />*&nbsp;&nbsp;written&nbsp;consent&nbsp;is&nbsp;expressly&nbsp;forbidden.&nbsp;Using&nbsp;this&nbsp;code,&nbsp;in&nbsp;part&nbsp;or&nbsp;full,<br />*&nbsp;&nbsp;to&nbsp;create&nbsp;competing&nbsp;scripts&nbsp;or&nbsp;products&nbsp;is&nbsp;expressly&nbsp;forbidden.<br />*<br />*&nbsp;&nbsp;Obtain&nbsp;permission&nbsp;before&nbsp;redistributing&nbsp;this&nbsp;software&nbsp;over&nbsp;the&nbsp;Internet<br />*&nbsp;&nbsp;or&nbsp;in&nbsp;any&nbsp;other&nbsp;medium.&nbsp;In&nbsp;all&nbsp;cases&nbsp;copyright&nbsp;and&nbsp;header&nbsp;must&nbsp;remain<br />*&nbsp;&nbsp;intact.&nbsp;This&nbsp;Copyright&nbsp;is&nbsp;in&nbsp;full&nbsp;effect&nbsp;in&nbsp;any&nbsp;country&nbsp;that&nbsp;has<br />*&nbsp;&nbsp;International&nbsp;Trade&nbsp;Agreements&nbsp;with&nbsp;the&nbsp;United&nbsp;States&nbsp;of&nbsp;America&nbsp;or<br />*&nbsp;&nbsp;with&nbsp;the&nbsp;European&nbsp;Union.<br />*<br />*&nbsp;&nbsp;Removing&nbsp;any&nbsp;of&nbsp;the&nbsp;copyright&nbsp;notices&nbsp;without&nbsp;purchasing&nbsp;a&nbsp;license<br />*&nbsp;&nbsp;is&nbsp;illegal!&nbsp;To&nbsp;remove&nbsp;PHPJunkyard&nbsp;copyright&nbsp;notice&nbsp;you&nbsp;must&nbsp;purchase&nbsp;a<br />*&nbsp;&nbsp;license&nbsp;for&nbsp;this&nbsp;script.&nbsp;For&nbsp;more&nbsp;information&nbsp;on&nbsp;how&nbsp;to&nbsp;obtain&nbsp;a&nbsp;license<br />*&nbsp;&nbsp;please&nbsp;visit&nbsp;the&nbsp;site&nbsp;below:<br />*&nbsp;&nbsp;http://www.phpjunkyard.com/copyright-removal.php<br />*******************************************************************************/<br /><br /></span><span style="color: #0000BB">define</span><span style="color: #007700">(</span><span style="color: #DD0000">'IN_SCRIPT'</span><span style="color: #007700">,</span><span style="color: #0000BB">1</span><span style="color: #007700">);<br />require(</span><span style="color: #DD0000">'settings.php'</span><span style="color: #007700">);<br /><br />require_once(</span><span style="color: #DD0000">'header.txt'</span><span style="color: #007700">);<br /><br />if&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'show_form'</span><span style="color: #007700">&#93;)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;a&nbsp;href="#addlink"&gt;Submit&nbsp;your&nbsp;website&lt;/a&gt;&lt;/p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">}<br /><br /></span><span style="color: #0000BB">$lines&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">file</span><span style="color: #007700">(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'linkfile'</span><span style="color: #007700">&#93;);<br /><br /></span><span style="color: #FF8000">/*&nbsp;Handle&nbsp;pages&nbsp;*/<br /></span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'allow_pages'</span><span style="color: #007700">&#93;)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">/*&nbsp;Page&nbsp;number,&nbsp;default&nbsp;1st&nbsp;page&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page</span><span style="color: #007700">=</span><span style="color: #0000BB">intval</span><span style="color: #007700">(</span><span style="color: #0000BB">$_REQUEST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'page'</span><span style="color: #007700">&#93;);<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$page&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$start</span><span style="color: #007700">=(</span><span style="color: #0000BB">$page</span><span style="color: #007700">*</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'max_per_page'</span><span style="color: #007700">&#93;)-</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'max_per_page'</span><span style="color: #007700">&#93;;</span><span style="color: #0000BB">$end</span><span style="color: #007700">=</span><span style="color: #0000BB">$start</span><span style="color: #007700">+</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'max_per_page'</span><span style="color: #007700">&#93;-</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page</span><span style="color: #007700">=</span><span style="color: #0000BB">1</span><span style="color: #007700">;</span><span style="color: #0000BB">$start</span><span style="color: #007700">=</span><span style="color: #0000BB">0</span><span style="color: #007700">;</span><span style="color: #0000BB">$end</span><span style="color: #007700">=</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'max_per_page'</span><span style="color: #007700">&#93;-</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">/*&nbsp;Total&nbsp;number&nbsp;of&nbsp;links&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$total&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">count</span><span style="color: #007700">(</span><span style="color: #0000BB">$lines</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$total&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$end&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">$total</span><span style="color: #007700">)&nbsp;{</span><span style="color: #0000BB">$end</span><span style="color: #007700">=</span><span style="color: #0000BB">$total</span><span style="color: #007700">;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$pages&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">ceil</span><span style="color: #007700">(</span><span style="color: #0000BB">$total</span><span style="color: #007700">/</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'max_per_page'</span><span style="color: #007700">&#93;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$pages&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'&lt;p&gt;'</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$prev_page&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">$page</span><span style="color: #007700">-</span><span style="color: #0000BB">1&nbsp;</span><span style="color: #007700">&lt;=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">)&nbsp;?&nbsp;</span><span style="color: #0000BB">0&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">$page</span><span style="color: #007700">-</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$next_page&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">$page</span><span style="color: #007700">+</span><span style="color: #0000BB">1&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">$pages</span><span style="color: #007700">)&nbsp;?&nbsp;</span><span style="color: #0000BB">0&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">$page</span><span style="color: #007700">+</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$prev_page</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">'&lt;a&nbsp;href="links.php?page=1"&gt;&amp;lt;&amp;lt;&nbsp;First&lt;/a&gt;&nbsp;&amp;nbsp;|&amp;nbsp;&nbsp;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$prev_page&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">'&lt;a&nbsp;href="links.php?page='</span><span style="color: #007700">.</span><span style="color: #0000BB">$prev_page</span><span style="color: #007700">.</span><span style="color: #DD0000">'"&gt;&amp;lt;&nbsp;Prev&lt;/a&gt;&nbsp;&amp;nbsp;|&amp;nbsp;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(</span><span style="color: #0000BB">$i</span><span style="color: #007700">=</span><span style="color: #0000BB">1</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">$i</span><span style="color: #007700">&lt;=</span><span style="color: #0000BB">$pages</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">$i</span><span style="color: #007700">++)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$i&nbsp;</span><span style="color: #007700">&lt;=&nbsp;(</span><span style="color: #0000BB">$page</span><span style="color: #007700">+</span><span style="color: #0000BB">5</span><span style="color: #007700">)&nbsp;&amp;&amp;&nbsp;</span><span style="color: #0000BB">$i&nbsp;</span><span style="color: #007700">&gt;=&nbsp;(</span><span style="color: #0000BB">$page</span><span style="color: #007700">-</span><span style="color: #0000BB">5</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(</span><span style="color: #0000BB">$i&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">$page</span><span style="color: #007700">)&nbsp;{</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">'&nbsp;&lt;b&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$i</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;/b&gt;&nbsp;'</span><span style="color: #007700">;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;{</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">'&nbsp;&lt;a&nbsp;href="links.php?page='</span><span style="color: #007700">.</span><span style="color: #0000BB">$i</span><span style="color: #007700">.</span><span style="color: #DD0000">'"&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$i</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;/a&gt;&nbsp;'</span><span style="color: #007700">;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$next_page</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$next_page&nbsp;</span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">$pages</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">'&nbsp;&amp;nbsp;|&amp;nbsp;&nbsp;&lt;a&nbsp;href="links.php?page='</span><span style="color: #007700">.</span><span style="color: #0000BB">$next_page</span><span style="color: #007700">.</span><span style="color: #DD0000">'"&gt;Next&nbsp;&amp;gt;&lt;/a&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">'&nbsp;&amp;nbsp;|&amp;nbsp;&nbsp;&lt;a&nbsp;href="links.php?page='</span><span style="color: #007700">.</span><span style="color: #0000BB">$pages</span><span style="color: #007700">.</span><span style="color: #DD0000">'"&gt;Last&nbsp;&amp;gt;&amp;gt;&lt;/a&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$page_nav&nbsp;</span><span style="color: #007700">.=&nbsp;</span><span style="color: #DD0000">'&lt;/p&gt;'</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #0000BB">$page_nav</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$lines&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">array_slice</span><span style="color: #007700">(</span><span style="color: #0000BB">$lines</span><span style="color: #007700">,</span><span style="color: #0000BB">$start</span><span style="color: #007700">,</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'max_per_page'</span><span style="color: #007700">&#93;);<br />}<br /><br /></span><span style="color: #0000BB">$print_featured&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$first&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$i&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br /><br />foreach&nbsp;(</span><span style="color: #0000BB">$lines&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">$thisline</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$thisline</span><span style="color: #007700">=</span><span style="color: #0000BB">trim</span><span style="color: #007700">(</span><span style="color: #0000BB">$thisline</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!empty(</span><span style="color: #0000BB">$thisline</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$i</span><span style="color: #007700">++;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;list(</span><span style="color: #0000BB">$name</span><span style="color: #007700">,</span><span style="color: #0000BB">$email</span><span style="color: #007700">,</span><span style="color: #0000BB">$title</span><span style="color: #007700">,</span><span style="color: #0000BB">$url</span><span style="color: #007700">,</span><span style="color: #0000BB">$recurl</span><span style="color: #007700">,</span><span style="color: #0000BB">$description</span><span style="color: #007700">,</span><span style="color: #0000BB">$featured</span><span style="color: #007700">,</span><span style="color: #0000BB">$pr</span><span style="color: #007700">)=</span><span style="color: #0000BB">explode</span><span style="color: #007700">(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'delimiter'</span><span style="color: #007700">&#93;,</span><span style="color: #0000BB">$thisline</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$show_url&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'show_url'</span><span style="color: #007700">&#93;&nbsp;?&nbsp;</span><span style="color: #DD0000">'&amp;nbsp;&lt;span&nbsp;class="linkmanURL"&gt;-&amp;nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$url</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;/span&gt;'&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'show_pr'</span><span style="color: #007700">&#93;&nbsp;==&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(empty(</span><span style="color: #0000BB">$pr</span><span style="color: #007700">))&nbsp;{</span><span style="color: #0000BB">$pr</span><span style="color: #007700">=</span><span style="color: #0000BB">0</span><span style="color: #007700">;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$pr_code&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'&lt;td&nbsp;valign="top"&nbsp;class="linkman"&nbsp;title="Google&nbsp;PageRank:&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$pr</span><span style="color: #007700">.</span><span style="color: #DD0000">'/10"&gt;&lt;img&nbsp;src="img/pr'</span><span style="color: #007700">.</span><span style="color: #0000BB">$pr</span><span style="color: #007700">.</span><span style="color: #DD0000">'.gif"&nbsp;width="40"&nbsp;height="5"&nbsp;alt="Google&nbsp;PageRank:&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$pr</span><span style="color: #007700">.</span><span style="color: #DD0000">'/10"&nbsp;border="0"&nbsp;style="vertical-align:&nbsp;middle;"&gt;&amp;nbsp;&lt;/td&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$pr_code&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'show_thumbshots'</span><span style="color: #007700">&#93;)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$thumb_code&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'&lt;td&nbsp;valign="top"&nbsp;class="linkman"&gt;&lt;img&nbsp;src="'</span><span style="color: #007700">.</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'thumb_url'</span><span style="color: #007700">&#93;.</span><span style="color: #0000BB">rawurlencode</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">).</span><span style="color: #DD0000">'"&nbsp;style="vertical-align:&nbsp;middle;"&nbsp;border="1"&nbsp;width="120"&nbsp;height="90"&nbsp;alt="Thumbnail"&gt;&amp;nbsp;&lt;/td&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$thumb_code&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$featured&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$print_featured&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$print_featured&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$first&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&lt;p&nbsp;class="linkman"&gt;&lt;b&gt;Featured&nbsp;links&lt;/b&gt;&lt;/p&gt;&lt;table&nbsp;border="0"&nbsp;cellspacing="1"&nbsp;cellpadding="1"&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$url&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'clean'</span><span style="color: #007700">&#93;&nbsp;!=&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)&nbsp;?&nbsp;</span><span style="color: #0000BB">$url&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'go.php?url='</span><span style="color: #007700">.</span><span style="color: #0000BB">rawurlencode</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$nofollow&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'use_nofollow'</span><span style="color: #007700">&#93;==</span><span style="color: #0000BB">1</span><span style="color: #007700">)&nbsp;?&nbsp;</span><span style="color: #DD0000">'rel="nofollow"'&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$thumb_code</span><span style="color: #007700">.</span><span style="color: #DD0000">'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$pr_code</span><span style="color: #007700">.</span><span style="color: #DD0000">'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;valign="top"&nbsp;class="linkman"&gt;&lt;p&nbsp;class="linkman"&gt;&lt;a&nbsp;href="'</span><span style="color: #007700">.</span><span style="color: #0000BB">$url</span><span style="color: #007700">.</span><span style="color: #DD0000">'"&nbsp;target="_blank"&nbsp;class="linkman"&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$nofollow</span><span style="color: #007700">.</span><span style="color: #DD0000">'&gt;&lt;b&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$title</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;/b&gt;&lt;/a&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$show_url</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;br&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$description</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'show_thumbshots'</span><span style="color: #007700">&#93;!=</span><span style="color: #0000BB">1</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$thumb_code&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$print_featured&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$print_featured&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$first&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&lt;/table&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$first&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$first&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&lt;p&nbsp;class="linkman"&gt;&lt;b&gt;Reciprocal&nbsp;links&lt;/b&gt;&lt;/p&gt;&lt;table&nbsp;border="0"&nbsp;cellspacing="1"&nbsp;cellpadding="1"&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$url&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'clean'</span><span style="color: #007700">&#93;&nbsp;==&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">)&nbsp;?&nbsp;</span><span style="color: #0000BB">$url&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'go.php?url='</span><span style="color: #007700">.</span><span style="color: #0000BB">rawurlencode</span><span style="color: #007700">(</span><span style="color: #0000BB">$url</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$nofollow&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'use_nofollow'</span><span style="color: #007700">&#93;&nbsp;?&nbsp;</span><span style="color: #DD0000">'rel="nofollow"'&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$thumb_code</span><span style="color: #007700">.</span><span style="color: #DD0000">'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$pr_code</span><span style="color: #007700">.</span><span style="color: #DD0000">'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;valign="top"&nbsp;class="linkman"&gt;&lt;p&nbsp;class="linkman"&gt;&lt;a&nbsp;href="'</span><span style="color: #007700">.</span><span style="color: #0000BB">$url</span><span style="color: #007700">.</span><span style="color: #DD0000">'"&nbsp;target="_blank"&nbsp;class="linkman"&nbsp;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$nofollow</span><span style="color: #007700">.</span><span style="color: #DD0000">'&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$title</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;/a&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$show_url</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;br&gt;'</span><span style="color: #007700">.</span><span style="color: #0000BB">$description</span><span style="color: #007700">.</span><span style="color: #DD0000">'&lt;/p&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}<br /><br /></span><span style="color: #FF8000">/*&nbsp;Close&nbsp;the&nbsp;table&nbsp;if&nbsp;at&nbsp;least&nbsp;one&nbsp;link&nbsp;is&nbsp;printed&nbsp;out&nbsp;*/<br /></span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$i</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&lt;/table&gt;'</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">/*&nbsp;Print&nbsp;bottom&nbsp;page&nbsp;navigation&nbsp;if&nbsp;at&nbsp;least&nbsp;20&nbsp;listings&nbsp;on&nbsp;the&nbsp;page&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'allow_pages'</span><span style="color: #007700">&#93;&nbsp;&amp;&amp;&nbsp;</span><span style="color: #0000BB">$i&nbsp;</span><span style="color: #007700">&gt;&nbsp;</span><span style="color: #0000BB">19</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #0000BB">$page_nav</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}<br />else<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&lt;p&nbsp;class="linkman"&gt;No&nbsp;links&nbsp;yet!&lt;/p&gt;'</span><span style="color: #007700">;<br />}<br /><br />if&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'show_form'</span><span style="color: #007700">&#93;)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">$i&nbsp;</span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'max_links'</span><span style="color: #007700">&#93;)<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&nbsp;class="linkman"&gt;&lt;a&nbsp;name="addlink"&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;&lt;b&gt;Submit&nbsp;your&nbsp;website&lt;/b&gt;&lt;/p&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;b&gt;&amp;raquo;&nbsp;Step&nbsp;1:&nbsp;Add&nbsp;our&nbsp;link&nbsp;to&nbsp;your&nbsp;website&lt;/b&gt;&lt;/p&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;table&nbsp;border="0"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;Website&nbsp;URL:&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;a&nbsp;href="<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'site_url'</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>"&nbsp;target="_blank"&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'site_url'</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/a&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;Website&nbsp;Title:&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">htmlspecialchars</span><span style="color: #007700">(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'site_title'</span><span style="color: #007700">&#93;);&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;Description:&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">htmlspecialchars</span><span style="color: #007700">(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'site_desc'</span><span style="color: #007700">&#93;);&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/table&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;textarea&nbsp;rows="4"&nbsp;cols="60"&nbsp;onfocus="this.select()"&gt;&amp;lt;a&nbsp;href=&amp;quot;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'site_url'</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&amp;quot;&amp;gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">htmlspecialchars</span><span style="color: #007700">(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'site_title'</span><span style="color: #007700">&#93;);&nbsp;</span><span style="color: #0000BB">?&gt;</span>&amp;lt;/a&amp;gt;&nbsp;-&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #0000BB">htmlspecialchars</span><span style="color: #007700">(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'site_desc'</span><span style="color: #007700">&#93;);&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/textarea&gt;&lt;/p&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;b&gt;&amp;raquo;&nbsp;Step&nbsp;2:&nbsp;Submit&nbsp;your&nbsp;link&lt;/b&gt;&lt;/p&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;All&nbsp;fields&nbsp;are&nbsp;required.&nbsp;Please&nbsp;finish&nbsp;&lt;b&gt;Step&nbsp;1&lt;/b&gt;&nbsp;before&nbsp;submitting&nbsp;this&nbsp;form.<br />&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$settings</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'man_approval'</span><span style="color: #007700">&#93;)<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">'&nbsp;New&nbsp;links&nbsp;will&nbsp;be&nbsp;approved&nbsp;manually.'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/p&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;form&nbsp;method="post"&nbsp;action="addlink.php"&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;table&nbsp;border="0"&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;b&gt;Your&nbsp;name:&lt;/b&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input&nbsp;type="text"&nbsp;name="name"&nbsp;size="40"&nbsp;maxlength="50"&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;b&gt;E-mail:&lt;/b&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input&nbsp;type="text"&nbsp;name="email"&nbsp;size="40"&nbsp;maxlength="50"&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;b&gt;Website&nbsp;title:&lt;/b&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input&nbsp;type="text"&nbsp;name="title"&nbsp;size="40"&nbsp;maxlength="50"&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;b&gt;Website&nbsp;URL:&lt;/b&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input&nbsp;type="text"&nbsp;name="url"&nbsp;maxlength="255"&nbsp;value="http://"&nbsp;size="40"&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;b&gt;URL&nbsp;with&nbsp;reciprocal&nbsp;link:&lt;/b&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;&lt;input&nbsp;type="text"&nbsp;name="recurl"&nbsp;maxlength="255"&nbsp;value="http://"&nbsp;size="40"&gt;&lt;/td&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/table&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;b&gt;Website&nbsp;description:&lt;/b&gt;&lt;br&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;input&nbsp;type="text"&nbsp;name="description"&nbsp;maxlength="200"&nbsp;size="60"&gt;&lt;/p&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;input&nbsp;type="submit"&nbsp;value="Add&nbsp;link"&gt;&lt;/p&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/form&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}&nbsp;</span><span style="color: #FF8000">//&nbsp;End&nbsp;if&nbsp;$settings&#91;'max_links'&#93;&nbsp;&lt;&nbsp;$i<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">else<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&nbsp;class="linkman"&gt;&amp;nbsp;&lt;br&nbsp;/&gt;&lt;b&gt;Submit&nbsp;your&nbsp;website&lt;/b&gt;&lt;/p&gt;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;i&gt;Unfortunately&nbsp;we&nbsp;are&nbsp;not&nbsp;accepting&nbsp;any&nbsp;new&nbsp;links&nbsp;at&nbsp;the&nbsp;moment.&lt;/i&gt;&lt;/p&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">}<br />}&nbsp;</span><span style="color: #FF8000">//&nbsp;End&nbsp;if&nbsp;$settings&#91;'show_form'&#93;<br /><br /></span><span style="color: #007700">eval(</span><span style="color: #0000BB">gzinflate</span><span style="color: #007700">(</span><span style="color: #0000BB">base64_decode</span><span style="color: #007700">(</span><span style="color: #DD0000">'DdBHsqJAAADQ43x/uRBBUs0KJEiQjA1spiTTZJEG+vQz7wivQO<br />/uVOFmKLv3tzil76Vgbn/zIhvz4vQjZbQO50kQBMm9sb5auxVwKZoR4tqVBGLUPnDqFOH+bKbwmeAzvy<br />kFB0WF95PyuCTJuCvo0UNhW2VqI/vollGRQZlcK/b9uFlNlX3olZkPt5I4IGebU8fBRJlKNinReNFdUU<br />WDh8UuSx6rcuXMRchRbJdYJmBTrH7+NkVCN6wp5Xb+UHWHZS2+zfnEFGX2uzy11T2LRsDExPHxkHkdm/<br />M96Awho+mQUkQUUW5VAzdSTTJ8N1SawJgFi7ebBdnmryNvTVDJHKJJQEAcVPEebX5paaP4CcoqhKt0zE<br />x5btB51ubuBpajV+n7xH1eFRjbA1MDpOxxBknTOuwT8o/JCmY17B1U1ZCPFHv1vGaZj3ZP9g2sIMMWth<br />s22o9sYi2BDQLD1l4y02HtRS4Q1WIxhamsE7Oz4oABkRRHDNfkXO1/8UsdPP5A3P9F6UuSM7/znWKrjQ<br />yHRFYJRuGkNh5aIr4/r2tuFCyV6+Fu3z7G2z961xH8mX5oCcmWg+m4GkWE1724EKnTNhv2oaqf6StWVe<br />DhWApeYoHUJTD6lLkgNk3Z9HL5+f39/fMP'</span><span style="color: #007700">)));<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code><!-- php buffer end -->
		</div>
		</code>
		<hr />
	</div>
</div>Thanks everyone!<br />
Brian</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>Brian07002</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239355</guid>
		</item>
		<item>
			<title>Newbie</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239346&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 15:24:06 GMT</pubDate>
			<description><![CDATA[Hi, 
I'm Alina, new to this forum. I've been given the role of trainee PR  manager at *(Removed)* My background is more from PPC, but so far  I've...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I'm Alina, new to this forum. I've been given the role of trainee PR  manager at <b>(Removed)</b> My background is more from PPC, but so far  I've found this website invaluable for learning more about affiliate  marketing.<br />
Just wanted to say a big hello to everyone, I've read the posting rules so with a bit of luck I wont upset anyone:)</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=60">New Member Introductions</category>
			<dc:creator>Angy888</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239346</guid>
		</item>
		<item>
			<title>expert advise on upgrading html website to joomla</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239342&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 04:48:09 GMT</pubDate>
			<description>Hi Folks, 
I am hoping to upgrade my company website from the traditional html website to joomla website. In the process I would also like to change...</description>
			<content:encoded><![CDATA[<div>Hi Folks,<br />
I am hoping to upgrade my company website from the traditional html website to joomla website. In the process I would also like to change the design of my website. I am thinking of posting project on freelancer for bidding, but I am not sure what is the best way to post the project. Should I post it as two separate jobs? one as website design and one as joomla website set up? or should I just post them together as one project?<br />
<br />
thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=12">Website Design Forum</category>
			<dc:creator>kl2</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239342</guid>
		</item>
		<item>
			<title><![CDATA[Mother's Day]]></title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239339&amp;goto=newpost</link>
			<pubDate>Tue, 07 May 2013 17:35:40 GMT</pubDate>
			<description><![CDATA[*"A Very Happy Mother's Day!" 
* 
 
Here's a link on the history of "Mother's Day," something I learned myself!  ;) 
 
Mother's Day History...]]></description>
			<content:encoded><![CDATA[<div><b><div align="center"><font size="5"><font color="Blue">&quot;A Very Happy Mother's Day!&quot;</font></font></div></b><br />
<br />
Here's a link on the history of &quot;Mother's Day,&quot; something I learned myself!  ;)<br />
<br />
<a href="http://mothers-day.123holiday.net/" target="_blank">Mother's Day History</a></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=4">General Discussions</category>
			<dc:creator>Giselle</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239339</guid>
		</item>
		<item>
			<title>I am New Bee</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239336&amp;goto=newpost</link>
			<pubDate>Tue, 07 May 2013 11:32:21 GMT</pubDate>
			<description><![CDATA[Hello Friends, 
 
I am interesting to join this forum community for sharing & learning webmasters related skills kindly welcome me as your friends :)]]></description>
			<content:encoded><![CDATA[<div>Hello Friends,<br />
<br />
I am interesting to join this forum community for sharing &amp; learning webmasters related skills kindly welcome me as your friends :)</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=60">New Member Introductions</category>
			<dc:creator>socialbeat</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239336</guid>
		</item>
		<item>
			<title>drop down menu behind slideshow</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239335&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 23:41:05 GMT</pubDate>
			<description>My problem is that i can create a slideshow image and a dropdown meno and when i put the mouse in the menu it doesnt dropdown cna you help me with...</description>
			<content:encoded><![CDATA[<div>My problem is that i can create a slideshow image and a dropdown meno and when i put the mouse in the menu it doesnt dropdown cna you help me with some ideas</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=77">HTML Forum</category>
			<dc:creator>andyyyy</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239335</guid>
		</item>
		<item>
			<title>PHP Fatal Error</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239330&amp;goto=newpost</link>
			<pubDate>Mon, 06 May 2013 03:26:29 GMT</pubDate>
			<description>I was wondering if someone could shed some light on this error message: 
 
Fatal error: Call to a member function show_chatbox() on a non-object in...</description>
			<content:encoded><![CDATA[<div>I was wondering if someone could shed some light on this error message:<br />
<br />
Fatal error: Call to a member function show_chatbox() on a non-object in /xxxx/xxxx/xxxx/talkclassicrock.com/forums/mgc_cb_evo/plugins/parse_templates.php on line 11<br />
<br />
Thanks!!!!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>Robert_R</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239330</guid>
		</item>
		<item>
			<title>Align text with CSS</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239324&amp;goto=newpost</link>
			<pubDate>Sat, 04 May 2013 09:47:10 GMT</pubDate>
			<description><![CDATA[I would like to know what css to add in order to prevent text :"To attend to customer’s feedback, enquiries or other needs immediately" more than its...]]></description>
			<content:encoded><![CDATA[<div>I would like to know what css to add in order to prevent text :&quot;To attend to customer’s feedback, enquiries or other needs immediately&quot; more than its container. Add something to css class=templatetext or others css class.<br />
<br />
jsfiddle.net/CB5Lr/4/</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=110">CSS Forum</category>
			<dc:creator>lsc12345</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239324</guid>
		</item>
		<item>
			<title>Worpess Template</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239317&amp;goto=newpost</link>
			<pubDate>Fri, 03 May 2013 17:24:26 GMT</pubDate>
			<description>Please advise we setup a sample domain to build website using a wordpress template. We did not want to use on our domain until we finished site and...</description>
			<content:encoded><![CDATA[<div>Please advise we setup a sample domain to build website using a wordpress template. We did not want to use on our domain until we finished site and also got a better working knowledge of wordpress. Now to my questions<br />
<br />
We loaded on sample domain example testing.com and it gives images file name associated with sample domain. When we hire a programmer to move to our main site <a href="http://www.thomascableway.com" target="_blank">www.thomascableway.com</a> do we have to go into site and change image files name and other links/pages it creates<br />
<br />
Dont want to waste to much time on it if we have to rename over a 100 images/pages<br />
<br />
If this is the case how do most of you guys do wordpress until site is live (i know you can load on live doimain but we dont want our customer to see a template based site while we build</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=12">Website Design Forum</category>
			<dc:creator>thedude-tpm</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239317</guid>
		</item>
		<item>
			<title>Hiring: Website Developer (Chicago, IL)</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239313&amp;goto=newpost</link>
			<pubDate>Fri, 03 May 2013 15:53:19 GMT</pubDate>
			<description>WebToMed, a leading provider of medical website development and Internet marketing services, seeks an experienced HTML developer.  Ideal candidate...</description>
			<content:encoded><![CDATA[<div>WebToMed, a leading provider of medical website development and Internet marketing services, seeks an experienced HTML developer.  Ideal candidate will be responsible for developing new websites and managing existing projects.  A strong existing online web development portfolio is a must.<br />
 <br />
Requirements <br />
Candidate must meet the following qualifications and be experienced in the following areas:<br />
•	Expert knowledge of XHTML, CSS, table-less layout, and jQuery<br />
•	Ability to hand-code XHTML<br />
•	Knowledge of Photoshop and Dreamweaver<br />
•	Minimum of three years experience focusing on website development<br />
•	Strong website usability and content organization skills<br />
•	Comfortable working in a fast-paced environment<br />
•	Ability to keep timelines and meet deadlines<br />
•	Excellent written and verbal communication skills<br />
<br />
Additional skills:<br />
•	Bachelor’s degree or other formal training<br />
•	Experience with content management systems<br />
<br />
Why apply at WebToMed:<br />
•	Work with established and successful Internet professionals<br />
•	Succeed in a rewarding and fun business environment<br />
•	Develop new skills and exercise creative talents<br />
•	Receive competitive compensation and bonuses<br />
•	Enjoy attractive benefits and medical coverage<br />
<br />
We’re looking for a team member that is able to work well in a group setting, as well as independently. Ideal candidate should be detail oriented with outstanding organizational and prioritization skills.  Candidates should provide a link to an online website development portfolio or links to samples of previous work and selected candidates may be tested for proficiency during interview process.<br />
<br />
Resume, link to online design portfolio, and salary history should be sent to: <a href="mailto:hr@webtomed.com">hr@webtomed.com</a></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=215">Coding Jobs, Partnerships, Opportunities</category>
			<dc:creator>webtomed_hr</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239313</guid>
		</item>
		<item>
			<title>Forum posting</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239311&amp;goto=newpost</link>
			<pubDate>Fri, 03 May 2013 15:39:40 GMT</pubDate>
			<description>how can i edit signature? i want to add link of my website 
 
how many post should i post for editing signature?</description>
			<content:encoded><![CDATA[<div>how can i edit signature? i want to add link of my website<br />
<br />
how many post should i post for editing signature?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=58">Suggestions and Feedback</category>
			<dc:creator>bapsummer</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239311</guid>
		</item>
		<item>
			<title>what is the provider of the database</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239308&amp;goto=newpost</link>
			<pubDate>Fri, 03 May 2013 13:54:00 GMT</pubDate>
			<description><![CDATA[Hi, 
  
I'm trying to develope a macro in excel using VB, when I trying to connect to database I need to give the provider of the database, but I...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I'm trying to develope a macro in excel using VB, when I trying to connect to database I need to give the provider of the database, but I dont know what is that, can you please help me in finding out that?<br />
 <br />
I'm having Oracle 11g database installed in my machine.<br />
 <br />
 <br />
Thanks in Advance,<br />
Menaka B</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=109">The Database Forum</category>
			<dc:creator>MenakaBala</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239308</guid>
		</item>
		<item>
			<title>Google Expands Generic ccTLDs Lists</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239307&amp;goto=newpost</link>
			<pubDate>Fri, 03 May 2013 12:32:28 GMT</pubDate>
			<description>Hey guys,  
 
 
I saw a post (https://plus.google.com/u/0/+PierreFar/posts/RRmd67776wm) from Google’s Pierre Far on Google+, which was about Google...</description>
			<content:encoded><![CDATA[<div>Hey guys, <br />
<br />
<br />
I saw a <a href="https://plus.google.com/u/0/+PierreFar/posts/RRmd67776wm" target="_blank">post</a> from Google’s Pierre Far on Google+, which was about Google expanding its indexing system. As per the reviewed index system, the search engine will now be treating <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=1347922" target="_blank">these</a> 20 country-level top level domains as generic ones. What do you think guys; will these updates affect SEO strategies? Awaiting your response and suggestions. <br />
<br />
<br />
Cheers <br />
<br />
Maneet Puri</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=102">SEO Tycoon</category>
			<dc:creator>maneetpuri</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239307</guid>
		</item>
		<item>
			<title>cute love quotes</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239304&amp;goto=newpost</link>
			<pubDate>Fri, 03 May 2013 09:43:25 GMT</pubDate>
			<description><![CDATA[While the word love can be used to label strong affection and/or a personal attachment to another human being, it's arguably more at home being...]]></description>
			<content:encoded><![CDATA[<div>While the word love can be used to label strong affection and/or a personal attachment to another human being, it's arguably more at home being defined as a virtue representing compassion, benevolence, human kindness and a wholesome concern for the good of another.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=4">General Discussions</category>
			<dc:creator>BobbSand</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239304</guid>
		</item>
		<item>
			<title>Managing Several Companies Social Media Question</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239300&amp;goto=newpost</link>
			<pubDate>Thu, 02 May 2013 20:46:12 GMT</pubDate>
			<description>I have been asked to manage a few companies social media. Most social media sites require a personal page before a company page can be started.  
My...</description>
			<content:encoded><![CDATA[<div>I have been asked to manage a few companies social media. Most social media sites require a personal page before a company page can be started. <br />
My question for freelancers is:<br />
<br />
1. How do you sign up personally before creating the company pages for multiple companies? Or do they all behave like facebook wherein you can login as the company exclusively?<br />
<br />
I know about <b>(Removed)</b> for managing, just wasnt sure how most of you setup each new company? I suppose the answer is you create your own personal linkedin, facebook, twitter, pinterest, digg, blogger, tumblr, etc... and then you have dozens of companies linked to your login where you log in and out as each individual company your representing. <br />
<br />
2. In terms of setting up your station/platforms and creating new company profiles for all of your clients, what is your process?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=170">Social Network Marketing Tycoon</category>
			<dc:creator>janderson100</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239300</guid>
		</item>
		<item>
			<title>Pen drive</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239294&amp;goto=newpost</link>
			<pubDate>Thu, 02 May 2013 13:52:30 GMT</pubDate>
			<description>How do use pendrive as a folder?</description>
			<content:encoded><![CDATA[<div>How do use pendrive as a folder?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=117">Computer Forum</category>
			<dc:creator>bapsummer</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239294</guid>
		</item>
		<item>
			<title>Help on getting the current post permalink for wordpress blog</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239292&amp;goto=newpost</link>
			<pubDate>Thu, 02 May 2013 11:31:37 GMT</pubDate>
			<description><![CDATA[Hi. 
Greetings viewers. 
[br/] 
[br/] 
just recently i created a topic for geting current page url of site which i later got using this. 
[br/] 
...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
Greetings viewers.<br />
[br/]<br />
[br/]<br />
just recently i created a topic for geting current page url of site which i later got using this.<br />
[br/]<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;?php<br />
<br />
$url =&quot;http://&quot;.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'];<br />
echo $url ;<br />
?&gt;</code><hr />
</div>[br/]<br />
But that didnt help me that much  and didnt get the current permalink url of a wpress blog post,<br />
<br />
when i used that, it just showed me the siteurl online i.e url/index.php<br />
[br/]<br />
pls , i need help on getting the present permalink url using php.<br />
[br/]<br />
Realy anxious to get  your comments.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>Sistus</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239292</guid>
		</item>
		<item>
			<title>Review my website OWN Designed - wRock.org</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239284&amp;goto=newpost</link>
			<pubDate>Wed, 01 May 2013 10:52:05 GMT</pubDate>
			<description><![CDATA[Hello friends i made a website that's my own design WordPress theme and site if you have suggestion to improve it please let me know 
 
www.wrock.org]]></description>
			<content:encoded><![CDATA[<div>Hello friends i made a website that's my own design WordPress theme and site if you have suggestion to improve it please let me know<br />
<br />
<a href="http://www.wrock.org" target="_blank">www.wrock.org</a></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=10">Website Review and Suggestions</category>
			<dc:creator>wrockmetro</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239284</guid>
		</item>
		<item>
			<title>Help on getting a page url using php</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239282&amp;goto=newpost</link>
			<pubDate>Wed, 01 May 2013 09:45:01 GMT</pubDate>
			<description>Hy. 
 
Goodday everyone. 
 
Firstly, wishing you all a happy new successful month. 
 
Pls, i need help on how to get the present ( page being viewed...</description>
			<content:encoded><![CDATA[<div>Hy.<br />
<br />
Goodday everyone.<br />
<br />
Firstly, wishing you all a happy new successful month.<br />
<br />
Pls, i need help on how to get the present ( page being viewed or page at) page url of a site ( well, not really just a site , a blog ).<br />
<br />
What i want to use it for is inserting it in the facebook comment box code, i dont realy need the alternative box code which uses an appID,<br />
<br />
pls i realy need an help urgently .<br />
<br />
Thanks, <br />
<br />
anyone can help.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>Sistus</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239282</guid>
		</item>
		<item>
			<title>Freelancer is not so fair</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239281&amp;goto=newpost</link>
			<pubDate>Tue, 30 Apr 2013 13:33:33 GMT</pubDate>
			<description>I started trying to make in this site about a month ago. The first project I got was worth 100$. At the end of the project employer created a bonus...</description>
			<content:encoded><![CDATA[<div>I started trying to make in this site about a month ago. The first project I got was worth 100$. At the end of the project employer created a bonus milestone, and awarded me with +25$ for doing some additional work. <br />
And it was all great, I was happy that I got a good review and some money, that when the freelancer fee was applied was 112.5$<br />
<br />
Second project was worth 440$, employer awarded me the project. After a few days of communication, employer said that he doesn't want to work on it and all communication stopped. And I realized that Freelancer charged my account for 44$. <br />
<br />
I contacted the customer support, and they ignored my questions and gave me some general answers saying that it is all my fault. <br />
<br />
But basically they applied a fee based on amount that never actually existed. That is like you pay taxes on some estimate of how much you will earn in a year. And if you earn less then the estimate, you still pay the tax on the estimate. And if you earn more, then you pay extra. Which is totally not fair system. <br />
<br />
So, right now I'm pretty much dissapointed in this site which advertised itself as a largest freelance community. <br />
They have no user protection. And I think I'll take my business to some other site.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=210">Freelancing Tycoon</category>
			<dc:creator>Nemvot</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239281</guid>
		</item>
		<item>
			<title>Please recommend threaded comments</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239279&amp;goto=newpost</link>
			<pubDate>Tue, 30 Apr 2013 04:30:35 GMT</pubDate>
			<description><![CDATA[I need someone to recommend a threaded comment system. 
Uses jquery php mysql so that users can have comments. I haven't set one of these up yet. So...]]></description>
			<content:encoded><![CDATA[<div>I need someone to recommend a threaded comment system.<br />
Uses jquery php mysql so that users can have comments. I haven't set one of these up yet. So if someone could recommend a good tutorial I would appreciate it.<br />
Please email me at redsfv89 *!AT!* GMAIL</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>goheadtry</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239279</guid>
		</item>
		<item>
			<title>Hello I am New Here</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239278&amp;goto=newpost</link>
			<pubDate>Tue, 30 Apr 2013 02:25:04 GMT</pubDate>
			<description>Hello everyone, nice to be here. 
I know I am going to learn many things from you guys. :)</description>
			<content:encoded><![CDATA[<div>Hello everyone, nice to be here.<br />
I know I am going to learn many things from you guys. :)</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=60">New Member Introductions</category>
			<dc:creator>MariaSheenahSeto</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239278</guid>
		</item>
		<item>
			<title>How To tackle an Illiterate Person With Marketing skills</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239277&amp;goto=newpost</link>
			<pubDate>Mon, 29 Apr 2013 15:48:24 GMT</pubDate>
			<description><![CDATA[Hi guys how are u all? 
Guys i am new here ? 
And i'll be needing your help and advice too? 
I almost go daily for the marketing of my product so can...]]></description>
			<content:encoded><![CDATA[<div>Hi guys how are u all?<br />
Guys i am new here ?<br />
And i'll be needing your help and advice too?<br />
I almost go daily for the marketing of my product so can anyone please tell me how to tackle and illiterate Person with your marketing skills :D<br />
I am facing these type of peoples now a days :P</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=70">Internet Marketing Tycoon</category>
			<dc:creator>FizaKhan786</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239277</guid>
		</item>
		<item>
			<title>Need help in php form</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239276&amp;goto=newpost</link>
			<pubDate>Mon, 29 Apr 2013 15:32:07 GMT</pubDate>
			<description>I am looking for a form which sends an email and send one confirmation email as well. Below is the code i am using. kindly please tell me what i can...</description>
			<content:encoded><![CDATA[<div>I am looking for a form which sends an email and send one confirmation email as well. Below is the code i am using. kindly please tell me what i can add in to make it work.<br />
<br />
/////////////////////////////////<br />
//////////code/////////////////<br />
////////////////////////////////<br />
&lt;?php<br />
if(isset($_POST['email'])) {<br />
     <br />
    // EDIT THE 2 LINES BELOW AS REQUIRED<br />
    $email_to = &quot;you@yourdomain.com&quot;;<br />
    $email_subject = &quot;Your email subject line&quot;;<br />
     <br />
     <br />
    function died($error) {<br />
        // your error code can go here<br />
        echo &quot;We are very sorry, but there were error(s) found with the form you submitted. &quot;;<br />
        echo &quot;These errors appear below.&lt;br /&gt;&lt;br /&gt;&quot;;<br />
        echo $error.&quot;&lt;br /&gt;&lt;br /&gt;&quot;;<br />
        echo &quot;Please go back and fix these errors.&lt;br /&gt;&lt;br /&gt;&quot;;<br />
        die();<br />
    }<br />
     <br />
    // validation expected data exists<br />
    if(!isset($_POST['first_name']) ||<br />
        !isset($_POST['last_name']) ||<br />
        !isset($_POST['email']) ||<br />
        !isset($_POST['telephone']) ||<br />
        !isset($_POST['comments'])) {<br />
        died('We are sorry, but there appears to be a problem with the form you submitted.');       <br />
    }<br />
     <br />
    $first_name = $_POST['first_name']; // required<br />
    $last_name = $_POST['last_name']; // required<br />
    $email_from = $_POST['email']; // required<br />
    $telephone = $_POST['telephone']; // not required<br />
    $comments = $_POST['comments']; // required<br />
     <br />
    $error_message = &quot;&quot;;<br />
    $email_exp = '/^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$/';<br />
  if(!preg_match($email_exp,$email_from)) {<br />
    $error_message .= 'The Email Address you entered does not appear to be valid.&lt;br /&gt;';<br />
  }<br />
    $string_exp = &quot;/^[A-Za-z .'-]+$/&quot;;<br />
  if(!preg_match($string_exp,$first_name)) {<br />
    $error_message .= 'The First Name you entered does not appear to be valid.&lt;br /&gt;';<br />
  }<br />
  if(!preg_match($string_exp,$last_name)) {<br />
    $error_message .= 'The Last Name you entered does not appear to be valid.&lt;br /&gt;';<br />
  }<br />
  if(strlen($comments) &lt; 2) {<br />
    $error_message .= 'The Comments you entered do not appear to be valid.&lt;br /&gt;';<br />
  }<br />
  if(strlen($error_message) &gt; 0) {<br />
    died($error_message);<br />
  }<br />
    $email_message = &quot;Form details below.\n\n&quot;;<br />
     <br />
    function clean_string($string) {<br />
      $bad = array(&quot;content-type&quot;,&quot;bcc:&quot;,&quot;to:&quot;,&quot;cc:&quot;,&quot;href&quot;);<br />
      return str_replace($bad,&quot;&quot;,$string);<br />
    }<br />
     <br />
    $email_message .= &quot;First Name: &quot;.clean_string($first_name).&quot;\n&quot;;<br />
    $email_message .= &quot;Last Name: &quot;.clean_string($last_name).&quot;\n&quot;;<br />
    $email_message .= &quot;Email: &quot;.clean_string($email_from).&quot;\n&quot;;<br />
    $email_message .= &quot;Telephone: &quot;.clean_string($telephone).&quot;\n&quot;;<br />
    $email_message .= &quot;Comments: &quot;.clean_string($comments).&quot;\n&quot;;<br />
     <br />
     <br />
// create email headers<br />
$headers = 'From: '.$email_from.&quot;\r\n&quot;.<br />
'Reply-To: '.$email_from.&quot;\r\n&quot; .<br />
'X-Mailer: PHP/' . phpversion();<br />
@mail($email_to, $email_subject, $email_message, $headers);  <br />
?&gt;<br />
 <br />
&lt;!-- include your own success html here --&gt;<br />
 <br />
Thank you for contacting us. We will be in touch with you very soon.<br />
 <br />
&lt;?php<br />
}<br />
?&gt;<br />
<br />
/////////////////////////////////<br />
//////////code/////////////////<br />
////////////////////////////////</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>syedazeembukhari</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239276</guid>
		</item>
		<item>
			<title>Videomakers wanted urgently</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239273&amp;goto=newpost</link>
			<pubDate>Mon, 29 Apr 2013 15:21:11 GMT</pubDate>
			<description>I have projects and need videomakers to work on small assignments, but in volumne 
 
paulmcarthy007 skype 
 
e. paulmccarthy@videosocialist.com</description>
			<content:encoded><![CDATA[<div>I have projects and need videomakers to work on small assignments, but in volumne<br />
<br />
paulmcarthy007 skype<br />
<br />
e. <a href="mailto:paulmccarthy@videosocialist.com">paulmccarthy@videosocialist.com</a></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=215">Coding Jobs, Partnerships, Opportunities</category>
			<dc:creator>paulmccarthy007</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239273</guid>
		</item>
		<item>
			<title>How To generate html with images from pdf using poppler-utils-pdftohtml and PHP</title>
			<link>http://www.webmaster-talk.com//showthread.php?t=239269&amp;goto=newpost</link>
			<pubDate>Mon, 29 Apr 2013 07:03:38 GMT</pubDate>
			<description>Currently I am working with pdftohtml, under CentOS, poppler-utils. The concept is simple - user upload the PDF f9ile and see the HTML version of  
...</description>
			<content:encoded><![CDATA[<div>Currently I am working with pdftohtml, under CentOS, poppler-utils. The concept is simple - user upload the PDF f9ile and see the HTML version of <br />
<br />
that file. I Use the simple command -<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#&gt; pdftohtml source.pdf target.html</code><hr />
</div>but it doesn't Work! later on, I try to create html using complex switch with no frames -<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#&gt; pdftohtml -c - noframes source.pdf target.html</code><hr />
</div>Still no Luck! The problem is - The image of the pdf file (the images are inside of that pdf file) can't appear in html, sometimes, the image overlaps! <br />
any clue?<br />
<br />
Here is the PHP Code -<br />
<br />
<b>Add.php</b><br />
---------<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;html&gt;<br />
&lt;title&gt;CompleteView&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&nbsp;&lt;form method=&quot;post&quot; action=&quot;save.php&quot; enctype=&quot;multipart/form-data&quot;&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;add&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;dark_bgcolor text-content&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;td align=&quot;left&quot; width=&quot;20%&quot;&gt;Upload&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;td align=&quot;left&quot; width=&quot;1%&quot;&gt;:&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;td align=&quot;left&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;input type=&quot;file&quot; name=&quot;img_full&quot; class=&quot;look&quot; size=&quot;50&quot;&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp;  (Only .pdf)<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;/tr&gt;<br />
<br />
&nbsp; &nbsp; &nbsp;  &lt;tr class=&quot;bottom_bgcolor&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;td align=&quot;center&quot; colspan=&quot;3&quot;&gt;&lt;input type=&quot;submit&quot; name=&quot;&quot; value=&quot;Upload&quot; class=&quot;look&quot;&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;/form&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div><b>Save.php</b><br />
----------<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;?php<br />
$myNewFolderPath=rand();<br />
mkdir($myNewFolderPath);<br />
$fname=&quot;full_&quot;.uniqid(&quot;&quot;);<br />
$filename=$fname.'.pdf';<br />
//$uploadpath=SPL_IMG_UPLOADPATH.$filename;<br />
move_uploaded_file($_FILES['img_full']['tmp_name'], $myNewFolderPath.'/'.$filename);<br />
chmod($myNewFolderPath.'/'.$filename, 0777);<br />
echo ('/usr/local/bin/pdftohtml '.$myNewFolderPath.'/'.$filename);<br />
exec('/usr/local/bin/pdftohtml -c -noframes'.$myNewFolderPath.'/'.$filename);<br />
header('Location:'.$fname.'.html');<br />
//exec('/usr/local/bin/pdftohtml 2098602105/EssentialC.pdf');<br />
?&gt;</code><hr />
</div>One More thing - the pdftohtml version is -0.36<br />
The Server is - CENTOS 5.9 i686 virtuozzo – vps</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com//forumdisplay.php?f=78">PHP Forum</category>
			<dc:creator>talk2devid</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com//showthread.php?t=239269</guid>
		</item>
	</channel>
</rss>
