UK WEB HOSTING FORUM FOR DISCUSSION ON WEB HOSTING SERVICE AND SUPPORT
LINUX HOSTING WINDOWS HOSTING PACKAGES SHOPPING CART OSCOMMERCE ZEN CART AGORA
ECOMMERCE HOSTING ASP MSSQL FRONTPAGE HOSTING PHP MYSQL HOSTING DISCUSSION FORUM
CPANEL RESELLER HOSTING DEDICATED SERVER VPS HOSTING PLESK VIRTUOZZO
Quick Search
Your forum announcement here!

  UK Web Hosting | Dedicated Server Windows and Linux VPS Forum > Technical Support > Tutorials / How to?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 24-12-2007, 14:40
MonteJon's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Cheshire/London
Posts: 112
Default Browse in phpMyAdmin

Hi eUK,
When in phpMyAdmin, if I go for example to "user names" and then "Browse/User", any information is presented in numerical form.
For example, Registration Date of 22/12/2007 is shown as 1198428780.
How can I break these numbers down in an example I don't know so that I can see the information ?
I hope this makes sense ?
Regards,
Jon:santasmileyitty:
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #2 (permalink)  
Old 25-12-2007, 22:08
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 681
Default

Hi Jon, Merry Christmas...

The numbers 1198428780 are in the format of Unix-Time-Stamp. The Unix time stamp is a way to track time as a running total of seconds. This count starts at the Unix Epoch on January 1st, 1970. Therefore, the Unix time stamp is merely the number of seconds between a particular date and the Unix Epoch. This is very useful to computer systems for tracking and sorting dated information in dynamic and distributed applications both online and client side. You can convert the numbers to a readable format using this link...
__________________

Rock _a.k.a._ Jack L.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #3 (permalink)  
Old 27-12-2007, 17:21
MonteJon's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Cheshire/London
Posts: 112
Default Words the same ?

Hi Rock, & merry christmas to you too sir !
I hav'nt been around for a few days so please accept my apologies for this late reply.

Thanks for the explanation !
Right, that explains the numerical code in phpMyAdmin but what about the words ?
For example, my SMF forum password although 8 letters long is shown as a 40 letter/number code, how do I convert this ? [I've been to the php/MySql sites and looked through the documentation but no joy]

I ask because if I should have a forum member [I should be so lucky . . .] who forgets their password how can I assist them ?

Happy New Year all !
Regards,
Jon
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #4 (permalink)  
Old 27-12-2007, 22:22
247h's Avatar
Premium Member
 
Join Date: Nov 2006
Location: Buckingham UK
Posts: 261
Send a message via AIM to 247h Send a message via MSN to 247h Send a message via Yahoo to 247h
Default

Quote:
Originally Posted by MonteJon View Post
...I ask because if I should have a forum member [I should be so lucky . . .] who forgets their password how can I assist them ?
A forum's administrator doesn't need to be able to decrypt a secure password string (and it wouldn't be very secure if you could easily do so) — if your forum software doesn't have a built-in utility to reset a user's password at the login screen (and most do), just provide them with a direct email address to you so they can inform you of their problem and you can then reset their password temporarily from their profile. Once logged in successfully they can then change it to their preference.
__________________
Gadge

Too many nice toys — too little time to play with 'em!
Reply With Quote
  #5 (permalink)  
Old 27-12-2007, 23:43
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 681
Thumbs up

Quote:
Originally Posted by MonteJon View Post
Right, that explains the numerical code in phpMyAdmin but what about the words ?
For example, my SMF forum password although 8 letters long is shown as a 40 letter/number code, how do I convert this ? [I've been to the php/MySql sites and looked through the documentation but no joy]

I ask because if I should have a forum member [I should be so lucky . . .] who forgets their password how can I assist them ?

Happy New Year all !
Regards,
Jon
Hi Jon, The 40 letter/number code is an encoded password either having MD5 or some other encryption. It can't be easily decrypted.
You can reset the password for the forum member & email them on their registered email address.
__________________

Rock _a.k.a._ Jack L.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #6 (permalink)  
Old 28-12-2007, 10:28
eUK-Martin's Avatar
Windows System Administrator
 
Join Date: Nov 2005
Location: Earth
Posts: 447
Default When Forum users loose password

Also If you wish to reset the password of the user from the database using PhpMyAdmin then you can just edit the user profile from the users table, enter the eight character password in the password field and select MD5 from the encryption list and click on GO. PhpMyAdmin will encrypt the password and will save it in the table.
__________________
Martin
Windows System Admin.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Email :: windows @ eUKhost.com AND support @ eUKhost.com
Reply With Quote
  #7 (permalink)  
Old 28-12-2007, 18:07
WelshTom's Avatar
Moderator
 
Join Date: May 2007
Location: Newport, Wales
Posts: 870
Send a message via AIM to WelshTom Send a message via MSN to WelshTom Send a message via Yahoo to WelshTom
Default

MD5 is not decryptable, and can only be broken with years of time, and several powerful computers (brute force).
__________________
Thomas Williams

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Freephone: 0800 622 6352
Reply With Quote
  #8 (permalink)  
Old 28-12-2007, 22:40
MonteJon's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Cheshire/London
Posts: 112
Default

Hi all,
Many thanks to you all for your help and useful answers, more ticks in the eUKHost box !

One of the other reasons for me asking this question originally was that the admin of the free host I had a forum on [wysifauthoring, etc] had made a mess of my account and had to reinstate my account.
Now, I had 3 accounts in different names and passwords for this forum, when he sent me my new account details he gave me the password from one of the 3 accounts as my new pasword.
I was a bit suprised as I had kept these details secret, how was he able to do this, how did he know ?

I assumed he had done it from my details with phpMyadmin.

Any ideas ?

Regards,
Jon

PS. Happy New Year to all at eUKHost !
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #9 (permalink)  
Old 01-01-2008, 10:26
eUK-Martin's Avatar
Windows System Administrator
 
Join Date: Nov 2005
Location: Earth
Posts: 447
Default

There are 2 possibilities to change a user password of a forums:

1. One should be the Administrator of the forum to change a user password.

2. One must have access to the database of the forums.
__________________
Martin
Windows System Admin.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Email :: windows @ eUKhost.com AND support @ eUKhost.com
Reply With Quote
  #10 (permalink)  
Old 01-01-2008, 16:46
MonteJon's Avatar
Senior Member
 
Join Date: Jul 2007
Location: Cheshire/London
Posts: 112
Default That's it !

Quote:
Originally Posted by eUK-Martin View Post
There are 2 possibilities to change a user password of a forums:

1. One should be the Administrator of the forum to change a user password.

2. One must have access to the database of the forums.
Hi Martin,
Thanks for your answer, No 2 is exactly what I was thinking about.
If you have access to the database, how then could he find out my account paswords if they are in code, he would have had to have broken it down some way ?!
Do you see what I mean now ?
Thanks,
Jon
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
Reply



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

Advanced Search
Display Modes

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


All times are GMT. The time now is 08:40.

 

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by Web Hosting 3.1.0
Copyright © 2001-2008, eUKhost.com. All rights reserved.

 
Site Map

VPS Hosting
VPS Hosting plans

Dedicated Server Hosting
Dedicated Server plans

Business Web Hosting
100% uptime Hosting

Cpanel Hosting
cPanel Shared Hosting

Reseller Hosting
Reseller Web Hosting

Windows Hosting
Windows Shared Hosting

Windows VPS

Windows VPS Hosting

Semi Dedicated Servers
Semi-Dedicated Hosting

Dedicated Server Mirroring
Dedicated Server Mirroring

Webhosting Knowledgebase
Frequently asked Questions

Web Hosting Blog
eUKhost Blog

Web Hosting Support
Support Helpdesk

UK Data Center
eUKhost Datacenter

Web Hosting Forum
eUKhost Forum

Support Tutorials
Online Flash Tutorials

Offsite Back-up Plans
Remote Backup Service

Customer Testimonials
eUK Customer Testimonials


knowledgebase articles

eUKhost.com Services

Pre-Sales Questions
Pre-sales FAQ's

Domain Names
Domain registration FAQ's

cPanel Hosting
cPanel Hosting FAQ's

Windows Web Hosting
Plesk Control Panel

Reseller Hosting
Reseller Hosting FAQ's

VPS Hosting
Virtual Private Server

Semi-Dedicated Servers
Semi-Dedicated FAQ's

Dedicated Servers
Dedicated Server Hosting


popular blog categories


Web Hosting
Website Hosting articles

UK Web Hosting
UK Hosting articles

Dedicated Server Hosting
Dedicated Server guidelines

VPS Hosting
VPS hosting articles

cPanel Hosting
cPanel Hosting articles

Linux Operating System
Linux Operating techniques

Windows Web Hosting
Windows plesk articles