1
st3wart
Re: Delete all posts/comments from user
  • 2011/7/27 4:23

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


hi guys, try this.

In the forum (i'm using newbb), to delete the entries go to PHPMYADMIN, choose your DB and click on the SQL tab. Type this in. Replace [THE USER ID] with the spammer's user id. Do not delete his account yet. Do it last.

Delete xoops_bb_posts_text.*, xoops_bb_posts.*
FROM xoops_bb_posts, xoops_bb_posts_text
WHERE xoops_bb_posts.post_id = xoops_bb_posts_text.post_id
AND xoops_bb_posts.uid =[THE USER ID]

Delete xoops_bb_topics . *
FROM xoops_bb_posts, xoops_bb_topics
WHERE xoops_bb_topics.topic_id = xoops_bb_posts.topic_id
AND xoops_bb_posts.uid =[THE USER ID]

To delete the comments

Delete xoops_xoopscomments.* FROM xoops_users, xoops_xoopscomments WHERE xoops_xoopscomments.com_uid = xoops_users.uid && xoops_users.uid = [THE USER ID]

Finally go and delete the user account.



2
st3wart
Re: Newbb not converting html tags (for some users)
  • 2008/3/29 10:27

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


hi,

I was wondering if upgrading Newbb to the latest version would solve the problem.

If yes, where can i get the latest newbb.

Thanks in advance for all your replies.



3
st3wart
Newbb not converting html tags (for some users)
  • 2008/3/26 18:21

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


hi all,

Some html tags do not seem to be converted to html in newbb for some users in my forum.

http://www.gofutsal.com/modules/newbb/viewtopic.php?topic_id=2624&forum=3#forumpost23891

Some light on this matter is greatly appreciated.

I'm using 2.0.18.1 and newbb version 1

Thanks in advance!



4
st3wart
Re: "This page cannot be displayed due to an internal error."
  • 2008/1/30 3:29

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


I have the same problem. I upgraded from 2.0.16 to 2.0.18.
It comes once in a while. I have to refresh the page and then only it will go off.

Any help would be greatly appreciated.



5
st3wart
Re: google pub : Javascript on a BLOC
  • 2005/9/6 12:37

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


google pub? what's that ?
for your block to allow javascript, try putting the content type to HTML.



6
st3wart
Change title/theme in xoops API
  • 2005/9/1 7:47

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


hello,

I'm new to XOOPS development and was wondering how could i set the page title programmatically.

The same goes for theme. I would like to change the theme for only a single page. Is that possible?

thanks !



7
st3wart
Re: myReviews v2.1 module update!
  • 2004/6/30 5:51

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


hello,

What's the difference between overall ratings and category
ratings ?

Thanks
Stewart



8
st3wart
Agendax 2.1.1: Incorrect Date
  • 2004/6/20 15:42

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


hello,

I'm having trouble with the latest agendax module. The date shown is somehow a few hours faster.

Example. It's 11 am 20th June on the server's date. But in Agendax it's already 21st June.

any clues ?

Thanks



9
st3wart
Can't remove an admin user? Bug ?
  • 2004/6/10 6:36

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


hi,
I added another user as the webmaster. I tried to remove it under groups, but i only get a blank page ?

Stewart



10
st3wart
Re: Any Malaysia Xoops there?
  • 2004/6/9 17:17

  • st3wart

  • Just popping in

  • Posts: 20

  • Since: 2004/4/25


check out
http://www.gofutsal.com




TopTop
(1) 2 »



Login

Who's Online

234 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 234


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits