• Join CraxPro and earn real money through our Credit Rewards System. Participate and redeem credits for Bitcoin/USDT. Start earning today!
    Read the detailed thread here

the visitor's IP address and save it to ip.txt

Currently reading:
 the visitor's IP address and save it to ip.txt

ckra0z

Member
LV
4
Joined
May 1, 2022
Threads
188
Likes
504
Awards
10
Credits
13,100©
Cash
0$
1726212714223


full code here:
 

msoe

Member
LV
0
Joined
Sep 16, 2024
Threads
0
Likes
0
Credits
186©
Cash
0$
what is php about?

<?php
// Get the visitor's IP address
$visitor_ip = $_SERVER['REMOTE_ADDR'];

// Open the ip.txt file in append mode
$file = fopen('ip.txt', 'a');

// Write the IP address followed by a new line
fwrite($file, $visitor_ip . PHP_EOL);

// Close the file
fclose($file);

// Display a message
echo "Your IP address: $visitor_ip has been logged.";
?>

without informing

<?php
// Get the visitor's IP address
$visitor_ip = $_SERVER['REMOTE_ADDR'];

// Open the ip.txt file in append mode
$file = fopen('ip.txt', 'a');

// Write the IP address followed by a new line
fwrite($file, $visitor_ip . PHP_EOL);

// Close the file
fclose($file);

// No output to the user
?>
 

SlLVER

PRO Member
Member
Crax Cloud
LV
2
Joined
Jun 18, 2021
Threads
0
Likes
31
Awards
5
Credits
6,647©
Cash
5$
Hello everyone, I'm just here to help good and honesty users from CraxPro.

The owner of this thread is a
Scammer, be careful everyone !

He scammed me and I was able to ban him from 2 other forums.

He has 2 users here at CraxPro both are same person.


------------------------------------------------------

Both Telegram he uses :


I hope this post can help people and If staff see I have all the proofs that guy is here only for scam.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips

Similar threads

Top Bottom