Script URL: http://www.theshipmanfamily.com/mboard
Version of script: 1.22
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try:
Write your message below:
The messages aren't being deleted when I enter the admin pwd.
I modified mboard.php to write all the <!--o-->, <!--s-->, <!--z-->
and <!--k--> comments CORRECTLY, per W3C guidelines, to <!-- o -->,
<!-- s -->, <!-- z --> and <!-- k -->.
Could this be the problem?
I also do not see where you are actually deleting the file in the msg dir in
doDelete.
Messages are NOT being deleted
Yes, changing the comment tags is the problem. You will have to update all the regular expressions and strstr searches to make that work.
Deleting of messages is done with the unlink PHP function.
Deleting of messages is done with the unlink PHP function.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 11
- Joined: Fri Jun 30, 2006 2:49 pm
XHTML support, then?
Then you should consider updating the code to handle comments correctly per the specs. Better yet, would be to support XHTML
strict, then it would force you to do that.
strict, then it would force you to do that.
-
- Posts: 11
- Joined: Fri Jun 30, 2006 2:49 pm
reverted
I tried updating the regexs, too, but it still didn't work.
I will revert back to the non-std code.
I will revert back to the non-std code.