1

(69 replies, posted in News)

My logout button goes through login.php?action=out&id=2 (my id)

But could it be that this mod causing issues with the new update: http://www.punres.org/desc.php?pid=438 ?

2

(69 replies, posted in News)

Something odd I nnoticed with this new update.
I have 1.2.16 installed so I just downloaded the modified files.

If I overwrite my login.php with the new one, I can't logout >.>  Clicking it simply refreshes the page or something of the sort.

Got it.  Thank you very much!

It seems that while installing another mod I had that line written twice.

Here's an image of it:

http://arch.kimag.es/thumbs/75964015.png

I went into my post.php and ctrl+f'd that line.  I then deleted that line, saved, and uploaded the new post.php but nothing changed; the line of code still appeared. sad

Are there any other files that I should check that might be the source of this problem?  I really don't want it to show >.>


Incase it's a syntax error, here's a snippet of code from around it.

$form = '<form id="post" method="post" action="post.php?action=post&tid='.$tid.'" onsubmit="this.submit.disabled=true;if(process_form(this)){return true;}else{this.submit.disabled=false;return false;}">';

    // If a quote-id was specified in the url.