LLLL.net COUNTDOWN

SpaceshipSpaceship
Namecheap AuctionsNamecheap Auctions
SpaceshipSpaceship
Watch
Impact
502
New Member Disclaimer: Four letter domain names are a relatively new investment category that is only beginning to gain traction in Dotcom. This domaining sector offers potentially larger returns than traditional revenue or traffic based domain names, however with this investment opportunity comes extravagant risk.

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-


It was only a matter of time... First King Com. Then .CN fell. And now... I present to you LLLL.net :!:

This thread is designed to elicit discussion about LLLL.nets. You're encouraged to post anything you feel is relevant to LLLL.nets in this thread. This includes sales information, new regs, ...

Feb 05, 2008: All quad premium LLLL.nets are registered
 
Last edited:
4
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Yeah, my plan is to turn everyone of my domains that has some sort of meaning into one of these with custom logo and rss feed. ;)
 
0
•••
Here are some drops from snapnames auctions from yesterday:
Code:
ivik.net
ppyb.net
gxll.net
ccqx.net
tkau.net
dcsw.net
ravd.net
tulm.net
mekr.net
fbwc.net
pkfb.net
oyaj.net
bymh.net
mgkr.net
emsz.net
bdqq.net
dgjm.net
hjpy.net
czmh.net
chfz.net
ezkp.net
drjx.net
viub.net
ydrs.net
wjda.net
pyqz.net
czxj.net
jsly.net
jevr.net
ycpj.net
zptc.net
vczz.net
ksdx.net
ywkc.net
ktrz.net
jnxl.net
jfpx.net
xmsx.net
wyxl.net
ylqy.net
zdfz.net
 
Last edited:
2
•••
Thanks for the list, reg'd

mekr.net
ravd.net
ydrs.net
bymh.net
 
0
•••
jweb.net said:
What do you guys think? http://myaz.net

This is my custom designed parked page with an RSS feed from Azcentral that updates my page as they add articles. :)

Affiliates used: Adsense, Sedo & Friend Finder.

Looks F'n sweet. How do you get the RSS feed on there.
 
0
•••
Feed reader. Had someone develop that piece. :)

I plan on making tons more of these.
 
0
•••
jweb.net said:
Feed reader. Had someone develop that piece. :)

I plan on making tons more of these.

Good job dude. Ive got something very special up my sleeve. Im in the development stages of starting up my own Domain Marketplace, like SEDO or TDNAM but better, and with a twist of course.
 
0
•••
Is it a 4 letter .com website? :)
 
0
•••
TY for the list!! + rep added

regged jevr.net
 
0
•••
jweb.net said:
Yeah, my plan is to turn everyone of my domains that has some sort of meaning into one of these with custom logo and rss feed. ;)
I also have "create" :) myself small parking pages with RSS and advertising for some my domains: LTTO.net, DLBY.net, WRST.net, NRBQ.net, ... and more.
Only 5 min need to create new parking page for new domain.
 
0
•••
0
•••
Standout! said:
Here are some drops from snapnames auctions from yesterday:
Code:
ivik.net
ppyb.net
gxll.net
ccqx.net
tkau.net
dcsw.net
ravd.net
tulm.net
mekr.net
fbwc.net
pkfb.net
oyaj.net
bymh.net
mgkr.net
emsz.net
bdqq.net
dgjm.net
hjpy.net
czmh.net
chfz.net
ezkp.net
drjx.net
viub.net
ydrs.net
wjda.net
pyqz.net
czxj.net
jsly.net
jevr.net
ycpj.net
zptc.net
vczz.net
ksdx.net
ywkc.net
ktrz.net
jnxl.net
jfpx.net
xmsx.net
wyxl.net
ylqy.net
zdfz.net

I regged ivik.net. Thanks for the list. rep added
 
0
•••
I can actually use any feed I want, the tricky part is finding a good ones. My feed also will pull in video and photos too. I am trying to find a better one at like feedburner but it's not easy. :(
 
0
•••
Last edited:
0
•••
Yeah mine is just 1 php file that I include on the custom parked page. Then 1 line of code and throw in the RSS feed and boom I am done. The guy who gave it to me designed it himself or I would give it away. :)

Now my plan is to make multiple template styles and see which one converts best.

I do have a question though. Where can I find a lot of different type of RSS feeds?

- Jason
 
0
•••
I use news feeds from different sources. Actually, I think you can grab a feed from nearly anywhere.

Just get the feed url and plug it in. Like a Google news feed play with the search terms until it gives the results you like. Just copy and paste the url. Understand that this content is far from unique. To make best of it there be some unique content.

My latest project at www.ceramicartsindex.us (still under construction). Scroll down on the left. Is a Google news feed using simplepie.

Code:
<div><?php
 
// Make sure SimplePie is included. You may need to change this to match the location of simplepie.inc.
require_once('http://www.ceramicartsindex.us/php/simplepie.inc');
 
// We'll process this feed with all of the default options.
$feed = new SimplePie('http://news.google.com/news?hl=en&tab=wn&ned=us&q=ceramic+art&ie=UTF-8&output=rss');
 
// This makes sure that the content is sent to the browser as text/html and the UTF-8 character set (since we didn't change it).
$feed->handle_content_type();
 
// Let's begin our XHTML webpage code.  The DOCTYPE is supposed to be the very first thing, so we'll keep it on the same line as the closing-PHP tag.
?> 
<!--	<div class="header">
		<h1><a href="<?php echo $feed->get_permalink(); ?>"><?php echo $feed->get_title(); ?></a></h1>
		<p><?php echo $feed->get_description(); ?></p>
	</div> -->
 
	<?php
	/*
	Here, we'll loop through all of the items in the feed, and $item represents the current item in the loop.
	*/
//	foreach ($feed->get_items() as $item):
  $max = 5;
  foreach ($feed->get_items() as $item):  if(--$max < 0) break;
	?>
 
		<div class="item">
			<h2 style="font-size: 12px; margin-bottom: 0px;"><a href="<?php echo $item->get_permalink(); ?>" target="_blank"><?php echo $item->get_title(); ?></a></h2>
			<p style="margin: -20 0 0 0; font-size: 12px;"><?php echo $item->get_description(); ?></p>
			<p style="margin: -10 0 0 0; font-size: 10px;"><small>Posted on <?php echo $item->get_date('j F Y | g:i a'); ?></small><hr /></p>
		</div>
 
	<?php endforeach; ?></div>

Don't let the term PHP scare you. It isn't that difficult.

Notice that I removed all the DOCTYPE and header stuff because that chunk of code is a block within the eSyndicate template.
 
Last edited:
0
•••
I am interested in the bottom part. Where can I get something that has the digg and stuff links? I would like to add that to every one of my sites.
 
0
•••
jweb.net said:
I am interested in the bottom part. Where can I get something that has the digg and stuff links? I would like to add that to every one of my sites.
hang on. Need to login grab it with image files. I swiped it from an aardvark topsites theme. Will zip up and email to you.
 
0
•••
thanks.
 
0
•••
I need to stop regging LLLL.net's.
So many projects to work on, keep getting distracted :D
Gave JPPL.net away earlier, horrible name >;(
 
0
•••
0
•••
Truehost — .com domains from $4.99, hosting includedTruehost — .com domains from $4.99, hosting included

We're social

Escrow.com
Spaceship
Domain Recover
CryptoExchange.com
Catchy
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back