I'm sorry lierduh but I can't make head nor tail of your instructions.
Quote:
1) Add two columns to post table.
ref (type: Text)
pre_postid (type: int, length:10)
|
How exactly do I do this? If I click the post> "insert" I get a lot of 'field' 'type' 'null 'value' etc. There is no 'pre-postid' just postid. At the bottom it indicates this would add a new row. As a row isn't a column, where is the bit to add columns??
Quote:
2)hack newreply.php
diff newreply_old.php newreply.php
26a27,30
> if (isset($pre_postid)) {
> $pre_postid=(int)$pre_postid;
> }
>
|
Again confused here: are we to edit the code currently at lines 26,27, and 30 so it reads as above or add this to replace it? If '}' is to go at line 30 then the code currently there will now be on 31?
Quote:
< include("class.POP3.php3");
---
> //require_once("class.POP3.php3");
|
We change to 'require_once' , then comment it out?
Thanx