[Date updated: 2021/04/13(Tue) 20:12:49]
 User: kuz
 dont advertise this site on 4chan please. dont bring in that filth.
 
 also, no one here is claiming to be from ayashii or some hyper ancientfag. its just appreciation of the sites style and form/function. 
 
 that is all
 
 https://boards.4channel.org/jp/thread/34122125
 
 User: 
  herro kuz-san
  
  prease, finish transrating this site.
  
  Linkto:2021/04/08(木) 03:04:04
  
  rearn nipponese! Once you go raisu,
   you never go gaijin again!
   
   Linkto:2021/04/08(木) 03:31:13
   
   User: kuz
    some people also complained that there was alot of shitty posts on the site. well maybe id do some more moderation if i could figure out how this damn admin panel works!
    
    Linkto:2021/04/08(木) 06:15:00
    
    Are you struggling to even get the admin page open? I've been messing 
     around with the script on my own machine, and I ran into the same issue
     
     After pulling my hair out for several hours, I finally found an obscure 
     Japanese post from 2003 that revealed how to do it! You have to put the 
     admin password in both the name field AND the comment field, then hit 
     submit - then it will take you to the admin page where you can easily 
     delete multiple posts at once (and it automatically deletes them from 
     the "past logs" too!)
     
     Test it on a non-live instance of the script first if you want, because 
     I understand this sounds like a really shitty phishing attempt to get 
     you to post the admin password, but this srsly is how it works (;´Д`)
     
     Linkto:2021/04/08(木) 07:04:39
     
     the adminpost or the adminkey? do they both need to be the same? i tried just the admin key (putting it as name and comment) and it didnt do anything.
      
      Linkto:2021/04/13(火) 16:18:10
      
      The adminkey in plain text is what you use to enter the admin mode page 
       
       'ADMINKEY' should be your password in plaintext, and 'ADMINPOST' should 
       be the encrypted version of adminkey, which the site gave you when you 
       first set up the board
       
       If you don't have that any more, you can just take the site offline, 
       delete whatever is currently in 'ADMINPOST', visit bbs.php and enter 
       your password in plaintext again, and this time put the encrypted key 
       into 'ADMINPOST'
       
       Here's what it should look like by the end:
       
       'ADMINPOST' => '$1$gyW3lOp6$gLEs4s95pWtP2x1EESGrD/',
       'ADMINKEY' => 'deleteme',
       
       Also - if you post with your password as your name (don't put the name 
       in, just the password), it will display the admin name you set - then 
       you can put something like:
       
       'Fraudster' => 'kuz',
       'Fraudster' => 'Administrator',
       
       ...etc. in the 'HANDLENAMES' section to prevent anyone from imitating 
       you
       
       Linkto:2021/04/13(火) 16:24:06
       
       i will try this all in a few minutes.
       ││
       ││cheers to a better moderated strange-world!
       ││
       ││Linkto:2021/04/13(火) 16:44:01
       ││
       │└User: 
       │ │aaaahh!!!
       │ │
       │ │i set the adminpost and adminkey as according to instructions, but when i post, it just posts my password! and name unchanged!!
       │ │
       │ │Linkto:2021/04/13(火) 17:51:56
       │ │
       │ └To clarify, are these the exact steps you took?
          
          1. Open conf.php in a text editor and type your password (in plain 
          text) into 'ADMINKEY' , while leaving 'ADMINPOST' blank
          
          2. Save conf.php
          
          3. Go to /bbs.php in your web browser and enter your password (in plain 
          text) into the provided field
          
          4. Select and copy the generated encrypted password, including any 
          symbols, and paste it into conf.php's 'ADMINPOST'
          
          5. Save conf.php
          
          6. Go to /bbs.php in your web browser and enter your password (in plain 
          text) into both the "Name:" and "Contents of post" fields, and hit the 
          "Submit Post" button
          
          7. Behold the elusive admin panel in all it's glory!
          
          
          If that still doesn't work, the only thing I can think of is that I did 
          make an edit to /sub/patTemplate.php where I changed "eregi" on lines 
          463 and 505 to "preg_match" and added a couple of slashes, because the 
          script wouldn't work for me at all otherwise (eregi was deprecated in 
          PHP5 and removed entirely for PHP7, apparently)
          
          So my line 463 reads (and forgive me if this gets butchered when the 
          post is processed):
          if	( preg_match( "/<patTemplate:([[:alnum:]]+)[[:space:]]*(.*)>/", $line, $regs ) )
          
          And my line 505 reads:
          elseif	( preg_match( "</patTemplate:([[:alnum:]]+)>", $line, $regs ) )
          
          Note the additional slashes in line 463 - they're impr0tant!
          
          Linkto:2021/04/13(火) 18:07:38
          
       User: 
         ...also I just realized that my test instance password 'deleteme' 
         might have made it seem like you should delete whatever you put there, 
         don't delete it LOL
         
         Linkto:2021/04/13(火) 16:44:01
         

Return