• Welcome to Randomland - The Forum. Please login or sign up.
 
May 16, 2024, 06:58 PM

News:

Get Out, See Green!


Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - zourtney

101
What happened? We need to get some discussions flowing on here.
102
Discuss what cameras you own (or have owned) and their pros and cons. The more information you can spew out, the better!
103
Mechanics / Super Rice Boy Kart ("Suriboka")
Jun 13, 2008, 05:58 PM
As summer rolls around once again, I get the urge for karting. Go-karting, to be specific. I want that chinsy metal frame wrapped around my body and a 5hp Honda motor. I want the mud in my face and the exhaust in my lungs! I want to drive go karts.

Several years ago, we started work on the grand-daddy of go-karts. With the power of an 80-something Honda Accord engine, we figured we could make it move quick enough to satisfy that ever-present longing to fly on four wheels (so to speak).

Of course, the winters crept in, the springs thus followed, and the engine probably needs to be rebuilt. But that longing is still present. This topic is intended for ideas about this Super Rice Boy Kart.

To read the stories about what we've done so far:
    Go to the Suriboka Stories page.
104
Mechanics / Bumper Buddy
May 31, 2008, 12:21 PM
Ok, here's the question: does the bumper buddy need a kickstand?

(Or, some legs to hold it up when it's not attached to the trailer hitch?)
105
We're still working on a good setup, but this very simple tweak to wp-config allows you to drop the whole Wordpress installation into another directory. When you run it for the first time, it'll set up the database by prepending the subdomain name.

We decided to prepend all "www" database tables with an underscore. All subdomains will be the subdomain name plus the underscore. To do this you only need to change three files.

Find /wp-config.php.
Change the following from:

// You can have multiple installations in one database if you give each a unique prefix
//$table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!


To:

$table_prefix = ereg_replace( '^(www\.)', '', $_SERVER['HTTP_HOST'] );
$table_prefix = ereg_replace( 'yourserver.com', '', $table_prefix );
$table_prefix = ereg_replace( '\.', '_', $table_prefix );


Now the root site will prepend the tables with and underscore. All subdomains will be prepended with the sobdomain  name and an underscore.

All done!
106
We're trying to organize the site in a way that makes sense. The old way was ok, but there were frankly too many categories with too little information. Instead of the old randomland.net/whatever approach, we'll be using vaguer subdomains.

Here are the proposed subdomains. Shoot 'em down or raise 'em up. The day of reckoning is near! It's time to unite! Stand as ONE fellow Randomlandians!
...err, um. Just give your input.



  • Main Site: will contain site news and links to subdomains via the sidebars and a sitemap. Also, useless little promo-type things we can't find a better place for.


  • Dev: the programming and computer development section. It will contain everyday tips and tricks for programming. It will probably also contain larger how-to style programming projects (ie: "Creating a Simple Flash-Based Side-Scroller")


  • Forum(s): here! Each subdomain would be obliged to have its own forum...or forum section. That's my thinking anyway. Can we set it up like: forum.randomland.net/photo?


  • Gallery: redirect to photo.randomland.net


  • How-To: it's a good name but breaks the categorization. Maybe make this a launching-pad for searching specific sub-domains. This needs some thinking through.


  • Motors: the home of everything that goes vroom! Car how-tos, the classic tale of the tempo, and land of the future SuperRiceBoyKart.


  • Media: I like music. Lots. I suck at playing it, but maybe I could put those stupid techno songs here and others could do similar things. Maybe music and movie reviews too. I am going to say that this eats the previously suggested "games" subdomain as well.


  • Opinion: remember all those old stupid things I wrote which were offensive and/or brainlessly stupid? Yep, that's what will go here.


  • Photo: we all like taking pictures. We will probably have a gallery and links to camera reviews and stuff.


  • Rec(reation): what's even better than taking pictures is taking pictures OUTDOORS! The woods and the goods. We'll post camping stories, suggestions, outdoorsy things, geocaches, and artsy things that don't belong anywhere better (like the good 'ol lightsabers page)



Ok, stab away. We need to hammer this out!