Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC-Affiliate


henri

Recommended Posts

found one thing that is annoying, the way it formats the banner means they don't work on myspace.

 

it loads the link OK, but where the image should be is just ... and it clickable.. so it is an issue the way it formats the image

 

It works fine on websites and in frontpage with the images..just not on Myspace

 

does anyone have a fix for this? I assume it is a code change on how it formats the images when it builds the banners?

 

Happy to pay if someone can fix this.

 

thanks

I have done some checking around and the reason Myspace ignores the banner images is it only allows proper image formats like .jpg .gif .png etc. I will not allow files or php scripts to call the images

 

Myspace for me is a huge area to use the Affiliate system as we have thousands of friends/fans who can use it.

 

It seems in catalog\affiliate_banners_build.php script where it builds the banner codes it would need a mod for Myspace the way it calls the images.

 

Can anyone help me? I will pay for someone to change this file for me, people with knowledge it should be quite easy.

 

What I need change is where it results in giving me a link like this for the image part (dont need the link changing thats fine)

 

<img src "https://www.XXXX.com/affiliate_show_banner.php?ref=1&affiliate_pbanner_id=911">

 

I need it to actually result in it generating this

 

<img src "https://www.XXXX.com/images directory/actual image name.jpg"> (so to lookup the actual image for product 911 and insert the real path to the image)

 

I need it to rather than show the image in the show_banner.php script, it to actually look up the actual file name/location for Product ID 911 and put the code to that in the banner code just for the image. the HREF part works fine..

 

if someone can email me if can code this and help please [email protected]

Link to comment
Share on other sites

I have done some checking around and the reason Myspace ignores the banner images is it only allows proper image formats like .jpg .gif .png etc. I will not allow files or php scripts to call the images

 

Myspace for me is a huge area to use the Affiliate system as we have thousands of friends/fans who can use it.

 

It seems in catalog\affiliate_banners_build.php script where it builds the banner codes it would need a mod for Myspace the way it calls the images.

 

Can anyone help me? I will pay for someone to change this file for me, people with knowledge it should be quite easy.

 

What I need change is where it results in giving me a link like this for the image part (dont need the link changing thats fine)

 

<img src "https://www.XXXX.com/affiliate_show_banner.php?ref=1&affiliate_pbanner_id=911">

 

I need it to actually result in it generating this

 

<img src "https://www.XXXX.com/images directory/actual image name.jpg"> (so to lookup the actual image for product 911 and insert the real path to the image)

 

I need it to rather than show the image in the show_banner.php script, it to actually look up the actual file name/location for Product ID 911 and put the code to that in the banner code just for the image. the HREF part works fine..

 

if someone can email me if can code this and help please [email protected]

 

I have actually amazed myself and coded in a "dirty" hack into the banner builder to solve this. Its not great so cant post it as a mode as hard codes to my images..but it solves my issue anyway so I am happy.

Link to comment
Share on other sites

does anyone know why I'm getting duplicate entries in Admin>Affiliate Program?

 

Email Address

Email Address

Affiliate Pay Per Sale Payment % Rate

Affiliate Pay Per Sale Payment % Rate

Payment Threshold

Payment Threshold

 

etc...

 

Thanks in advance.

Link to comment
Share on other sites

Hi,

 

I have an older version of the Affiliate contribution installed and am not sure if it is supposed to do this or if one of the new updates have this feature, please read below.

 

When a affiliate uses a link sush as

 

yoursite.com/tenis-ball.html?ref=3

 

Is it possible to let that link come in and have it 301 redirected so that it just goes to yoursite.com/tenis-ball.html and does not show the affiliate code? I want the affiliate to still get credit of course but I am running into duplicate content issues with the search engines over this and want to stop it.

 

Any help would be great,

Jamie

 

Jamie, add this at the bottom of includes/application_top.php

 

// BOF added for affiliate program to remove the ref= from the url

if (isset($_GET["ref"])) {

header("HTTP/1.1 301 Moved Permanently");

header("Location: http://www.yourdomain.com/");

header("Expires: 0");

exit;

}

 

// EOF added for affiliate program to remove the ref= from the url

 

this will strip everything and give a permanent redirect to the domain you enter.

Link to comment
Share on other sites

everything works perfect for me in a rc2.2 store...all of a sudden after i installed this the orders are not coming through my admin or client side and email also...has anyone got any problems because of this?thanks

Link to comment
Share on other sites

When I click "start billing", I get "Success Your Affiliates have been sucessfully billed"

 

but I don't see any names. Does anyone have any idea what could be wrong. Everything else work perfectly except this

Link to comment
Share on other sites

  • 2 weeks later...

Hi everybody, im new here. Well i will try to describe my problem (my english is not so good ) but i will try to explain...

 

I instaled the osc affiliate in my machine (localhost) and all things works fine, but when i put online unfortunately my store , all pages became blank..all pages

 

the admin pge is ok, but the pages of store no......so i gone to catalog/includes/application_top.php and take off this parte of code:

 

// Include OSC-AFFILIATE

require(DIR_WS_INCLUDES . 'affiliate_application_top.php');

 

and immediately the pages of my store start working but the affiliate pages no :/

 

I dont no if have some problem is in my affiliate_application_top.php page...is really strange that because in localhost everything works fine but online no :/

 

well i hope someone can help me :) and really sorry about my english i need practice more. :blush:

Link to comment
Share on other sites

When I click "start billing", I get "Success Your Affiliates have been sucessfully billed"

 

but I don't see any names. Does anyone have any idea what could be wrong. Everything else work perfectly except this

 

return to pg 80 or 81 to see how to fix this problem or in Billing Time set to -1

Link to comment
Share on other sites

I have actually amazed myself and coded in a "dirty" hack into the banner builder to solve this. Its not great so cant post it as a mode as hard codes to my images..but it solves my issue anyway so I am happy.

 

Great!

 

Care to share how you did this, so others can perhaps use?

 

Thanks.

Link to comment
Share on other sites

Just installed this and everything generally seems to be OK.

 

However, I ran the .sql file from the 2.8 version and received an error in phpMyAdmin. So I then ran the .sql file from faliyet's 12 Dec update, but when I view:

 

Admin > Affiliates > News

 

On the page I get the error:

 

1146 - Table 'topgoth_osc1.affiliate_news_contents' doesn't exist

select news_id, affiliate_news_headlines as headline, affiliate_news_contents as content, news_status from affiliate_news, affiliate_news_contents where news_id = affiliate_news_id and affiliate_news_languages_id = '1' order by date_added desc

[TEP STOP]

 

 

Also, when I view /affiliate_news.php on the shop side of my website I get the following error:

 

1146 - Table 'topgoth_osc1.affiliate_news_contents' doesn't exist

select affiliate_news_headlines as headline, affiliate_news_contents as content,date_added, news_status from affiliate_news, affiliate_news_contents where news_id = affiliate_news_id and affiliate_news_languages_id = '1' and news_status = 1 order by date_added desc

[TEP STOP]

 

Could someone upload a new SQL file without the original bug in v2.8 that will undo everything the previous files did.

 

Thankyou

 

Ben

Edited by Benjjj6
Link to comment
Share on other sites

Can anyone please tell me why I am getting 3 of everything in Admin / Affiliate:

 

 

Title Value Action

E-Mail Address <[email protected]>

E-Mail Address <[email protected]> Info

E-Mail Address <[email protected]> Info

Affiliate Pay Per Sale Payment % Rate 10.0000 Info

Affiliate Pay Per Sale Payment % Rate 10.0000 Info

Affiliate Pay Per Sale Payment % Rate 10.0000 Info

Payment Threshold 50.00 Info

Payment Threshold 50.00 Info

Payment Threshold 50.00 Info

Cookie Lifetime 7200 Info

Cookie Lifetime 7200 Info

Cookie Lifetime 7200 Info

Billing Time 30 Info

Billing Time 30 Info

Billing Time 30 Info

Order Min Status 3 Info

Order Min Status 3 Info

Order Min Status 3 Info

Pay Affiliates with check true Info

Pay Affiliates with check true Info

Pay Affiliates with check false Info

Pay Affiliates with PayPal true Info

Pay Affiliates with PayPal true Info

Pay Affiliates with PayPal true Info

Pay Affiliates by Bank true Info

Pay Affiliates by Bank true Info

Pay Affiliates by Bank true Info

Individual Affiliate Percentage true Info

Individual Affiliate Percentage true Info

Individual Affiliate Percentage true Info

Use Affiliate-tier false Info

Use Affiliate-tier false Info

Use Affiliate-tier false Info

Number of Tierlevels 0 Info

Number of Tierlevels 0 Info

Number of Tierlevels 0 Info

Percentage Rate for the Tierlevels 8.00;5.00;1.00 Info

Percentage Rate for the Tierlevels 8.00;5.00;1.00 Info

Percentage Rate for the Tierlevels 8.00;5.00;1.00 Info

Affiliate News 3 Info

Affiliate News 3 Info

Affiliate News 3 Info

Edited by ssnb
Link to comment
Share on other sites

Hi everybody, im new here. Well i will try to describe my problem (my english is not so good ) but i will try to explain...

 

I instaled the osc affiliate in my machine (localhost) and all things works fine, but when i put online unfortunately my store , all pages became blank..all pages

 

the admin pge is ok, but the pages of store no......so i gone to catalog/includes/application_top.php and take off this parte of code:

 

// Include OSC-AFFILIATE

require(DIR_WS_INCLUDES . 'affiliate_application_top.php');

 

and immediately the pages of my store start working but the affiliate pages no :/

 

I dont no if have some problem is in my affiliate_application_top.php page...is really strange that because in localhost everything works fine but online no :/

 

well i hope someone can help me :) and really sorry about my english i need practice more. :blush:

 

 

Hi people i come back to tell the "solution" for someone that will have the same problem...well if someone put online the store and appear a blank page ...send all files again to server, in my case a send the file affiliate_functions.php to the wrong folder :/

 

now i put in the right folder catalog>includes>functions, and all pages now working http://www.chicfashion.com.br/affiliate_info.php :D

 

so that´s it thanks all ;)

Link to comment
Share on other sites

Just installed this and everything generally seems to be OK.

 

However, I ran the .sql file from the 2.8 version and received an error in phpMyAdmin. So I then ran the .sql file from faliyet's 12 Dec update, but when I view:

 

Admin > Affiliates > News

 

On the page I get the error:

 

1146 - Table 'topgoth_osc1.affiliate_news_contents' doesn't exist

select news_id, affiliate_news_headlines as headline, affiliate_news_contents as content, news_status from affiliate_news, affiliate_news_contents where news_id = affiliate_news_id and affiliate_news_languages_id = '1' order by date_added desc

[TEP STOP]

 

Also, when I view /affiliate_news.php on the shop side of my website I get the following error:

 

1146 - Table 'topgoth_osc1.affiliate_news_contents' doesn't exist

select affiliate_news_headlines as headline, affiliate_news_contents as content,date_added, news_status from affiliate_news, affiliate_news_contents where news_id = affiliate_news_id and affiliate_news_languages_id = '1' and news_status = 1 order by date_added desc

[TEP STOP]

 

Could someone upload a new SQL file without the original bug in v2.8 that will undo everything the previous files did.

 

Thankyou

 

Ben

 

 

Any new in fixing this???? - I have same problem...

 

best regards M.

Link to comment
Share on other sites

Any new in fixing this???? - I have same problem...

 

best regards M.

 

 

I still have the same problem too. A fix would be very much appreciated :)

 

 

 

Also, I like ssnb's idea, is this possible?

 

Is there a way to change the affiliate ID number?

 

I want something like 679 as the first number :-)

Link to comment
Share on other sites

  • 2 weeks later...

I notice that if I go to the site from a banner - such that an affiliate_ref number has been passed to the application via a get parameter - when I click on the "Affiliate Log In" link and then choose the "Continue" buttom for a *new* affliliate - which directs to affiliate_signup.php - that all the information in the sign up form is prepopulated with the affiliate information identified by the affiliate_ref number.

 

In other words, if a person is directed to the site by an affililate (parent) and then wants to become an affiliate themselves (child), all the parent's infomation is exposed on the sign-up form [!!]

 

Is there another way a person is supposed to sign-up as an affiliate?

Link to comment
Share on other sites

Any new in fixing this???? - I have same problem...

 

best regards M.

 

Have you tried using the 2.61 version of OSC SQL command instead? That is the version that I used and have no issues.

 

I assume you backed up your database before you executed the SQL command, so would have an original that you could reload, and then apply the new SQL?

Link to comment
Share on other sites

I have actually amazed myself and coded in a "dirty" hack into the banner builder to solve this. Its not great so cant post it as a mode as hard codes to my images..but it solves my issue anyway so I am happy.

 

Daniel, do you care to post how you've done this? I'm sure someone will be asking in the future how you did this.

 

Well, kinda like me asking.

 

:-)

Link to comment
Share on other sites

  • 1 month later...

Hello everyone,

 

I have been attempting to install this module and seem to be stuck. I have installed the latest core shopping cart. I then went through the entire osC Affiliate contribution page and discovered that v2.8 was the last fully updated version of this module and started installing it according to the instruction in the INSTALL_ENG.txt file within the zipped download. I got down to the following part before I got stuck:

 

 

#######################################################################
###########################################


ADMIN ALTERATIONS

In index.php in the admin directory find line 13 approx

 require('includes/application_top.php');

and on a new line add the following code after it:

 require(DIR_WS_CLASSES . 'currencies.php');
 $currencies = new currencies();


In index.php in the admin directory find line 50 approx

array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))),

and on a new line add the following code after it:

              array('title' => BOX_HEADING_AFFILIATE,
                    'image' => 'affiliate.gif',
                    'href' => tep_href_link(FILENAME_AFFILIATE_SUMMARY, 'selected_box=affiliate'),
                    'children' => array(array('title' => BOX_AFFILIATE, 'link' => tep_href_link(FILENAME_AFFILIATE, 'selected_box=affiliate')),
                                        array('title' => BOX_AFFILIATE_BANNERS, 'link' => tep_href_link(FILENAME_AFFILIATE_BANNERS, 'selected_box=affiliate')))),


In index.php in the admin directory find line 106 approx

               <td width="140" valign="top"><table border="0" width="140" height="390" cellspacing="0" cellpadding="2">


and replace that line with the following code :

               <td width="160" valign="top"><table border="0" width="160" height="390" cellspacing="0" cellpadding="2">



In index.php in the admin directory find lines 167 to 173 approx

 $contents[] = array('params' => 'class="infoBox"',
                     'text'  => BOX_ENTRY_CUSTOMERS . ' ' . $customers['count'] . '<br>' .
                                BOX_ENTRY_PRODUCTS . ' ' . $products['count'] . '<br>' .
                                BOX_ENTRY_REVIEWS . ' ' . $reviews['count']);

 $box = new box;
 echo $box->menuBox($heading, $contents);

 echo '<br>';

and on a new line add the following code after it:


$affiliate_sales_raw = "select count(*) as count, sum(affiliate_value) as total, sum(affiliate_payment) as payment from " . TABLE_AFFILIATE_SALES . " ";
$affiliate_sales_query= tep_db_query($affiliate_sales_raw);
$affiliate_sales= tep_db_fetch_array($affiliate_sales_query);

$affiliate_clickthroughs_raw = "select count(*) as count from " . TABLE_AFFILIATE_CLICKTHROUGHS . " ";
$affiliate_clickthroughs_query=tep_db_query($affiliate_clickthroughs_raw);
$affiliate_clickthroughs= tep_db_fetch_array($affiliate_clickthroughs_query);
$affiliate_clickthroughs=$affiliate_clickthroughs['count'];

$affiliate_transactions=$affiliate_sales['count'];
if ($affiliate_transactions>0) {
$affiliate_conversions = tep_round($affiliate_transactions/$affiliate_clickthroughs,6)."%";
}
else $affiliate_conversions="n/a";

$affiliate_amount=$affiliate_sales['total'];
if ($affiliate_transactions>0) {
$affiliate_average=tep_round($affiliate_amount/$affiliate_transactions,2);
}
else {
$affiliate_average="n/a";
}
$affiliate_commission=$affiliate_sales['payment'];

$affiliates_raw = "select count(*) as count from " . TABLE_AFFILIATE . "";
$affiliates_raw_query=tep_db_query($affiliates_raw);
$affiliates_raw = tep_db_fetch_array($affiliates_raw_query);
$affiliate_number= $affiliates_raw['count'];


 $heading = array();
 $contents = array();

 $heading[] = array('params' => 'class="menuBoxHeading"',
                    'text'  => BOX_TITLE_AFFILIATES);

 $contents[] = array('params' => 'class="infoBox"',
                     'text'  => BOX_ENTRY_AFFILIATES . ' ' . $affiliate_number . '<br>' .
                                BOX_ENTRY_CONVERSION . ' ' . $affiliate_conversions . '<br>' .
                                BOX_ENTRY_COMMISSION . ' ' . $currencies->display_price($affiliate_commission, ''));

 $box = new box;
 echo $box->menuBox($heading, $contents);

 echo '<br>';

################################################################################
##################################

 

 

 

You see the index.php file on and/or around line 50 doesn't have the following code:

-------

array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))),

-------

 

on and/or around line 106 doesn't have the following code:

-------

<td width="140" valign="top"><table border="0" width="140" height="390" cellspacing="0" cellpadding="2">

-------

 

and lines 167 to 173 could not be part of this file because index.php only has 125 lines of code.

 

So if someone would please advise me on what to do about this challenge and advise me on how to finish installing this module it would be greatly appreciated.

 

Thank you,

Tom

Link to comment
Share on other sites

Hello everyone,

 

I have been attempting to install this module and seem to be stuck. I have installed the latest core shopping cart. I then went through the entire osC Affiliate contribution page and discovered that v2.8 was the last fully updated version of this module and started installing it according to the instruction in the INSTALL_ENG.txt file within the zipped download. I got down to the following part before I got stuck:

 

 

#######################################################################
###########################################


ADMIN ALTERATIONS

In index.php in the admin directory find line 13 approx

 require('includes/application_top.php');

and on a new line add the following code after it:

 require(DIR_WS_CLASSES . 'currencies.php');
 $currencies = new currencies();


In index.php in the admin directory find line 50 approx

array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))),

and on a new line add the following code after it:

              array('title' => BOX_HEADING_AFFILIATE,
                    'image' => 'affiliate.gif',
                    'href' => tep_href_link(FILENAME_AFFILIATE_SUMMARY, 'selected_box=affiliate'),
                    'children' => array(array('title' => BOX_AFFILIATE, 'link' => tep_href_link(FILENAME_AFFILIATE, 'selected_box=affiliate')),
                                        array('title' => BOX_AFFILIATE_BANNERS, 'link' => tep_href_link(FILENAME_AFFILIATE_BANNERS, 'selected_box=affiliate')))),


In index.php in the admin directory find line 106 approx

               <td width="140" valign="top"><table border="0" width="140" height="390" cellspacing="0" cellpadding="2">


and replace that line with the following code :

               <td width="160" valign="top"><table border="0" width="160" height="390" cellspacing="0" cellpadding="2">



In index.php in the admin directory find lines 167 to 173 approx

 $contents[] = array('params' => 'class="infoBox"',
                     'text'  => BOX_ENTRY_CUSTOMERS . ' ' . $customers['count'] . '<br>' .
                                BOX_ENTRY_PRODUCTS . ' ' . $products['count'] . '<br>' .
                                BOX_ENTRY_REVIEWS . ' ' . $reviews['count']);

 $box = new box;
 echo $box->menuBox($heading, $contents);

 echo '<br>';

and on a new line add the following code after it:


$affiliate_sales_raw = "select count(*) as count, sum(affiliate_value) as total, sum(affiliate_payment) as payment from " . TABLE_AFFILIATE_SALES . " ";
$affiliate_sales_query= tep_db_query($affiliate_sales_raw);
$affiliate_sales= tep_db_fetch_array($affiliate_sales_query);

$affiliate_clickthroughs_raw = "select count(*) as count from " . TABLE_AFFILIATE_CLICKTHROUGHS . " ";
$affiliate_clickthroughs_query=tep_db_query($affiliate_clickthroughs_raw);
$affiliate_clickthroughs= tep_db_fetch_array($affiliate_clickthroughs_query);
$affiliate_clickthroughs=$affiliate_clickthroughs['count'];

$affiliate_transactions=$affiliate_sales['count'];
if ($affiliate_transactions>0) {
$affiliate_conversions = tep_round($affiliate_transactions/$affiliate_clickthroughs,6)."%";
}
else $affiliate_conversions="n/a";

$affiliate_amount=$affiliate_sales['total'];
if ($affiliate_transactions>0) {
$affiliate_average=tep_round($affiliate_amount/$affiliate_transactions,2);
}
else {
$affiliate_average="n/a";
}
$affiliate_commission=$affiliate_sales['payment'];

$affiliates_raw = "select count(*) as count from " . TABLE_AFFILIATE . "";
$affiliates_raw_query=tep_db_query($affiliates_raw);
$affiliates_raw = tep_db_fetch_array($affiliates_raw_query);
$affiliate_number= $affiliates_raw['count'];


 $heading = array();
 $contents = array();

 $heading[] = array('params' => 'class="menuBoxHeading"',
                    'text'  => BOX_TITLE_AFFILIATES);

 $contents[] = array('params' => 'class="infoBox"',
                     'text'  => BOX_ENTRY_AFFILIATES . ' ' . $affiliate_number . '<br>' .
                                BOX_ENTRY_CONVERSION . ' ' . $affiliate_conversions . '<br>' .
                                BOX_ENTRY_COMMISSION . ' ' . $currencies->display_price($affiliate_commission, ''));

 $box = new box;
 echo $box->menuBox($heading, $contents);

 echo '<br>';

################################################################################
##################################

 

 

 

You see the index.php file on and/or around line 50 doesn't have the following code:

-------

array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))),

-------

 

on and/or around line 106 doesn't have the following code:

-------

<td width="140" valign="top"><table border="0" width="140" height="390" cellspacing="0" cellpadding="2">

-------

 

and lines 167 to 173 could not be part of this file because index.php only has 125 lines of code.

 

So if someone would please advise me on what to do about this challenge and advise me on how to finish installing this module it would be greatly appreciated.

 

Thank you,

Tom

 

 

I added mine in here.. it's basically adding a section for where you'll go to manage your affiliates, see clicks, sales, etc.

 

array('title' => BOX_HEADING_REPORTS,
				 'image' => 'reports.gif',
				 'href' => tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, 'selected_box=reports'),
				 'children' => array(array('title' => REPORTS_PRODUCTS, 'link' => tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, 'selected_box=reports')),
									 array('title' => REPORTS_ORDERS, 'link' => tep_href_link(FILENAME_STATS_CUSTOMERS, 'selected_box=reports')))),
			/// BOF Added for affiliate
			array('title' => BOX_HEADING_AFFILIATE,
				 'image' => 'affiliate.gif',
				 'href' => tep_href_link(FILENAME_AFFILIATE_SUMMARY, 'selected_box=affiliate'),
				 'children' => array(array('title' => BOX_AFFILIATE, 'link' => tep_href_link(FILENAME_AFFILIATE, 'selected_box=affiliate')),
									 array('title' => BOX_AFFILIATE_BANNERS, 'link' => tep_href_link(FILENAME_AFFILIATE_BANNERS, 'selected_box=affiliate')))),
			/// EOF added for affiliate
		   array('title' => BOX_HEADING_TOOLS,
				 'image' => 'tools.gif',
				 'href' => tep_href_link(FILENAME_BACKUP, 'selected_box=tools'),
				 'children' => array(array('title' => TOOLS_BACKUP, 'link' => tep_href_link(FILENAME_BACKUP, 'selected_box=tools')),
									 array('title' => TOOLS_BANNERS, 'link' => tep_href_link(FILENAME_BANNER_MANAGER, 'selected_box=tools')),
									 array('title' => TOOLS_FILES, 'link' => tep_href_link(FILENAME_FILE_MANAGER, 'selected_box=tools')))));

 

I am using version 2.6 installed on a 2004 release of OSC.

 

My index.php in admin is almost 300 lines long...are you sure you're looking in the right "index.php" file?

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...