• Okay I am still getting trouble with the email hack:
    No Database Selected
    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/alpha/public_html/maillist/index.php on line 63
    No Database SelectedThanks for subscribing.
    You will receive an email shortly to confirmyour subscription.
    Once you confirm your subscription you will begin to receive
    notifications whenever The Alphaville Gazette is updated.
    Go Back
    That is the error. I get the email confirmation, vbut that error is still given. Is there anyway around that.
    However I did double check, and I don’t know if this makes any difference, but in the readme it says to name the db, email_list in the SQL…however it automatically changes email_list…into emaillist…with no”_” .. every file having to do with this, is refers to the name as email_list and not emaillist…if that makes any difference at all.
    AIM: ian88schwartz
    email: [email protected]
    yahoo: simsonline2004
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • It is poor etiquette to double post questions and now you are triple posting.

    Thread Starter ian2

    (@ian2)

    Sorry, another 1KB….I just posted it, incase others don’t around all the other forums likeyou

    I don’t know if that actually made sense, but…
    Did you ever upgrade to WP 1.2? The plugin is for that version of WordPress. If so, you simply use MyPHPAdmin to import the email_list.sql file (contained in the plugin zip package) into your WordPress database.

    Thread Starter ian2

    (@ian2)

    Yes, I am using WP1.2 … and I Think I did it correctlyu… tell me if i did something wreong:
    I went to MySQLDatabase… Add typed in email_list at the “Add DB” button
    Then I went to MyPHPAdmin, on the side menu, clicked on emaillist…and then to the mySQL tab, and then uploaded the email_list.sql.

    Thread Starter ian2

    (@ian2)

    Ohh that makes sense, the readme for this is quite non-newbie friendly, haha. Can you tell me which DB Should I import it too…here are the current ones that I have…
    MySQL Account Maintenance
    Databases: alpha_
    alpha_b21
    Users in b21
    alpha_b21 (Privileges: ALL PRIVILEGES)
    Connection Strings
    Perl $dbh = DBI->connect(“DBI:mysql:alpha_b21:localhost”,”alpha_b21″,”<PASSWORD HERE>”);
    PHP $dbh=mysql_connect (“localhost”, “alpha_b21”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
    mysql_select_db (“alpha_b21”);
    alpha_bvlt1
    Users in bvlt1
    alpha_bvlt1 (Privileges: ALL PRIVILEGES)
    Connection Strings
    Perl $dbh = DBI->connect(“DBI:mysql:alpha_bvlt1:localhost”,”alpha_bvlt1″,”<PASSWORD HERE>”);
    PHP $dbh=mysql_connect (“localhost”, “alpha_bvlt1”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
    mysql_select_db (“alpha_bvlt1”);
    alpha_emaillist
    alpha_wrdp1
    Users in wrdp1
    alpha_wrdp1 (Privileges: ALL PRIVILEGES)
    Connection Strings
    Perl $dbh = DBI->connect(“DBI:mysql:alpha_wrdp1:localhost”,”alpha_wrdp1″,”<PASSWORD HERE>”);
    PHP $dbh=mysql_connect (“localhost”, “alpha_wrdp1”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
    mysql_select_db (“alpha_wrdp1”);
    alpha_wrdp2
    Users in wrdp2
    alpha_wrdp2 (Privileges: ALL PRIVILEGES)
    Connection Strings
    Perl $dbh = DBI->connect(“DBI:mysql:alpha_wrdp2:localhost”,”alpha_wrdp2″,”<PASSWORD HERE>”);
    PHP $dbh=mysql_connect (“localhost”, “alpha_wrdp2”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
    mysql_select_db (“alpha_wrdp2”);

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘email hack 2’ is closed to new replies.