Untitled

From juno, 1 Year ago, written in PHP, viewed 97 times.
URL https://paste.inf.unibz.it/view/6507c531 Embed
Download Paste or View Raw
  1. <?php
  2.  
  3. #error_reporting(E_ALL & ~E_NOTICE);
  4.  
  5. // set file to read
  6. $filename = 'name.txt';
  7.  
  8. $newdata = $_POST['newd'];
  9.  
  10. if ($newdata != '') {
  11.     // open file
  12.     //$fw = fopen($filename, 'w') or die('Could not open fil
  13. e!');
  14.    $fw = fopen($filename, 'a+') or die('Could not open file
  15. !');
  16.  
  17.    // write to file
  18.    // added stripslashes to $newdata
  19.  
  20.    $fb = fwrite($fw,stripslashes($newdata)) or die('Could n
  21. ot write to file');
  22.    // close file
  23.    fclose($fw);
  24. }
  25.  
  26. // print file contents
  27.  
  28. echo "<h3>DEV: Add/Remove Configurations</h3>
  29. <form action='$_SERVER[php_self]' method= 'post'>
  30. <textarea name='newd' cols='50%' rows='5'> $data </textarea>
  31. <input type='submit' value='Change'>
  32. </form>";
  33. ?>
  34.  

Replies to Untitled rss

Title Name Language When
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.
Best ch8ild por0n videos here updates every day wo AntonelaChan php 2 Months ago.

Reply to "Untitled"

Here you can reply to the paste above

captcha