Thread: MYSQL Issues

Results 1 to 4 of 4
  1. #1 MYSQL Issues 
    Developer Of Life

    Join Date
    Nov 2014
    Posts
    284
    Thanks given
    8
    Thanks received
    36
    Rep Power
    9
    So i have pretty much got my vote system down pat but i have no clue what to replace MYSQLHOST with.

    Code:
    public static MainLoader vote = new MainLoader("MYSQLHOST", "MYSQLUSER", "MYSQLPASS", "MYSQLDB");

    Thanks for the help if you can figure it out .
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Quote Originally Posted by SystemRsPs View Post
    So i have pretty much got my vote system down pat but i have no clue what to replace MYSQLHOST with.

    Code:
    public static MainLoader vote = new MainLoader("MYSQLHOST", "MYSQLUSER", "MYSQLPASS", "MYSQLDB");

    Thanks for the help if you can figure it out .
    website IP Address, USERNAMEFORCPANEL_WhateverYourUserForDBIs, "YourMySQLPasswordYouSet", "USERNAMEFORCPANEL_DATABASENAME"

    example:

    127.0.0.1, Akrisae_Vote, Vote123, Akrisae_Voting

    You can replace "127.0.0.1" with your domain (example.com)
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Developer Of Life

    Join Date
    Nov 2014
    Posts
    284
    Thanks given
    8
    Thanks received
    36
    Rep Power
    9
    Quote Originally Posted by Akrisae View Post
    website IP Address, USERNAMEFORCPANEL_WhateverYourUserForDBIs, "YourMySQLPasswordYouSet", "USERNAMEFORCPANEL_DATABASENAME"

    example:

    127.0.0.1, Akrisae_Vote, Vote123, Akrisae_Voting

    You can replace "127.0.0.1" with your domain (example.com)
    Much appreciated mate it now works now i just need it to give me the damn item/cash
    Reply With Quote  
     

  5. #4  
    Let the good times roll
    Eazy's Avatar
    Join Date
    Jun 2012
    Age
    27
    Posts
    1,234
    Thanks given
    90
    Thanks received
    223
    Rep Power
    70
    Quote Originally Posted by SystemRsPs View Post
    Much appreciated mate it now works now i just need it to give me the damn item/cash
    Voting rewards you mean?




    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Mysql issue
    By Someone in forum Help
    Replies: 2
    Last Post: 12-16-2012, 04:05 AM
  2. [666] Zitoic MySQL Issue [666]
    By `Eclipse™ in forum Help
    Replies: 5
    Last Post: 01-18-2012, 11:41 PM
  3. Mysql issue
    By Mr House in forum Help
    Replies: 0
    Last Post: 05-22-2011, 11:35 PM
  4. MYSQL issue's
    By Rainex in forum Help
    Replies: 6
    Last Post: 04-05-2011, 06:31 PM
  5. MYSQL Issue?
    By r ip in forum Help
    Replies: 2
    Last Post: 11-06-2009, 12:08 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •