I had recieved that error I think, I made a copy of my back up copy members.php and then ran the sqltodos.php, if you look at the bottom one of the options will have a link of something =page2 I manually put that into the address but used page6 It can get you right back to where you need to edit the members.php with out having to re-run the hack from scratch.
I had used wordpad the first time around and it put in an extra space somewhere where I was supposed to cut and paste. Using notepad the second time fixed it.
You can find out what line exactly the issue is at like I did by using a telnet application and telnetting into your messageboard home on the web. If you know telnet dont not bother reading on ^_^
You move to your root of your message board then type:
pico members.php You can move around in a telnet session like you move in dos. cd mydir will change to a directory. ls will list files and directories in the current directory. if you type: ls | more it will pause the listing istead of letting go all at once.
if you press control + C at any time in pico it will tell you what line you are on so you can find the troublesome line.
Using the up and down arrow you can move a little, control + V will make you jump a page
Control + X will exit pico, if it asks to save changes, say NO unless you really wanted to make a change in the file. I would reccomend backing it up first though.
|