Author Topic: The General Chit Chat Thread 4  (Read 24879 times)

Online Tiffanys

  • Member
  • Posts: 7746
  • real female girl ojō-sama
Re: The General Chit Chat Thread 4
« Reply #3360 on: Yesterday at 10:52:45 PM »
Can anybody link me to a sigrotator that actually works?
Last time I wanted one, I tried several but none worked with BBT.
This one needs a web server. Make a folder called something like "krudda_rand.png" (this is what you'll link to in the avatar field) and use this file as index.php
Code: [Select]
<?php
/*
By Matt Mullenweg > http://photomatt.net
Inspired by Dan Benjamin > http://hiveware.com/imagerotator.php
Latest version always at:
http://photomatt.net/scripts/randomimage
*/

// Make this the relative path to the images, like "../img" or "random/images/".
// If the images are in the same directory, leave it blank.
$folder = '';

// Space seperated list of extensions, you probably won't have to change this.
$exts = 'jpg jpeg png gif';

$files = array(); $i = -1; // Initialize some variables
if ('' == $folder) $folder = './';
$handle = opendir($folder);
$exts = explode(' ', $exts);
while (false !== ($file = readdir($handle))) {
foreach($exts as $ext) { // for each extension check the extension
if (preg_match('/\.'.$ext.'$/i', $file, $test)) { // faster than ereg, case insensitive
$files[] = $file; // it's good
++$i;
}
}
}
closedir($handle); // We're not using it anymore
mt_srand((double)microtime()*1000000); // seed for PHP < 4.2
$rand = mt_rand(0, $i); // $i was incremented as we went along

header('Location: '.$folder.$files[$rand]); // Voila!
?>

In that same folder put all of the images you want in the rotation.

Offline Krudda

  • Member
  • Posts: 4062
  • repent
    • My Anime List
Re: The General Chit Chat Thread 4
« Reply #3361 on: Yesterday at 11:02:17 PM »
I will try that, thanks tiff. I'd rather host the images myself :P and since I've already got a webserver doing nothing...

Offline Tanis

  • Member
  • Posts: 1861
Re: The General Chit Chat Thread 4
« Reply #3362 on: Today at 01:02:34 AM »
Is it bad if the first thing I though after reading that was Interstellar 555 instead of the new box office one? :P
Nope, because you know what the superior film is.

The new Interstellar is, pardon the moronic phrase, 'trying-too-hard'.
It WANTS to be 2001 for a whole new generation, but comes off more like 'lol hard science star twerk'.

BLAH!

Offline Krudda

  • Member
  • Posts: 4062
  • repent
    • My Anime List
Re: The General Chit Chat Thread 4
« Reply #3363 on: Today at 01:15:48 AM »
I wholly hold  you lot responsible for this, so it better be gud.

Thanks to the recommendation of several people here, I went and purchased the Steins;Gate visual novel.
Now we wait 14 days exactly.

Offline megido-rev.M

  • Member
  • Posts: 16136
Re: The General Chit Chat Thread 4
« Reply #3364 on: Today at 03:02:06 AM »
Exactly, you say?

Offline Krudda

  • Member
  • Posts: 4062
  • repent
    • My Anime List
Re: The General Chit Chat Thread 4
« Reply #3365 on: Today at 03:07:11 AM »
Yrs, Rightstuf is incredibly good at delivering exactly 13 days after processing (which takes one day)

Offline megido-rev.M

  • Member
  • Posts: 16136
Re: The General Chit Chat Thread 4
« Reply #3366 on: Today at 03:09:00 AM »
That's much better than the three months for that other thing.

Online Tiffanys

  • Member
  • Posts: 7746
  • real female girl ojō-sama
Re: The General Chit Chat Thread 4
« Reply #3367 on: Today at 03:12:30 AM »
You probably should have just downloaded it and tried it out first to see if you liked it.

Offline Krudda

  • Member
  • Posts: 4062
  • repent
    • My Anime List
Re: The General Chit Chat Thread 4
« Reply #3368 on: Today at 03:13:11 AM »
Yeah, that pissed me off. They've got three more days. If it doesn't turn up by then, I will send another e-mail and if I get the same response, I'm sending in a claim. Fucking Amazon.... Scamazon more like...

@tiffanys, that'd take longer than shipping it from China lol. Also, with my data cap, it'd cost more too.
« Last Edit: Today at 03:17:11 AM by Krudda »

Offline kurandoinu

  • Member
  • Posts: 9675
  • I am not a robot, I am a unicorn
Re: The General Chit Chat Thread 4
« Reply #3369 on: Today at 03:39:11 AM »
Unless you ordered it from Amazon themselves not a third party seller you can't really blame the site.

Offline megido-rev.M

  • Member
  • Posts: 16136
Re: The General Chit Chat Thread 4
« Reply #3370 on: Today at 03:55:31 AM »
Indeed.

Offline Krudda

  • Member
  • Posts: 4062
  • repent
    • My Anime List
Re: The General Chit Chat Thread 4
« Reply #3371 on: Today at 03:55:42 AM »
Yes I can, because I'm ignorant

Offline kurandoinu

  • Member
  • Posts: 9675
  • I am not a robot, I am a unicorn
Re: The General Chit Chat Thread 4
« Reply #3372 on: Today at 04:35:29 AM »
My scumbag brain is having a right good sing song today. First it was the safety dance and pinky and the brain now it's you've got a friend. It's not even 6am brain, calm down

Offline Soryon

  • Member
  • Posts: 6562
Re: The General Chit Chat Thread 4
« Reply #3373 on: Today at 04:59:54 AM »
I use this when I rotate my ava and/or sig.
I have sigs/avas turned off in general.

Online VexHaus

  • Member
  • Posts: 76
  • garbage life
Re: The General Chit Chat Thread 4
« Reply #3374 on: Today at 05:28:50 AM »
I want to be in one of those tense and dramatic high-stakes dilemmas you usually see in movies where one person, in advocating for the expedient choice, admonishes that this is no time to think about ethics, just so that I can slam my fist down on the table saying, "Dammit, this is exactly the time to consider ethics!" and thereby take the moral high ground
no fun zone

My Anime List

Online metro.

  • Member
  • Posts: 9741
  • fuckyougoskiing.
Re: The General Chit Chat Thread 4
« Reply #3375 on: Today at 06:06:22 AM »
Who cares about morals anyway?

I'm gunna leave you anyway.

Offline blackhole

  • Member
  • Posts: 1697
  • I'm just too awesome !
Re: The General Chit Chat Thread 4
« Reply #3376 on: Today at 07:01:32 AM »
What's morals anyways and why should we care ?
This is the age of business, not morals.
It's not a bad end if it's not School Days style : )

Offline kurandoinu

  • Member
  • Posts: 9675
  • I am not a robot, I am a unicorn
Re: The General Chit Chat Thread 4
« Reply #3377 on: Today at 07:04:18 AM »
There appears to be an echo in here