886
Off Topic / Re: I seem to have a static cling problem
« on: June 20, 2008, 11:29:59 AM »
that is sooo cute
and that at is gorgeous looking.

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.
// Show the [Scriptuo] button.
echo ($current_action == '' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == '' ? 'active_back' : 'back' , '">
<a href="http://scriptuo.com">' , $txt['scriptuo'] , '</a>
</td>' , $current_action == '' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
<a href="http://scriptuo.com">' , $txt['scriptuo'] , '</a>
$txt['scriptuo'] = 'Script UO';
$txt['scriptuo'] = 'Main';
$txt[103] = 'Home';
$txt['scriptuo'] = 'Main';
$txt['scriptuo'] = 'Home';
Ruck, you'll have to let me know how you got SMF to integrate correctly with e107. I still haven't figured that out.
If you can think of UO-related links to add, please post them up so I can add them to the link database at the top of the screen.
ScriptUO Community Links Page
Understood. I guess I should post up the one I have somewhere for people that want it. Or might post in private sections. There was one person trying to post problems with it, but never gave me enough info, think it was lag issues more, not sure if i want to post it![]()
"dude, your skripz suk. Whenya good be fix'en it!!!"
Yeh, really useful feedback. heh.
<?php
$files = glob('{*.PNG,*.png,*.JPG,*.jpg,*.GIF,*.gif}', GLOB_BRACE);
readfile($files[array_rand($files)]);
?>