Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

domains Sale Wesbite

Status
Not open for further replies.

PaullasPaullas is verified member.

Acorn Moderator
Nominet Member
Nominet Registrar
Hosting Provider
Domain Marketplace
Parking Service
Joined
Jul 13, 2004
Posts
5,868
Reaction score
400
Hi all.

Do you list your domains for sale on your website with prices/offers or have individual landing pages with buy now/offer buttons.

If anyone is willing to share your site (in thread or pm) as im in 2 minds whether to do a site with all or individual.

Thanks in advance.
 
I bought a template from theme forest that does it all for me, I just park the domain on Cpanel and add it to the wordpress back-end.

Looks like this: http://esm.uk

Tony
 
I bought a template from theme forest that does it all for me, I just park the domain on Cpanel and add it to the wordpress back-end.

Looks like this: http://esm.uk

Tony

Cheers Tony, but how do you get the URL to display in WP. Or do you add it as a page/post.
 
What about you?
 
Code:
function curPageURL() {
 $pageURL = 'http';
 if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
 $pageURL .= "://";
 if ($_SERVER["SERVER_PORT"] != "80") {
  $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"];
 } else {
  $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
 }
 $pageURL = str_replace("index.php","",$pageURL);
 $pageURL = str_replace("http://","",$pageURL);
 $pageURL = str_replace("www.","",$pageURL);
 $pageURL = str_replace("?msg=no","",$pageURL);
 $pageURL = str_replace("?msg=yes","",$pageURL);
 $pageURL = str_replace("/","",$pageURL);

 return $pageURL;
}
 
 $url = curPageURL();

The str_replace stuff is just for removing some bits and bobs that we have on the URLs so can remove/add as needed for your own.
 
Last edited by a moderator:
Thanks Aaron ill try that later.
 
I built this few years ago, just static HTML and a bit of Javascript, not saying it is great but it does the job.

http://www.webfolios.co.uk

Dont think you need a bloated wordpress CMS just to list some names
 
Seen that, does the job for him.
 
I created a wordpress version of assetdomains.co.uk for a member on here.
I've been toying with the idea of listing a version for sale if there's any interest in me doing this drop me a PM
 
Status
Not open for further replies.
Top Bottom