+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 4 of 4

Thread: How do I use admin

  1. #1

    Join Date
    Mar 2008
    Posts
    19

    Default How do I use admin

    Hey in my install I put in my username and password at website/admin/index.php it won't work, gives me the wrong username and password message

    any ideas, I mean I just installed it a minute ago, but I figured time wouldn't fix this. Is there anything I can do on the host side???

    THanks

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    It is easily reset - check this thread:

    Can't admin my own site!

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3

    Join Date
    Mar 2008
    Posts
    19

    Default I used the code in the sql, but I can't get it to work!!!

    well, I deleted my admin file, went into the spl6.0 and took this out of it, I mean it still dosn't work,

    I have in my indexes 1 primary, I'm not sure if install did something to this file, but I hope not because I don't even know

    other than that I have the 2 tables, name password, and both set to what I want them,
    still dosn't work, if you have any suggestions that would be sweeeeet.

    sweet php script also


    --
    -- Database: v 6.0
    --

    -- --------------------------------------------------------

    SET NAMES 'utf8';

    --

    CREATE TABLE `Admins` (
    `Name` varchar(10) NOT NULL default '',
    `Password` varchar(32) NOT NULL default '',
    PRIMARY KEY (`Name`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

    --
    -- Dumping data for table `Admins`
    --

    INSERT INTO `Admins` VALUES ( 'mnfrost', 'cheerioes ');

    --
    Last edited by jimi; 03-07-2008 at 12:47 AM. Reason: because I'm a dumbass

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    Well - you can...

    drop the admins table

    grab the create table and data import statement from the original /install/sql/*.sql file, and re-insert it.

    If you do that - the username will be "admin" and the password will be "dolphin".

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts