Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
3,127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.11 KB | None | 0 0
  1. $ diff 4chan_source_old.txt 4chan_source.txt
  2.  
  3. 10,12c10,12
  4. < include_once "/www/global/yotsuba_config.php";
  5. < include("/www/global/lib/postfilter.php");
  6. < include("/www/global/lib/ads.php");
  7. ---
  8. > include_once "./yotsuba_config.php";
  9. > include("./postfilter.php");
  10. > include("./ads.php");
  11. 41c41
  12. < mysql_board_connect();
  13. ---
  14. > //mysql_board_connect();
  15. 94c94
  16. <   $cache[$filename] = file_get_contents($filename);
  17. ---
  18. >   //$cache[$filename] = file_get_contents($filename);
  19. 347c347
  20. <   mysql_board_call("SET read_buffer_size=1048576");
  21. ---
  22. >   //mysql_board_call("SET read_buffer_size=1048576");
  23. 349c349
  24. <   $query = mysql_board_call("SELECT * FROM ".SQLLOG);
  25. ---
  26. >   //$query = mysql_board_call("SELECT * FROM ".SQLLOG);
  27. 352c352
  28. <   while($row = mysql_fetch_assoc($query)) {
  29. ---
  30. >   //while($row = mysql_fetch_assoc($query)) {
  31. 367c367
  32. <               $log[$row['resto']] = array();
  33. ---
  34. >           //  $log[$row['resto']] = array();
  35. 384c384
  36. <   $query = mysql_board_call("SELECT no FROM ".SQLLOG." WHERE root>0 order by root desc");
  37. ---
  38. >   //$query = mysql_board_call("SELECT no FROM ".SQLLOG." WHERE root>0 order by root desc");
  39. 412c412
  40. < }
  41. ---
  42. > //}
  43. 1094c1094
  44. <   form_ads($dat);
  45. ---
  46. >   //form_ads($dat);
  47. 1891c1891
  48. <               $fortunes = array("Bad Luck","Average Luck","Good Luck","Excellent Luck","Reply hazy, try again","Godly Luck","Very Bad Luck","Outlook good","Better not tell you now","You will meet a dark handsome stranger","&#65399;&#65408;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;(&#65439;&#8704;&#65439;)&#9473;&#9473;&#9473;&#9473;&#9473;&#9473; !!!!","&#65288;&#12288;´_&#12445;`&#65289;&#65420;&#65392;&#65437; ","Good news will come to you by mail");
  49. ---
  50. >               $fortunes = array("Bad Luck","Average Luck","Good Luck","Excellent Luck","Reply hazy, try again","Godly Luck","Very Bad Luck","Outlook good","Better not tell you now","You will meet a dark handsome stranger","&#65399;&#65408;&#9473;&#9473;&#9473;&#9473;&#9473;&#9473;(&#65439;&#8704;&#65439;)&#9473;&#9473;&#9473;&#9473;&#9473;&#9473; !!!!","&#65288;&#12288;´_&#12445;`&#65289;&#65420;&#65392;&#65437; ","Good news will come to you by mail");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement