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.

UK domains
being liquidated

digitaljunkyard.com
buy now

Recent content by Skinner

  1. Skinner

    Vape Affiliates and Dropshipping

    Ive just emailed them and see what they say, thanks :)
  2. Skinner

    Vape Affiliates and Dropshipping

    I will check them out, purely for the name as you said. Surprising how many have used random spellings. I know nothing about the space either and i don't smoke or vape hahs. I have a rep from China next to me in my storage unit so passing interest figured, now 80% of ny names are the fabled...
  3. Skinner

    Vape Affiliates and Dropshipping

    I'm looking into making use of my vibe coding to put some basic FBA sites one is vape related. Anyone use Vape affiliates or Dropshipping ? Want to know who is good or bad or what the deal is. More info. I have looked at stocking and selling, but I would need a personal license, site...
  4. Skinner

    Sedo RSS

    Has anyone had trouble importing the sedo rss feed, programmatically speaking. I can load it in my browser https://sedo.com/rss/rss_list.php?rss_id=17&language=e&partnerid=38758&tracked=1 but any time I code it, its not returning. I'm using simplexml to handle it btw.
  5. Skinner

    Tool Domain lookup tool

    Domain Name Analyser is my go to for this stuff.
  6. Skinner

    Afternic meh

    I have had about 10-11 of these messages now, not a single one has lead to an offer or any type of communication or negotiation. I am convinced at this point that either they are looking to get BIN prices or some or price set to complete data, which seems unlikely. My alternative theory is...
  7. Skinner

    Afternic meh

    That is a killer. Any time I have bought of them it's going from the domain lander, so haven't searched. It's crazy they don't have a search engine tho. I can see my time on afternic being very short, especially after the somewhat arsey reply I sent haha.
  8. Skinner

    Afternic meh

    This sounds exactly what I have gotten. It sounds like they have had someone on the domain listing, but they have bottled out, so now the broker is trying to convert a cold lead. The equivalent of when you move your mouse to close the tab and a discount code pops up. It's just bizarre.
  9. Skinner

    Winding down

    Jesus man, sorry to hear that. Last spoke regular you was setting up the bike wheel spinny thing getting into it and planning to work the land and more. Hope things look up :)
  10. Skinner

    Differences Between Tyre Kickers And Potential Customers

    This was literally the point I made to Afternic a few hours ago, only to be advised I need to go through 100s of names, work out what I dream of selling at and set higher minimum term. I deliberately have a low minimum because it means I can just ignore those people.
  11. Skinner

    Afternic meh

    My portfolio was forcibly moved over from dan.com to afternic, I have only dealt with them as a buyer before, never a seller. I had what appears to be a cold offer on a domain, I say cold because it was for the minimum offer. A broker has contacted me tho, so I assumed they would have a...
  12. Skinner

    Nominet Nominet - Out of hours contact numbers?

    I had this and for reference Out of Hours are unable to do anything, but in hours staff can "for the time being" manually intervene and remove the block on the name. They made it sound like this a temporary measure (being able to intervene) and they also made it sound like they only gave me the...
  13. Skinner

    A better way to manage domains?

    I would maybe reach out to Rob who does UKBackOrder / Melita tag , and Alex @monaghan both of those are server monkeys and coders, so likely they will know another way without using cpanel. possibly custom management apps. I don't think the average member will be able to help. I can't remember...
  14. Skinner

    Where do you list your domains for sale.

    Most my sales come from my own parking pages, Sedo annoys me by keep removing domains without DNS set, so I don't readd them now.
  15. Skinner

    Different logo depending on URL

    Your existing code would work, just include a "$logo" variable with the require switch($_SERVER["HTTP_HOST"]) { case "domain1.co.uk": require_once("domain1.php"); $logo = "domain1.jpg"; exit(); break; case "domain2.co.uk": require_once("domain2.php"); $logo = "domain2.jpg"; exit(); break; }...
Top Bottom