[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 03-22-2005, 07:50 PM   #1 (permalink)
Senior Member
 
hbalagh's Avatar
 
Join Date: Dec 2004
Location: San Diego
Posts: 1,462
12.00 NP$ (Donate)

hbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to behold


Caution one of my phpbb forums has an error

i have this forum http://www.islamisbeautiful.com/forum/ and i just went there and get this error on the screen i haven't done anything to it as far as editing since shortly after i bought it...can you tell me what could cause this error
__________________
My Personal Blog
hbalagh is offline  
Old 03-22-2005, 08:39 PM   #2 (permalink)
Senior Member
 
majinbuu1023's Avatar
 
Join Date: Jan 2005
Location: New Zealand
Posts: 3,759
85.67 NP$ (Donate)

majinbuu1023 is a splendid one to beholdmajinbuu1023 is a splendid one to beholdmajinbuu1023 is a splendid one to beholdmajinbuu1023 is a splendid one to beholdmajinbuu1023 is a splendid one to beholdmajinbuu1023 is a splendid one to beholdmajinbuu1023 is a splendid one to behold


UPDATE phpbb_users SET user_session_time = 1111552858, user_session_page = 0, user_lastvisit = 0, user_lastlogon = 1111552858, user_totallogon=user_totallogon+1 WHERE user_id = -1

Line : 171
File : /home/islamis/public_html/forum/includes/sessions.php

I dunno..
post on the phpbb forums
majinbuu1023 is offline  
Old 03-22-2005, 09:05 PM   #3 (permalink)
Account Suspended
 
websoft's Avatar
 
Join Date: Jan 2005
Posts: 837
51.00 NP$ (Donate)

websoft is just really nicewebsoft is just really nicewebsoft is just really nicewebsoft is just really nicewebsoft is just really nice


hbalagh. how bout if i help you solve the problem. what would you do for me
websoft is offline  
Old 03-23-2005, 09:47 AM   #4 (permalink)
Senior Member
 
Peter's Avatar
 
Join Date: Nov 2003
Location: Scotland
Posts: 4,900
0.60 NP$ (Donate)

Peter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond repute

Child Abuse Save The Children Save The Children Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009
for some reason the user_lastlogon field in phpbb_users doesnt seem to exist, you may wish to open it up in phpmyadmin and check the actual table exists.

Were you using an old version of phpBB if so it may have been exploited (saying that there are several known exploits for the latest version atm)
__________________
Manage your portfolio using my new Domain Portfolio Management script.
Securing Your Domain Name From Theft
Peter is offline  
Old 03-23-2005, 09:53 AM   #5 (permalink)
Senior Member
 
hbalagh's Avatar
 
Join Date: Dec 2004
Location: San Diego
Posts: 1,462
12.00 NP$ (Donate)

hbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to behold


i believe i was using 2.11
__________________
My Personal Blog
hbalagh is offline  
Old 03-23-2005, 10:19 AM   #6 (permalink)
Soon to be RICHdoggie!
 
PoorDoggie's Avatar
 
Join Date: Jan 2005
Location: UK
Posts: 2,390
316.50 NP$ (Donate)

PoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nice


You may want to reinstall the phpbb software.

TO INSTALL PHPbb 2.0.13 WITH INTACT DATABASES:
if all your databases are still intact what you will need to is this:
1. keep all your tables named phpbb_*** and delete the forum on your server.
2. Copy the new (2.0.13) phpbb onto your server, and then install it with the table prefix temp_ (or something, just NOT phpbb_). Use the same table as the old tables! Witht the same details you put in.
3. Download and open [for editing] config.php, and just change the table prefix to "phpbb_".
4. Upload the new config.php file.

I would recomend upgrading to 2.0.13, as it is more security tight! If you databases aren't intact then you will want to re-install the forum all together, in which case just use the install form to do it!

Tom
PoorDoggie is offline  
Old 03-23-2005, 10:23 AM   #7 (permalink)
Senior Member
 
hbalagh's Avatar
 
Join Date: Dec 2004
Location: San Diego
Posts: 1,462
12.00 NP$ (Donate)

hbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to behold


ill llook into it thanks
__________________
My Personal Blog
hbalagh is offline  
Old 03-23-2005, 01:03 PM   #8 (permalink)
Senior Member
 
Join Date: Jan 2005
Location: USA
Posts: 1,141
3.25 NP$ (Donate)

hotrod12 has a spectacular aura abouthotrod12 has a spectacular aura about


This happened to me too and I am pretty sure I was hacked but my host gave me a backup of the database and it was all fixed. You might want to do that or use a backup on your pc.
hotrod12 is offline  
Old 03-23-2005, 01:42 PM   #9 (permalink)
NamePros Regular
 
gamex's Avatar
 
Join Date: Feb 2004
Location: Student @ UConn
Posts: 408
73.95 NP$ (Donate)

gamex has a spectacular aura aboutgamex has a spectacular aura about


I used to get errors on my Invision board similar to this, I went into phpmyadmin and just repaired all of the tables and that worked some of the times...
__________________
Joe
CarrotCash.com
gamex is offline  
Old 03-23-2005, 05:03 PM   #10 (permalink)
Account Closed
 
Sergio965's Avatar
 
Join Date: Apr 2004
Location: ~root
Posts: 1,095
1,505.80 NP$ (Donate)

Sergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to beholdSergio965 is a splendid one to behold


Uhm...just run the following in phpmyadmin.

UPDATE phpbb_users SET user_session_time = 1111626268, user_session_page = 0, user_lastvisit = 0, user_lastlogon = 1111626268, user_totallogon=user_totallogon+1 WHERE user_id = -1

should fix it....
Sergio965 is offline  
Old 03-23-2005, 06:13 PM   #11 (permalink)
Senior Member
 
Join Date: Jan 2005
Location: USA
Posts: 1,141
3.25 NP$ (Donate)

hotrod12 has a spectacular aura abouthotrod12 has a spectacular aura about


Wow how did you know what code to use?
hotrod12 is offline  
Old 03-23-2005, 06:54 PM   #12 (permalink)
NamePros Regular
 
gamex's Avatar
 
Join Date: Feb 2004
Location: Student @ UConn
Posts: 408
73.95 NP$ (Donate)

gamex has a spectacular aura aboutgamex has a spectacular aura about


Its the code that was in your error in the second post
__________________
Joe
CarrotCash.com
gamex is offline  
Old 03-24-2005, 12:02 AM   #13 (permalink)
Senior Member
 
Peter's Avatar
 
Join Date: Nov 2003
Location: Scotland
Posts: 4,900
0.60 NP$ (Donate)

Peter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond repute

Child Abuse Save The Children Save The Children Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009
sergio965 that isnt going to accomplish anything the error message quite clearly states that the user_lastlogon field does not exist so trying to do the SQL again will FAIL. to fix this error that field will have to be recreated.
__________________
Manage your portfolio using my new Domain Portfolio Management script.
Securing Your Domain Name From Theft
Peter is offline  
Old 03-24-2005, 06:31 PM   #14 (permalink)
Senior Member
 
hbalagh's Avatar
 
Join Date: Dec 2004
Location: San Diego
Posts: 1,462
12.00 NP$ (Donate)

hbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to behold


i was hacked.... i generated a backup and reinstlled it and this came up
You Have Been Hacked
From The Paradox Hacking Group


damn them lol
so i deleted it
ohh well i guess ill just have to redo do it....wish i could afford vbullitin
__________________
My Personal Blog
hbalagh is offline  
Old 03-24-2005, 06:53 PM   #15 (permalink)
Senior Member
 
Join Date: Jan 2005
Location: USA
Posts: 1,141
3.25 NP$ (Donate)

hotrod12 has a spectacular aura abouthotrod12 has a spectacular aura about


Yeah me too but for now phpbb is awesome. Install this mod (http://phpbb-tweaks.com/downloads.php?mode=sub&cid=916) and that should increase the security of your forum. I just installed it and it took about 30 minutes with little mod experience. Good luck!
hotrod12 is offline  
Old 03-24-2005, 06:55 PM   #16 (permalink)
Senior Member
 
hbalagh's Avatar
 
Join Date: Dec 2004
Location: San Diego
Posts: 1,462
12.00 NP$ (Donate)

hbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to beholdhbalagh is a splendid one to behold


yea i had that mod installed on another forum i just never made it to all my forums lol
__________________
My Personal Blog
hbalagh is offline  
Old 03-25-2005, 07:26 AM   #17 (permalink)
Senior Member
 
Join Date: Jan 2005
Location: USA
Posts: 1,141
3.25 NP$ (Donate)

hotrod12 has a spectacular aura abouthotrod12 has a spectacular aura about


Lol well it is a great mod and soon I will be able to know if somebody is trying to hack me.
hotrod12 is offline  
Old 03-25-2005, 01:43 PM   #18 (permalink)
Soon to be RICHdoggie!
 
PoorDoggie's Avatar
 
Join Date: Jan 2005
Location: UK
Posts: 2,390
316.50 NP$ (Donate)

PoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nice


phpbb 2.0.13 is supposed to be "hack-proof" - that is, the phpbb board, not the server. I suggest you install that version of phpbb.
PoorDoggie is offline  
Old 03-25-2005, 06:32 PM   #19 (permalink)
First Time Poster!
 
Join Date: Aug 2004
Location: Hoddesdon, Hertfordshire, England
Posts: 11,341
58.59 NP$ (Donate)

Sabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond reputeSabre has a reputation beyond repute

Animal Cruelty Help The Homeless - Holiday 2009
Quote:
Originally Posted by PoorDoggie
phpbb 2.0.13 is supposed to be "hack-proof" - that is, the phpbb board, not the server. I suggest you install that version of phpbb.
Was going to mention same as Tom!
__________________
Link Building
Sabre is offline  
Old 03-26-2005, 05:20 AM   #20 (permalink)
Senior Member
 
Peter's Avatar
 
Join Date: Nov 2003
Location: Scotland
Posts: 4,900
0.60 NP$ (Donate)

Peter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond repute

Child Abuse Save The Children Save The Children Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009
Quote:
Originally Posted by PoorDoggie
phpbb 2.0.13 is supposed to be "hack-proof" - that is, the phpbb board, not the server. I suggest you install that version of phpbb.
That certainly isnt true there are already several vulnerabilities found in it.
__________________
Manage your portfolio using my new Domain Portfolio Management script.
Securing Your Domain Name From Theft
Peter is offline  
Old 03-26-2005, 08:14 AM   #21 (permalink)
Senior Member
 
Join Date: Jan 2005
Location: USA
Posts: 1,141
3.25 NP$ (Donate)

hotrod12 has a spectacular aura abouthotrod12 has a spectacular aura about


Yeah I know I just saw today that the security mod I installed already blocked one attempt to hack my forum.
hotrod12 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Phpbb Forums aal814 Web Design Discussion 7 04-11-2005 08:13 PM
ABSOLUTELY FREE: Web Hosting, Image Hosting, Forums, Web Proxy, Webmail & Short URLs! IncognitoNet For Sale / Advertising Board 0 02-06-2005 02:07 PM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 03:05 PM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85