Create a database for Subdreamer

Dieses Thema im Forum "Webentwicklung" wurde erstellt von DoubleGG, 18. September 2005 .

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 18. September 2005
    Hi leute brauche dringend eure hilfe es wird bei Subdreamer verlangt eine datenbase zu erstellen aber wie geht das eigendlich bitte schnell helfen für hilfe gibts nen 10ner!!!

    kann mir vieleicht auch jemand sagen wo ich es hgätte hochladen sollen weil ichs bei ohost gemacht hab! thx
     
  2. 18. September 2005
    php befehl :

    <?
    $SQL = "CREATE DATABASE `test`";
    mysql_query($SQL);
    ?>

    mysql befehl :
    CREATE DATABASE `test`
     
  3. 18. September 2005
    wo hätte ich es draufladen sollen?
     
  4. 18. September 2005
    is eigentlich egal hauptsache php und mysql wird unterstützt
     
  5. 18. September 2005
    ja dachte ich mir auch und habs bei ophost instaliert und wenn ich die install.php öffnen will zeigt er nur;


    X . "phrases VALUES ('', 2, 'read_more', 'Read More...', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'previous', '« Previous', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'next', 'Next »', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'article_offline', 'This article is currently offline.', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'author', 'Author:', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'title', 'Title:', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'description', 'Description:', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'article', 'Article:', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'submit_article', 'Submit Article', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'enter_name', 'Please enter your name.', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'enter_title', 'Please enter the title.', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'enter_description', 'Please enter the description.', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'enter_article', 'Please enter an article.', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'article_submitted', 'Thanks! Your article has been submitted.', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'print', 'Print', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'email', 'Email', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'enter_recipient_email', 'Send this article to:', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'separate_with_commas', 'Separate multiple addresses with commas.', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'enter_your_email', 'Enter your email address:', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'enter_comment', 'Enter an optional comment:', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'send_email', 'Send Email', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'invalid_email', 'Please enter a valid email address.', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'email_sent', 'The following article has been sent:', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'go_back', 'Click here to go back to the article.', '', '', '', '', 0, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 2, 'email_not_sent', 'A system error occured. Your message was not sent.', '', '', '', '', 1, 0, 0) "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'website_url', 'Website URL:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'name', 'Name:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'website_name', 'Website Name:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'message', 'Message:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'submit_message', 'Submit Message', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'reset', 'Reset', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'no_username', 'Please fill out the username field.', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'no_message', 'Please fill out the message field.', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'message_too_long', 'Message length must be less than', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'url_invalid', 'Website URL is invalid.', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'no_site_name', 'Please enter the site name of the url specified.', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'repeat_comment', 'Repeat comment not posted.', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'website', 'Website:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'previous', '« Previous', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'next', 'Next »', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 4, 'sign_guestbook', 'Click here to sign the guestbook!', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'full_name', 'Full Name:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'your_email', 'Your Email:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'subject', 'Subject:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'message', 'Message:', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'send_message', 'Send Message', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'reset', 'Reset', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'invalid_email', 'Invalid Email entered!', '', '', '#FF0000', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'email_sent', 'Thanks! Your email has been sent!', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'email_not_sent', 'A system error occured. Your message was not sent.', '', '', '', '', 1, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'attachment', 'Attachment:', '', '', '', '', '1', '0', '0') "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 6, 'empty_fields', 'Error: One of the required field(s) is empty.', '', '', '#FF0000', '', '1', '0', '0') "); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 7, 'name', 'Name:', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 7, 'comment', 'Comment:', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 7, 'say', 'Say', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 7, 'no_username', 'No username supplied!', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 7, 'no_comment', 'No comment supplied!', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 7, 'repeat_comment', 'Repeat comment not posted.', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 7, 'view_history', 'View Message History', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 8, 'posted_by', 'Posted by', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 9, 'user', 'User:', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 9, 'posts', 'Posts:', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'my_account', 'My Account', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'welcome_back', 'Welcome back', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'logout', 'Log Out', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'username', 'Username:', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'password', 'Password:', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'remember_me', 'Remember Me', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'login', 'Login', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'not_registered', 'Not registered?', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 10, 'register_now', 'Register now!', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 11, 'no_changes_entered', 'No Changes Entered!', '', '', '', '', 0, 0, 0)"); MYSQL_QUERY ("INSERT INTO " . TABLE_PREFIX . "phrases VALUES ('', 11, 'enter_valid_password', 'Please enter a new password that consists only of letters and numbers.', '', '', ''


    so einen müll!
     
  6. 18. September 2005
    ohost unterstützt dann wie ich sehe kein php geschweige denn mysql 8)
     
  7. 18. September 2005
    ja dass ist ja das dumme es ist eine php/mysql daten bank ^^ komisch naja was meinst du soll ichs woanders versuchen? wenn ja dann wo?
     
  8. 18. September 2005
    hmm
    guck mal da -http://www.meine-erste-homepage.com/-
    da finst mit sicherheit einen guten anbieter
    aber finger weg von funpic das stinkt förmlich nur eine sql und dann auch noch
    nach deinen namen kannst nichmal ändern ist der grösste dreck
     
  9. 18. September 2005
    ok thx kriegst ne 10!
     
  10. 18. September 2005
    wohl erledigt

    ~ closed ~
     
  11. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.