PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
osta
/
opt
/
text
<?php $path = 'mobile-link.txt'; if (isset($_POST['link'])) { $fh = fopen($path,"wa+"); $string = $_POST['link']; fwrite($fh,$string); // Write information to the file fclose($fh); // Close the file header('Location: ' . $_SERVER['HTTP_REFERER']); } ?>
[+]
..
[+]
delete
[-] title.txt
[edit]
[-] choose-mobile-link.php
[edit]
[-] subtitle.txt
[edit]
[-] mobile-link.txt
[edit]
[-] choose-text.php
[edit]
[-] link.txt
[edit]
[-] choose-subtext.php
[edit]
[-] choose-mobile-text.php
[edit]
[-] mobile-text.txt
[edit]
[-] .htaccess.disabled
[edit]