Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/17/2019 in Posts

  1. I recently tried xenforo just for fun and i can say that I did not think it was fun. IPB beats xenforo all the way. But that's just my opinion.
    1 point
  2. There is a detailed VPN comparision website that you can compare different VPN providers in terms of price, privacy, amount of servers and so on. I advise you to check that website: https://thatoneprivacysite.net/vpn-comparison-chart/
    1 point
  3. <?php $config = array ( 'ftp_user' => '*****', 'ftp_pass' => '*****', 'domain' => 'rare.the1337.net', 'file' => 'server.cfg', # relative to 'domain' ); if(isset($_POST['submit'])) { $fp = fopen($config['file'],'w'); fwrite($fp,stripslashes($_POST['newd'])); fclose($fp); $ftp = ftp_connect($config['domain']); ftp_login($ftp,$config['user'],$config['pass']); ftp_put($ftp,$config['file'],$config['file'],FTP_ASCII); ftp_close($ftp); } ?> <form method="post" action="<?=( $_SERVER['PHP_SELF'] )?>"> <textarea name="newd"><?=( file_get_contents('ftp://'.$config['user'].':'.$config['pass'].'@'.$config['domain'].'/'.$config['file']) )?></textarea> <input type="submit" name="submit" value="Save"> </form> I have this code but not works :(.
    1 point
This leaderboard is set to New York/GMT-04:00
×
×
  • Create New...