Helpful Information
 
 
Category: Testing Zone
test

hmm i think i know how to do it.

yep i do that wasn't too hard either a fix will take about a minute :D

this bug is in newthread.php and newreply.php

if (isset($username)) {

becomes

if (isset($username) and !isset($bbuserinfo['username'])) {

my question still remains, how do you make it do that? :P

i think somehow he gives the $usernmae variable an issue he wannts, but how????

in a round about way you have to save the newthread form as html file, then add
<input type="hidden" name="username" value="NEW USERNAME">

within the form tags, due to some lack in error checking it sets the thread postusername as the inputed name even if they have a registered account but it uses it for the post.

ahh, thank you
ok so its clear.

hmm, i think there can be equal bugs in other forms huh?

nope just the ones which are for the posting of newthreads and new posts as they are the ones which allow input from guests.










privacy (GDPR)