Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ULTIMATE Seo Urls 5 - by FWR Media


Recommended Posts

Hello Robert,

 

I just noticed that I have this error line at the bottom of the pages,

 

"Fatal error: Call to private method usu::performance() from context '' in /home/wihirt/public_html/catalog/includes/footer.php on line 68"

 

Please advise & Happy Holidays

Link to comment
Share on other sites

Hello Robert,

 

I just noticed that I have this error line at the bottom of the pages,

 

"Fatal error: Call to private method usu::performance() from context '' in /home/wihirt/public_html/catalog/includes/footer.php on line 68"

 

Please advise & Happy Holidays

 

Remove usu::performance(); from the bottom of the footer.php file .. this became unnecessary with the latest revision but I'm afraid I neglected to point out in the upgrade notes that it should be removed.

Link to comment
Share on other sites

Why should you use USU5 and not the old 2005 series 2 version?

 

I put together a comparison chart

Link to comment
Share on other sites

Hello again!

 

 

Once again i have a problem with USU5 because of my server administrators.

Hope you remember my problem with $_SERVER['PHP_SELF'] and filenames on my site.

 

Yesterday i added new payment modules and again i get there errors on checkout process:

 

Warning: USU5 could not find a valid base filename, please inform the developer. in /includes/application_top.php on line 70

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /includes/application_top.php:70) in /includes/functions/sessions.php on line 102

 

Warning: USU5 could not find a valid base filename, please inform the developer. in /includes/application_top.php on line 70

 

Module file which is showing this errors have a few filenames requirements and propably this is a problem as i remember what you wrote to me in some other topic where i have similar problems with Header Tags contribution.

 

Is there any chance to get thru this? Or do i have to remove payment contribution (which i really need) or USU5 [which is great and i dont want to]

 

Thanks

Link to comment
Share on other sites

Hello again!

 

 

Once again i have a problem with USU5 because of my server administrators.

Hope you remember my problem with $_SERVER['PHP_SELF'] and filenames on my site.

 

Yesterday i added new payment modules and again i get there errors on checkout process:

 

Warning: USU5 could not find a valid base filename, please inform the developer. in /includes/application_top.php on line 70

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /includes/application_top.php:70) in /includes/functions/sessions.php on line 102

 

Warning: USU5 could not find a valid base filename, please inform the developer. in /includes/application_top.php on line 70

 

Module file which is showing this errors have a few filenames requirements and propably this is a problem as i remember what you wrote to me in some other topic where i have similar problems with Header Tags contribution.

 

Is there any chance to get thru this? Or do i have to remove payment contribution (which i really need) or USU5 [which is great and i dont want to]

 

Thanks

 

Which version/revision of USU5 are you on and what is the payment module?

Edited by FWR Media
Link to comment
Share on other sites

I have r96 version with some upgrades in application_top that you told me to do few weeks ago.

I've installed polish commercial online payment module - i think its similat to paypal.

 

Current revision is r141

 

you need to upgrade to r119 then to r141 .. don't worry the upgrades are simple.

 

One thing to remember is to remove the code in includes/footer.php

 

usu::performance();

 

I forgot to put it's removal in the instructions.

 

Let me know how it does with your problem.

Edited by FWR Media
Link to comment
Share on other sites

Current revision is r141

 

you need to upgrade to r119 then to r141 .. don't worry the upgrades are simple.

 

One thing to remember is to remove the code in includes/footer.php

 

usu::performance();

 

 

 

Ok. I've made two upgrades to 141 version.

I didnt have usu::performance(); line in footer.

 

Now the error is not showing anymore. But the payment page is now showing just one button 'confirm' and after 1 second its moving me back to checkout_payment step 2. I tried to find out if this is a common problem with this payment contribution but i think that im first with problem like this. So propably its still problem with USU5.

I've notice that you made one change in aplication_top that can be connected with my problem:

false !== strpos( $_SERVER[$base->current()], 'ext/modules/' )

 

Payment contribution file which was showing these erros is located in:

ext/modules/payment/platnosci/checkout_pl.php

 

 

Thanks for your help.

Link to comment
Share on other sites

Ok. I've made two upgrades to 141 version.

I didnt have usu::performance(); line in footer.

 

Now the error is not showing anymore. But the payment page is now showing just one button 'confirm' and after 1 second its moving me back to checkout_payment step 2. I tried to find out if this is a common problem with this payment contribution but i think that im first with problem like this. So propably its still problem with USU5.

I've notice that you made one change in aplication_top that can be connected with my problem:

false !== strpos( $_SERVER[$base->current()], 'ext/modules/' )

 

Payment contribution file which was showing these erros is located in:

ext/modules/payment/platnosci/checkout_pl.php

 

 

Thanks for your help.

 

No the issue you were having was due to the fact that tep_href_link() was being passed a path ext/modules/payment/platnosci/checkout_pl.php instead of a filename, I thought that may be the case which is why I suggested you upgrade. The other issue cannot be automatically attributed to USU5 and I'm pretty certain is unrelated.

Link to comment
Share on other sites

No the issue you were having was due to the fact that tep_href_link() was being passed a path ext/modules/payment/platnosci/checkout_pl.php instead of a filename, I thought that may be the case which is why I suggested you upgrade. The other issue cannot be automatically attributed to USU5 and I'm pretty certain is unrelated.

 

 

Yes. I've checked server logs and i have some problems with confirmations. So once again you've solved my problem. Really thanks!

 

Tom

Link to comment
Share on other sites

Hello Robert,

 

I've tried to install chemos page_cache contrib. Unfortunately it did not work with usu5. Is there a possibility to use both contribs, or should they be used together at all?? :blush:

 

Thank you for your support

 

regards

Harry

Link to comment
Share on other sites

Hello Robert,

 

I've tried to install chemos page_cache contrib. Unfortunately it did not work with usu5. Is there a possibility to use both contribs, or should they be used together at all?? :blush:

 

Thank you for your support

 

regards

Harry

 

Don't install page cache it's a very bad idea.

Link to comment
Share on other sites

Don't install page cache it's a very bad idea.

 

I thought you would say that, but i would give it a try!

I got this Idea from the following thread "A Store Speed Optimization in Progress" but i think i should read this thread till the end. :blush:

 

Many Thanks

 

regards

Harry

Link to comment
Share on other sites

I am in the middle of upgrading from v96 to r141 on my test server. I have a couple of suggestions:

 

1. It appears that the db remover script in v96 to v119 deleted all the config values. Since this is a test server, I still have the production master, but would have had to go to my backups if I was working on production. Can you create a summary screen of the values for printing, when an upgrade requires a flush of the database.

2. Set up the install files to pull from a local/configure.php file if it exists.

 

Still working on the install. Will update this post if I come across anything else.

 

jeff

It is amazing what you can do with osCommerce. You just have to get in there and have some fun.

 

www.the-wedding-printer.com. Currently using OsC with .....will have to add all of contributions in use someday.

Link to comment
Share on other sites

I am in the middle of upgrading from v96 to r141 on my test server. I have a couple of suggestions:

 

1. It appears that the db remover script in v96 to v119 deleted all the config values. Since this is a test server, I still have the production master, but would have had to go to my backups if I was working on production. Can you create a summary screen of the values for printing, when an upgrade requires a flush of the database.

2. Set up the install files to pull from a local/configure.php file if it exists.

 

Still working on the install. Will update this post if I come across anything else.

 

jeff

 

To my recent memory .. the db remover script deletes all previous entries to make way for the new .. to install the new you re-upload then run the installer files which add the revised db entries.

 

Please correct me if I am wrong but this is the first I hear of any issue.

Edited by FWR Media
Link to comment
Share on other sites

Sorry ... updated the above post a few times .. had a few glasses of wine.

Link to comment
Share on other sites

I have not started the wine yet, but the time is getting closer.

 

In the R96 to R119 upgrade instructions, it says:

extras/usu5_updates/r96_to_r119/usu5_db_removal.php

Add this file to your shop root and run it like ..
http://www.mysite.com/catalog/usu5_db_removal.php

 

This removed all the usu5 db entries.

Edited by jcocking

It is amazing what you can do with osCommerce. You just have to get in there and have some fun.

 

www.the-wedding-printer.com. Currently using OsC with .....will have to add all of contributions in use someday.

Link to comment
Share on other sites

I have not started the wine yet, but the time is getting closer.

 

In the R96 to R119 upgrade instructions, it says:

extras/usu5_updates/r96_to_r119/usu5_db_removal.php

Add this file to your shop root and run it like ..
http://www.mysite.com/catalog/usu5_db_removal.php

 

This removed all the usu5 db entries.

 

the instructions say ..

 

Add this file to your shop root and run it like ..

http://www.mysite.com/catalog/usu5_db_removal.php'>http://www.mysite.com/catalog/usu5_db_removal.php

This will remove all USU5 database entries.

 

Then ..

 

Next close ALL browser windows then with a new browser window run the installer like ..

http://www.mysite.com/[possible directory]/installer.php

This will put all the USU5 database entries back.

Link to comment
Share on other sites

Correct. But in following the directions, you loose all the USU setup variables. This is an inconvenience. There should be warnings that this is going to happen and allow for documenting the current setup before deleting.

 

jeff

It is amazing what you can do with osCommerce. You just have to get in there and have some fun.

 

www.the-wedding-printer.com. Currently using OsC with .....will have to add all of contributions in use someday.

Link to comment
Share on other sites

Correct. But in following the directions, you loose all the USU setup variables. This is an inconvenience. There should be warnings that this is going to happen and allow for documenting the current setup before deleting.

 

jeff

 

Good point and point taken.

 

I have created USU5 as modular meaning that "on average" all you should have to do to upgrade is "drop on top" the new ultimate_seo_urls5 directory. On this occasion we had to alter the database .. and you are quite right .. I should have made it as painless as the drop on top .. thanks for pointing it out Jeff.

Link to comment
Share on other sites

Not a problem and sorry I was not descriptive with the first comments......

 

So, now I cannot get the USU to work:

 

I have installed the latest version. I made the one change of removing the usu performance from the footer.

 

I have confirmed the site works with USU turned off.

 

When I turn on rewrite rule I receive an error for a "rewrite loop".

 

When I turn on standard I receive the following USU-404 error page with the following debug data:

Standard URI produced: 0
SEO URI produced: 3
Query Count: 0
Queries Saved: 0
Cache load time: 0.0107 seconds
Cache File Size: 8.45 kb
Standard Urls:
http://localhost/twpnew/index.php?twpnew=bridalaccessoriesc2&osCsid=bnjpb07534hhivs4k72c38kdu2
Seo Urls:
http://localhost/twpnew/index.php
http://localhost/twpnew/index.php?twpnew=bridalaccessoriesc2&osCsid=bnjpb07534hhivs4k72c38kdu2

 

I am running with php 5.3.

 

Any suggestions....

It is amazing what you can do with osCommerce. You just have to get in there and have some fun.

 

www.the-wedding-printer.com. Currently using OsC with .....will have to add all of contributions in use someday.

Link to comment
Share on other sites

In rewrite mode, if I try going directly to the page, with a //localhost/twpnew/index.php?cPath=4, then the url gets rewritten in the url bar on the browser to the rewrite format of //localhost/twpnew/catgory-name-c-4.html and receives the rewrite loop error.

 

trying to provide as much data as possible to help figure out this one.

 

jeff

Edited by jcocking

It is amazing what you can do with osCommerce. You just have to get in there and have some fun.

 

www.the-wedding-printer.com. Currently using OsC with .....will have to add all of contributions in use someday.

Link to comment
Share on other sites

Not a problem and sorry I was not descriptive with the first comments......

 

So, now I cannot get the USU to work:

 

I have installed the latest version. I made the one change of removing the usu performance from the footer.

 

I have confirmed the site works with USU turned off.

 

When I turn on rewrite rule I receive an error for a "rewrite loop".

 

When I turn on standard I receive the following USU-404 error page with the following debug data:

Standard URI produced: 0
SEO URI produced: 3
Query Count: 0
Queries Saved: 0
Cache load time: 0.0107 seconds
Cache File Size: 8.45 kb
Standard Urls:
http://localhost/twpnew/index.php?twpnew=bridalaccessoriesc2&osCsid=bnjpb07534hhivs4k72c38kdu2
Seo Urls:
http://localhost/twpnew/index.php
http://localhost/twpnew/index.php?twpnew=bridalaccessoriesc2&osCsid=bnjpb07534hhivs4k72c38kdu2

 

I am running with php 5.3.

 

Any suggestions....

 

?twpnew=

 

Your includes/configure.php file is wrong I'll bet that you have ..

 

define('HTTP_SERVER', 'http://localhost/twpnew/');

 

where it should look something like ..

 

  define('HTTP_SERVER', 'http://localhost');
 define('HTTPS_SERVER', 'http://localhost');
 define('ENABLE_SSL', false);
 define('HTTP_COOKIE_DOMAIN', '.localhost');
 define('HTTPS_COOKIE_DOMAIN', '.localhost');
 define('HTTP_COOKIE_PATH', '/twpnew/');
 define('HTTPS_COOKIE_PATH', '/twpnew/');
 define('DIR_WS_HTTP_CATALOG', '/twpnew/');
 define('DIR_WS_HTTPS_CATALOG', '/twpnew/');

 

localhost will never work for cookies by the way you need a valid domain like www.localdev.com

 

In windows I did ..

 

C:\WINDOWS\system32\drivers\etc\hosts

 

And added ..

 

127.0.0.1 www.localdev.com

 

After rebooting you can access the site as www.localdev.com and cookies work.

Edited by FWR Media
Link to comment
Share on other sites

Thank you for the quick assist. In all my years of doing osCommerce I have never had the store in a sub folder off the domain. Bad config files.....

 

thank you for all the help. Problem solved.

 

jeff

It is amazing what you can do with osCommerce. You just have to get in there and have some fun.

 

www.the-wedding-printer.com. Currently using OsC with .....will have to add all of contributions in use someday.

Link to comment
Share on other sites

Hello Everyone,

 

Thanks for this great contrib. I've installed it on many websites and always worked like a charm.

However this time I have to switch a creloaded site that has the ultimate seo r141 contrib installed to a new server. The contrib works fine on the old server but on the new server the URLs produced by tep_href_link() do not contain either the category or product name... They all come out like /-c-4.html Please check the debug report below:

 

Anyone can give me a clue about where to start to debug this? thx!

 

 

ULTIMATE Seo Urls 5 - Performance

Standard URI produced: 27

SEO URI produced: 53

Query Count: 1

Queries Saved: 108

Cache load time: 0.0013 seconds

Cache File Size: 2.69 kb

Standard Urls:

https://canadianvan.com/affiliate_terms.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/shopping_cart.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/shopping_cart.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/specials.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

https://canadianvan.com/account.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/shopping_cart.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

https://canadianvan.com/checkout_shipping.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/contact_us.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/contact_us.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/products_new.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/advanced_search.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/advanced_search_result.php

http://www.canadianvan.com/redirect.php?action=banner&goto=1&osCsid=8f14999ca0600700a0cd2bd1d94ac754

https://canadianvan.com/login.php?action=process&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/specials.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/reviews.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/pages.php?pID=1&CDpath=1&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/pages.php?pID=2&CDpath=1&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/pages.php?pID=3&CDpath=1&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/pages.php?pID=11&CDpath=1&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/pages.php?pID=17&CDpath=1&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/pages.php?pID=18&CDpath=1&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/featured_products.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

https://canadianvan.com/account.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

https://canadianvan.com/checkout_shipping.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/contact_us.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/redirect.php?action=banner&goto=2&osCsid=8f14999ca0600700a0cd2bd1d94ac754

Seo Urls:

http://www.canadianvan.com/-c-4.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/index.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754'>http://www.canadianvan.com/index.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-4.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-4.html?language=en&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/index.php

http://www.canadianvan.com/index.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754'>http://www.canadianvan.com/index.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/index.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754'>http://www.canadianvan.com/index.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-4.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_104.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_33.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_30.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_5.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_15.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_32.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_13.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_31.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_92.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_25.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-6.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-22.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-19.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-20.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-18.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-23.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-49.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-52.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-53.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-57.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-50.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-58.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-94.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-93.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-110.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_104.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_33.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_30.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_5.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_15.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_32.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_13.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_31.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_92.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/--c-4_25.html?CDpath=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-c-4.html?products_id=474&action=buy_now&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-p-474.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-p-474.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-pri-81.html?reviews_id=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-pri-81.html?reviews_id=3&osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-t-2.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-t-3.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/-t-4.html?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/articles.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

http://www.canadianvan.com/index.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754'>http://www.canadianvan.com/index.php?osCsid=8f14999ca0600700a0cd2bd1d94ac754

Queries:

SELECT * FROM `usu_cache` WHERE cache_name = '1_usucache.cache'

Edited by vincentdemers
Link to comment
Share on other sites

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...