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

Offline Tiffanys

  • Member
  • Posts: 7745
  • 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.

Online Krudda

  • Member
  • Posts: 4061
  • 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!

Online Krudda

  • Member
  • Posts: 4061
  • 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.

Online 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?

Online Krudda

  • Member
  • Posts: 4061
  • 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)

Online 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.

Offline Tiffanys

  • Member
  • Posts: 7745
  • 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.

Online Krudda

  • Member
  • Posts: 4061
  • 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: 9673
  • 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.

Online megido-rev.M

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

Online Krudda

  • Member
  • Posts: 4061
  • 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: 9673
  • 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.