[ yot | yob ] [ Home | Admin | Hilfe ]
MAYBE THIS SHOULD GO TO THE LACAN THREAD? 

 Zum Löschen
Regeln
  • Erlaubte Formate: GIF, JPG, PNG
  • Maximale Dateigröße: 4.096 Kb
  • Bilder über 300 x 300 Pixel werden verkleinert (Antworten 200 x 200)
  • Lies diese Regeln und FAQ vor der Teilnahme
  • Erlaubter BBCode: [b][i][u][s]
  • Die Inhalte dieser Seite sind prinzipiell nicht ernst zu nehmen
  • 97 Posts mit 49 Bildern in 25 Threads von 37 Besuchern
>>>>>>

 [ antworten ]

(7.03 Kb, 339 x 18) 1266546985373.png
Newbieey 19.02.10 (Fr) 02:36 Nr.21  
mac-viruses pleazzze
>>
fucked Nr.23
(29.83 Kb, 800 x 391) 1266547379423.jpg
in all ya holes
>>
Anonymous Nr.24
do it to the fan
>>
!MOD Nr.30
>>21
ZIP, GZIP, TAR and TGZ upload doesn't work yet
any ideas?

see >>1 for a todo list

 [ antworten ]

Anonymous 19.02.10 (Fr) 02:46 Nr.26  
ever thought about the whole imageboard thing as a permanent two-person-chat?
>>
Anonymous Nr.27
with your own self?
>>
ep Nr.28
This thing, that hath a code and not a core,
Hath set acquaintance where might be affections,
And nothing now
Disturbeth his reflections.

 [ antworten ]

Tripcodes

!ADMIN 18.02.10 (Do) 10:10 Nr.8  
!MOD and !ADMIN tripcodes working nao correctly!!1
>>
!MOD Nr.9
in imgboard.php look for

if ($cap_n) // Normal tripcode parsing

and change the following section to

if ($cap_n) // Normal tripcode parsing {
 // If $cap_n is a staff password, use staff label if ($cap_n == ADMIN_PASS) {
  $stafftrip	= true;
  $meta['userlevel'] = 4;
 }
 else if ($cap_n == MOD_PASS) {
  $stafftrip	= true;
  $meta['userlevel'] = 3;
 }
>>
Stylepabst Nr.25
good choice of colours

<maybe this should go to the css-thread?>

 [ antworten ]

Anonymous 18.02.10 (Do) 23:55 Nr.10  
Heiliger verdammter Hackerfluch

 [ antworten ]

allow no-picture threads

!ADMIN 17.02.10 (Mi) 11:12 Nr.7  
no-picture threads can be allowed nao.
to do so, just add a new variable to config.php

define ('NOFILE_CHECKBOX_ALLOWED', 0);
 // To allow non-picture-threads

For Ordnung und Sauberkeit, I did it after the section

define ('SHOWFLIPBUTTON', 0);
 // Show Flip-Button in postarea
	define ('SHOWASCIIBUTTON', 0);
 // Show Ascii-Button in postarea
	define ('SHOWCLEARBUTTON', 0);
 // Show Clear-Button in postarea
	define ('bbCodeON', 1);
 // Switch bbCode on
	define ('WORDFILTERON', 1);
 // Filter filthy words and hide them under


then, in imgboard.php, look for

if (!$resno) // "No file" checkbox for new threads {
 $dat	.= ' [<label title="' . T_NOFILE . '"><input type="checkbox" name="textonly" value="on" /> ' . S_NOFILE . '</label> ]';
}

uncomment that section and replace it with

if (NOFILE_CHECKBOX_ALLOWED == 1 ) {
 if (!$resno) // "No file" checkbox for new threads {
  $dat	.= ' [<label title="' . T_NOFILE . '"><input type="checkbox" name="textonly" value="on" /> ' . S_NOFILE . '</label> ]';
 }
}

And you're done. Letz check if it works with this thread!!!1

Passwort    [  ] 
[ Home | Admin | Hilfe ]