News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu
Menu

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.

Show posts Menu

Messages - SleePy

#316
<?php

if (isset($_REQUEST['run']))
{
        $fro = true;
       
        process_mama();
}

else
{
       $fro = false;
       
       trap_ghoul();
}        

?>
#317
Feedback / Re: SleePy modifications
May 21, 2007, 09:25 PM
I don't add new features to my mods any more. I got barely enough time to keep them up to date.
#318
PasteBin / PasteBin - 1179362578
May 17, 2007, 12:42 AM
<&#63;php

Do_Hopefully_Last_Test();

echo 
'eehehehee';

exit;

?>
#319
PasteBin / PasteBin - 1179360472
May 17, 2007, 12:07 AM
<php

echo 'Testing php'$var$vog' is a pimp';

?>
#320
PasteBin / PasteBin - 1179360443
May 17, 2007, 12:07 AM
<&#63;php

echo 'Testing php'$var$vog' is a pimp';

?>
#321
PasteBin / PasteBin - 1179360384
May 17, 2007, 12:06 AM
<?php

echo 'Testing php'$var$vog' is a pimp';

?>
#322
PasteBin / PasteBin - 1179360270
May 17, 2007, 12:04 AM
<?php

echo 'Testing php'$var$vog' is a pimp';

?>
#323
PasteBin / PasteBin - 1179360070
May 17, 2007, 12:01 AM
<?php
echo '<pre><br/>';

print_r($_SERVER['PATH_INFO']);

// Open it up
$url explode('/'$_SERVER['PATH_INFO']);

// Get ride of the junker.
if($url[0] == '')
	
unset(
$url[0]);

// Ok.. Split it again.
foreach($url as $tempurl)
	
$urlnew[] = explode(','$tempurl);

// Finally get it out of here.
foreach($urlnew as $urlout)
	
$_GET[$urlout[0]] = $urlout[1];

// And get rid of the extras;
unset($url$tempurl$urlnew$urlout);


echo 
'GET Variables-->'print_r($_GET), echo '<br/>';

if(isset(
$_GET['action']))
	
echo 
'We are set<br/>';

if(isset(
$_GET['action']) && $_GET['action'] == 'home')
	
echo 
'We have it.';

echo 
'</pre>';
?>
#324
PasteBin / PasteBin - 1179359707
May 16, 2007, 11:55 PM
:o

<?php
   
echo 'wii';
?>

Test
<b>Test</b>
<i>Test</i>

<a href="http://www.simplemachines.org">Simple Machines</a>
#325
Its a test forum so depends on what I want to do with it..
#326
PasteBin / PasteBin - 1179286351
May 16, 2007, 03:32 AM
<php
$prep 
'this is findme';

if(
stripos($prep"findme") !== FALSE)
	
echo 
'FOUND IT!';
else
	
echo 
'Can\'T Find It';
?>
#327
PasteBin / PasteBin - 1179286282
May 16, 2007, 03:31 AM

<?php
// Count Something the fun way..
$data 'http://www.simplemachines.org/community/index.php?action=markasread;sa=unreadreplies;topics=165387-165493-150433-161806-32501-163875-160794-164384-165500-157013-165523-37792-159698-165094-163128-165480-153146-159800-165529-76985;sesc=';

$count 0;
foreach (
count_chars($data1) as $i => $val)
	
$count += $val;

echo 
$count' Chars in the string<hr/>, strlen($data) . ' Chars in the string';
?>
#328
because I said so..
#329
I have it unwritable for a reason..
#330
Feedback / Re: Allow users to email you?
May 16, 2007, 02:58 AM
That is a problem with SMF itself not mine.