You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
Prehaps there is another solution ? Prehaps creating two classes of ips. One proxyclass and one ordinaryip. Say a person without proxy surfs the forum then he'll get an ip in ordinaryip. But if the HTTP_X_FORWARDED_FOR is set then log both the proxyip and the ip that should be the right one.
By logging both ips it will be more clear what is happening. Is there any real problems with logging both ?
It is possible that PunBB i exposed to the same exploit as phpbb was discovered to have. The problem lies in phpbb and punbb(?) blindly thrust in X-Forwarded-For only to be set when being proxied. If this value is set the forum will use this ip as user ip:
For instance if adding the following when making a post
X-Forwarded-For: 1.3.3.7
Would make you a 'leet' person 
I haven't tested if punbb is exposed to this.. but it's worth looking in to.
More info at: http://www.packetstormsecurity.org/0404 … BB208a.txt
min oxå 
Du har ställt in så att din browser accepterar cookies från forumet då ?
håller med om att Pun är ett fint och bra namn, tycker du ska behålla det. 
date()
t - number of days in the given month; i.e. "28" to "31"
Varför står det att trådar är nya fasten jag läst dom... varit inne i dom, F5:at slängt alla cache osv ??
vi hatar
<-- den
ok, *väntar med spänning*
Var kan man ladda hem det ?
black and blue äger ! 
Om man byter färg till t ex black and blue och sen går in och ändra på sin profil signatur till nått som är längre än 384 får man fel medelande om man sedan trycker på Go Back så blir nästa sida vit...
function strmaxwordlen($input,$len) {
$l = 0;
$output = "";
for ($i = 0; $i < strlen($input); $i++) {
$char = substr($input,$i,1);
if ($char != " ") { $l++; } else { $l = 0; }
if ($l == $len) { $l = 0; $output .= " "; }
$output .= $char;
}
return($output);
}
(från php.net)
vad händer om man skriver så här då:
abcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäöabcdefghijklmnopqrstuvxyzåäö
det går ju att dubbel klicka på submit knappen... (blev så av misstag)

det går ju att dubbel klicka på submit knappen... (blev så av misstag)
det går ju att dubbel klicka på submit knappen... (blev så av misstag)
Posts found: 24