<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel>
<title>Pilot Group - Knowledgebase</title>
<link>http://www.pilotgroup.net/support/knowledge</link>
<description></description>
<generator> </generator>


	<item>
	<title>PilotGroup.NET Manager: how to creat is own template</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=28&amp;TID=1140</link>
	<description>Dear Love,

Please specify your question.</description>
	<pubDate>Thu, 11 Mar 2010 11:39:30 -0500</pubDate>
	</item>
	<item>
	<title>love: how to creat is own template</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=28&amp;TID=1140</link>
	<description>can i see wu i can meet here</description>
	<pubDate>Thu, 11 Mar 2010 04:35:14 -0500</pubDate>
	</item>
	<item>
	<title>Julian Sorsby: Windows 7</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=26&amp;TID=1345</link>
	<description>Doeas anyoine know how to make save flash work in Windows 7? I cannot make it save to the location I specify.</description>
	<pubDate>Wed, 10 Mar 2010 17:52:43 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: CSV file format</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=38&amp;TID=246</link>
	<description>Hello Geoffrey,

The issue you are talking about are fixed, feel free to contact our Support Team for the fixed version.

Now you can use &quot;;&quot; or &quot;,&quot; as a delimiter, also the imported csv file may include or not headers.</description>
	<pubDate>Wed, 10 Mar 2010 08:07:46 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: Opened</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=38&amp;TID=1325</link>
	<description>Hello,

These items are fixed, feel free to contact our Support Team for the fixed version. </description>
	<pubDate>Wed, 10 Mar 2010 08:04:05 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: Countries /german/schweiz city list ?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=51&amp;TID=1270</link>
	<description>Hello,

Please contact Live Chat Operators for assistance.

They will need to check your website and server environment as sometimes server specific settings do not allow to install the countries (for example, max execution time settings or max number of queries etc).</description>
	<pubDate>Wed, 10 Mar 2010 05:46:45 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Hello,

Live Chat operator probably meant next version release date which is going to be available at the end of match - beginning of April.

As for the version with the fixes, it is currently available, just contact our Live Chat operators and ask them to generate a new link for the software source codes. </description>
	<pubDate>Wed, 10 Mar 2010 04:39:37 -0500</pubDate>
	</item>
	<item>
	<title>Guest: Bounce problem [SOLVED]</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1344</link>
	<description>I was going to wait until the new version came out to see if this got fixed, but it dawned on me that this may be one of the things holding up the developers, so I thought I'd share it with everyone now. 

By the way, I'm not a PHP developer, just a guy motivated enough to figure how to fix this. I say this because I won't be able to answer any technical issues beyond what I'm writing here. 

First of all, this is only one possible fix to the bounce management problem. There may be others. In this case, a certificate issue is halting access to IMAP. Let's find out if you have the same problem. 

[B]Step 1.[/B] Run http://www.yourdomain.com/cron/cron_check_email.php from your browser. You should get the message &quot;Can't open an IMAP stream to a mailbox! Can't read letters with lights on mailbox!&quot; 

If you get a blank page, this solution can't help you. 

[B]Step 2.[/B] Assuming you got the IMAP stream message, let's find out what that message really means. Open \include\class.check_email.php and look for 

[CODE]echo$this-&gt;errors[&quot;connect&quot;] = &quot;Can't open an IMAP stream to a mailbox! Can't read letters with lights on mailbox!&quot;;[/CODE]

Add the following line below it

[CODE]print_r(imap_errors());[/CODE]

[B]Step 3.[/B] Upload the file and run http://www.yourdomain.com/cron/cron_check_email.php again. This time you should get the original error plus additional information about some type of certificate error (certificate failure, mismatched certificate, etc.). 

If the word &quot;certificate&quot; doesn't show up, this solution can't help you. But at least the error should help point you in the right direction. 

[B]Step 4.[/B] Open \include\class.check_email.php back up and look for

[CODE]$connection = '{' . $this-&gt;__server . ':'.$this-&gt;__port.'/'.$this-&gt;__protocol;[/CODE]

Change the code to 

[CODE]$connection = '{' . $this-&gt;__server . ':'.$this-&gt;__port.'/'.$this-&gt;__protocol.'/novalidate-cert';[/CODE]

Note: If your code is like mine, I've got this line listed twice (not sure why since they're exactly the same). If so, just change them both. 

[B]Step 5.[/B] Run  http://www.yourdomain.com/cron/cron_check_email.php again. This time you should get a blank page (good sign). 

[B]Step 6.[/B] Test bounce management. 

Worked for me. Hope it works for you. </description>
	<pubDate>Tue, 09 Mar 2010 21:46:46 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: sms payment don't appear</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=45&amp;TID=942</link>
	<description>Dear User,

Thank you for your notice.

Please let us know if you see &quot;SMS payment&quot; link under main buttons of payment on a payment page. Please check screenshot above.

Also please refer to our Live Chat to solve the issue asap if there's any problem.

Waiting for your prompt reply.</description>
	<pubDate>Tue, 09 Mar 2010 15:03:35 -0500</pubDate>
	</item>
	<item>
	<title>Future client : Upgrade database</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1340</link>
	<description>Hi, ok i understand but it's no more than 50 listings...
240$ is too much</description>
	<pubDate>Tue, 09 Mar 2010 13:49:07 -0500</pubDate>
	</item>
	<item>
	<title>Tomc: Your listing is on the 1 position.</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1343</link>
	<description>Hello Guest,

Thank you for the reply, but your solution not good completely:

- with your solution the &quot;Your listing&quot; link doesn't change, so if you click on the link, it will shows the listing in the best position changeless.

- you don't increase the position manually with the $num variable, because you can't know how many listings does the member has. Otherwise if you replace 
[CODE]array_multisort($arr[&quot;place&quot;], SORT_NUMERIC, SORT_DESC, $arr[&quot;id&quot;]);[/CODE]
with this
[CODE]array_multisort($arr[&quot;place&quot;], SORT_NUMERIC, SORT_ASC, $arr[&quot;id&quot;]);[/CODE] 
the &quot;Your listings on the x position&quot; will show the worst place correctly instead of the best place, but the link doesn't change with this. :(

Any idea?</description>
	<pubDate>Tue, 09 Mar 2010 12:00:34 -0500</pubDate>
	</item>
	<item>
	<title>gwk: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Bad news I'm afraid, have been told via live chat the next release won't be for another 1 or 2 weeks!  :evil: </description>
	<pubDate>Tue, 09 Mar 2010 11:35:08 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: Upgrade database</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1340</link>
	<description>Hello,

The cost provided depends on the workload. During these 3 years there were a lot of improvements in the script and changes in the database structure. </description>
	<pubDate>Tue, 09 Mar 2010 06:16:12 -0500</pubDate>
	</item>
	<item>
	<title>Guest: Your listing is on the 1 position.</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1343</link>
	<description>Hello Tom,

To do that, you will need to find the line 
$data[&quot;place&quot;] = $arr[&quot;place&quot;][$i-1]
in the function 'GetUserTopAd' and replace it with
$num = X;
$data[&quot;place&quot;] = $arr[&quot;place&quot;][$i-1]+$num;
where X is the number that will increase the position value of the listing. </description>
	<pubDate>Tue, 09 Mar 2010 04:28:32 -0500</pubDate>
	</item>
	<item>
	<title>TOM: Your listing is on the 1 position.</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1343</link>
	<description>Hello, 

I need a little help:

In the members area there are a few rows:
&quot;Your listing
is on the 1 position
Views
0 - today
1 - this month
Lift up listing in search results?&quot;

I think it always shows the listing in the best position.
I think it would be logical if it always shows the listing in the worst position, so the member would be more incentive to lift up this listing in search result.

Could you help me what can I modify for this? /in the function GetUserTopAd() maybe :) /

Thank you so much</description>
	<pubDate>Mon, 08 Mar 2010 16:25:07 -0500</pubDate>
	</item>
	<item>
	<title>User: sms payment don't appear</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=45&amp;TID=942</link>
	<description>[B]PilotGroup.NET Manage[/B]: Help please I have the same problem.</description>
	<pubDate>Mon, 08 Mar 2010 10:29:41 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: добавить новый язык</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=33&amp;TID=1341</link>
	<description>Уважаемый Гость,

Свяжитесь пожалуйста с нашей службой поддержки.

Они смогут вам помочь.</description>
	<pubDate>Sun, 07 Mar 2010 22:37:20 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: 'advanced search' - age range ...</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=45&amp;TID=907</link>
	<description>Dear Guest,

Thank you for your question.

Advanced search has it all: all questions you ask in registration forms are all there. We have both quick search &amp; advanced search.

Hope I have managed to help.</description>
	<pubDate>Sun, 07 Mar 2010 22:32:33 -0500</pubDate>
	</item>
	<item>
	<title>Trystus: 'advanced search' - age range ...</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=45&amp;TID=907</link>
	<description>Bom dia!
Gostaria de saber se o sistema de busca pode ser modelado para se tornar uma busca avan&amp;#231;ada, com mais dados:
cor de cabelo 
cor dos olhos
peso 
altura
etnia.....
obrigado</description>
	<pubDate>Sun, 07 Mar 2010 08:02:46 -0500</pubDate>
	</item>
	<item>
	<title>Murray: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Wow - this is really testing my patience.  I asked for my money back and have been ignored.  2 times, the online chat has ended with a summary dismissal of, &quot;I'm going off shift now&quot; with no resolution to anything.  I have spent days trying to get things to limp along and no one told me there was a new version coming out (I read about it here).

Better be Tuesday and it better be good....</description>
	<pubDate>Sat, 06 Mar 2010 20:29:09 -0500</pubDate>
	</item>
	<item>
	<title>Guest: Upgrade database</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1340</link>
	<description>Too much! i can understand if it's another script but it's same script but different version!
Too much bro
799$ + 240$ + customization like 600$
</description>
	<pubDate>Fri, 05 Mar 2010 17:12:25 -0500</pubDate>
	</item>
	<item>
	<title>JTLSwanson: Remove News Link(s)</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=19&amp;TID=1342</link>
	<description>We have no use for the News link(s) and I'm trying to figure out where I can remove this link from all pages. Thank you in advance for your time and help!</description>
	<pubDate>Fri, 05 Mar 2010 15:08:04 -0500</pubDate>
	</item>
	<item>
	<title>gwk: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Well, the answer to my question is NO! Live chat said the release will be on Tuesday 9th March.</description>
	<pubDate>Fri, 05 Mar 2010 14:03:06 -0500</pubDate>
	</item>
	<item>
	<title>Guest: добавить новый язык</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=33&amp;TID=1341</link>
	<description>Не добавляется третий язык(итальянский) в чем может быть проблема?</description>
	<pubDate>Fri, 05 Mar 2010 06:57:56 -0500</pubDate>
	</item>
	<item>
	<title>gwk: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>I'll ask the question: Is this new version being released today?</description>
	<pubDate>Fri, 05 Mar 2010 05:37:49 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: Upgrade database</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1340</link>
	<description>Hello,

In order to keep your listings, they will need to be transferred from your old database into the database of the latest version. This will take about 6 hours of our Custom Dept work and will cost about $240 extra.</description>
	<pubDate>Thu, 04 Mar 2010 11:26:54 -0500</pubDate>
	</item>
	<item>
	<title>Future client: Upgrade database</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1340</link>
	<description>Hello, i need to buy this script but i have allready a database pgrealty 2007, how to keep all my listings and users on the new version?
Thank you</description>
	<pubDate>Thu, 04 Mar 2010 08:00:05 -0500</pubDate>
	</item>
	<item>
	<title>XSITE: Newsletter Thank you Blank</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=38&amp;TID=1339</link>
	<description>I tried both the url and text method and the page is blank after a user subscribes and unsubscribes.

also why is a company field included in my email and it doesn't appear anywhere in admin.

please advise.

M
XMLA</description>
	<pubDate>Wed, 03 Mar 2010 21:48:28 -0500</pubDate>
	</item>
	<item>
	<title>Guest: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Great,
but...
a very usefull implementation may be the double opti-in, in many countries is required in order to do email marketing.

Thanks</description>
	<pubDate>Wed, 03 Mar 2010 12:28:52 -0500</pubDate>
	</item>
	<item>
	<title>Murray: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Wow,

I guess I am not crazy, after all.  I really need the working version this week as you have indicated!</description>
	<pubDate>Tue, 02 Mar 2010 19:58:39 -0500</pubDate>
	</item>
	<item>
	<title>Gianluca: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>A couple of questions:
will bug fixes include bounce managing?
will &quot;opened newsletter&quot; in statistics be fixed ?
Will it be possible to send to failed subscribers? (now there's a non working &quot;send&quot; button at the bottom of the list) </description>
	<pubDate>Tue, 02 Mar 2010 09:56:45 -0500</pubDate>
	</item>
	<item>
	<title>Geoffrey: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Great news, the first attempt of a new version was premature and full of bugs.  :) </description>
	<pubDate>Tue, 02 Mar 2010 08:54:07 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: logo size</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=16&amp;TID=990</link>
	<description>Hello,

The case is that different managers are responsible for different knowledgebase forums that's why it is preferable that you post your questions in an appropriate forum.

In regards to your questions:

- to change the size of the logo, changes should be applied in the database in the table 'logo_settings'

- to send an email to all of your site members, you should make use of RM Newsletter Module. Since you own a license with All Modules, you should have it in your admin panel under the section 'Modules management' &gt; 'Newsletter'.

You should create a newsletter - a message that will be sent to your site members in the section 'Newsletter'. While creating a newsletter, you will be able to choose its recipients which are segmented into groups available on your website.

Hope this helps.

If you have more questions, feel free to post them in PG Roommate Finder Solution section or contact our Live Chat operators for assistance.
</description>
	<pubDate>Tue, 02 Mar 2010 04:05:07 -0500</pubDate>
	</item>
	<item>
	<title>gwk: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Excellent, I'm looking forward to trying this new version out.</description>
	<pubDate>Tue, 02 Mar 2010 02:43:23 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>Hello,

We've decided to include some extra features with the fixed version, it will be available by the end of the week. New features will include 
- segmenting subscribers into target lists, 
- multiple smtp servers for sending newsletters,
- possibility to enable subscribers congratulation on their birthday, 
- while adding a newsletter to a schedule it is now possible to enter time for sending a newsletter, not just date
- possibility to change date format using script's interface
- now it is possible to import newsletters without headers
- if there is an issue with an email address during sending newsletters, this will not stop the sending process
- other bug fixes.
</description>
	<pubDate>Tue, 02 Mar 2010 01:29:10 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: Payment options</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=18&amp;TID=537</link>
	<description>Dear Guest,

Thank you for your question.

Yes Manual payments are available now. 

To set it up please go to Admin mode&gt;Billing&gt;Payment settings&gt; Select and Activate Payment System:

Click &quot;Offline Payment&quot; link to add information about manual payments for your users.

Save. Then you'll be able to see offline payments of your users in Admin mode&gt;Billing&gt;Manual approve.

Hope I have managed to help.</description>
	<pubDate>Mon, 01 Mar 2010 17:32:29 -0500</pubDate>
	</item>
	<item>
	<title>gwk: New version?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1338</link>
	<description>When will the new (bug fixed) version of the Newsletter Solution be available for download? </description>
	<pubDate>Mon, 01 Mar 2010 13:54:27 -0500</pubDate>
	</item>
	<item>
	<title>Tomc: user authentication</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1337</link>
	<description>Thank you, It' working.</description>
	<pubDate>Mon, 01 Mar 2010 08:35:03 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: user authentication</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1337</link>
	<description>Hello Tomc,

Thanks for your notification.

To fix this, you will need to run the following SQL query on your server:
DELETE FROM re_group_module WHERE id_group = 2 AND id_module = 9;

You can also enter our Live Chat and have our Support Team fix this for you.

Hope this helps.</description>
	<pubDate>Mon, 01 Mar 2010 03:13:37 -0500</pubDate>
	</item>
	<item>
	<title>Tomc: user authentication</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1337</link>
	<description>Hello,

There is a bug with agents.php, because if you are not log in the agents.php appear instead of &quot;You have insufficient permissions&quot; page.

It's especially abuser when you click the accept/decline link which is in the &quot;Company‘s notification informing that a member wants to become their agent&quot; mail, because the appearing page say: &quot;There are no offers&quot; 

Please inform me what can i change the source code.

Anyway I sent a ticket two weeks ago and another one a few days ago, but no answer.
Why? Don't you check these requests?</description>
	<pubDate>Sun, 28 Feb 2010 12:09:25 -0500</pubDate>
	</item>
	<item>
	<title>Guest: Payment options</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=18&amp;TID=537</link>
	<description>Hello 

Manual Payment Settings  now is available ?
I can't see on adminwebsite.

THX</description>
	<pubDate>Sat, 27 Feb 2010 09:56:44 -0500</pubDate>
	</item>
	<item>
	<title>Guest: logo size</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=16&amp;TID=990</link>
	<description> :evil: Why not just answer the question? How do you resize the logo???!!</description>
	<pubDate>Sat, 27 Feb 2010 08:32:11 -0500</pubDate>
	</item>
	<item>
	<title>Alexander: &quot;Add to comparison list&quot; Doesn't working!</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=53&amp;TID=1324</link>
	<description>I have same problem with 'Comparison list' and problem with search form, it's just not working!</description>
	<pubDate>Sat, 27 Feb 2010 04:05:50 -0500</pubDate>
	</item>
	<item>
	<title>Mike Austin: System does not send user to thank you url after confirmation</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=733</link>
	<description>Where would I find out how to resolve url redirection in the newest version of newsletter?

M
XMLA</description>
	<pubDate>Fri, 26 Feb 2010 20:16:48 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: Do you have some SMTP server to use?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=38&amp;TID=1335</link>
	<description>Hello Jaime,

You can use any SMTP server to send newsletters, there is a special section inside PG Newsletter Software to manage smtp server settings which is used for sending newsletters.

To avoid being blacklisted, you shouldn't send spam but send newsletters only to those recipients that agreed to receive your newsletters, that is confirmed opt-in subscribers.</description>
	<pubDate>Fri, 26 Feb 2010 03:42:08 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: Allowing users only to see certain reports</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1336</link>
	<description>Hello Jaime,

Thanks for your question.

In order to make our PG Newsletter Software in the way you described, it will be necssary to customize the product.

Please contact our Custom Team to get a quote for the changes you require.

Hope this helps.</description>
	<pubDate>Fri, 26 Feb 2010 03:36:40 -0500</pubDate>
	</item>
	<item>
	<title>PilotGroup.NET Manager: News multilanguage</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=16&amp;TID=1334</link>
	<description>Dear Glenn,

Thank you for your feedback.

The news section is not multi-language for now. There's a way out though. You can use RSS feeds to get news to your site. So, just get RSS feeds for various languages. Make sure they are in UTF-8 format.

The only trouble is that they will be shown for everyone. 

So it's a good suggestion to make this section multi-language (both for news and RSS feeds). Thank you. I have added your idea to our development team list. We'll discuss its implementation for the next version.

Hope we have managed to help.

</description>
	<pubDate>Thu, 25 Feb 2010 23:14:22 -0500</pubDate>
	</item>
	<item>
	<title>Jaime: Allowing users only to see certain reports</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=39&amp;TID=1336</link>
	<description>Hello..

I cannot test this in the demo application so I ask this question here.

This is the scenario. I want to have a newsletter service installed on my own web server. It will serve customers that need to send newsletters.

Newsletter will be managed by me, also opt-in lists and all that concerns sending.

The only feature my customers could see will be all the reports (sending reports and other statistics such as how many users have opened the mails). Is there a way to allow only a customer to see its own statistics without seeing the statistics of other customer?

Would your software allow such a scenario?

Thanks
Jaime</description>
	<pubDate>Thu, 25 Feb 2010 09:03:50 -0500</pubDate>
	</item>
	<item>
	<title>Jaime: Do you have some SMTP server to use?</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=38&amp;TID=1335</link>
	<description>Hello...

If I install your web application in my server, can I use a SMTP server provided by you in order to send newsletters? or... how can I avoid the mail to be treated as spam and blacklisted the SMTP server?

Thanks
Jaime</description>
	<pubDate>Thu, 25 Feb 2010 08:49:24 -0500</pubDate>
	</item>
	<item>
	<title>glenn: News multilanguage</title>
	<link>http://www.pilotgroup.net/support/knowledge/read.php?FID=16&amp;TID=1334</link>
	<description>What i like about the PG Dating PRO is the way the site is working in multiple languages.

So i am rather confused that the news section cant be controlled with different languages.

Is there a workaround for this?

/Glenn</description>
	<pubDate>Thu, 25 Feb 2010 02:27:14 -0500</pubDate>
	</item></channel>
</rss>
