Thread: Please Help Me Now Now

Results 1 to 3 of 3
  1. #1 Please Help Me Now Now 
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    I am willing to pay if anyone can help me on Intregrade to IP Board 2.3.6 to server.
    Can anyone help me on this??? I will send you $% USD if you help me on this or send me link that works.
    I need to Intregrade a Delta base server.
    Please help me!

    my site is:
    remove
    is there anyway to intergrade to my dedi???

    PLEASE DON'T BANNED ME FOR SAYING WEBSITE LINK!
    Reply With Quote  
     

  2. #2  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    33
    Posts
    6,017
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    Might want to remove your website link lol.

    Do you host your site on the same dedicated server as your server?
    Free Filehost Premium Accounts
    Click Here
    Reply With Quote  
     

  3. #3  
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    I use this tut for intergrade:
    http://www.rune-server.org/showthread.php?t=62601

    I got no errors but the MYSQL.java to access is not ready
    this is my MYSQL.java

    import java.sql.*;
    public class MYSQL {
    public static Connection connection = null;
    public MYSQL(){
    try {
    String driverName = "org.gjt.mm.mysql.Driver";
    Class.forName(driverName);
    String serverName = "server36.ipslink.com";
    String mydatabase = "runezone_forums";
    String user = "runezone_forums";
    String pass = "";
    String url = "jdbc:mysql://" + serverName + "/" + mydatabase;
    connection = DriverManager.getConnection(url, user, pass);
    misc.println("Connected");
    } catch (ClassNotFoundException e) {
    misc.println("Connection Problem");
    } catch (SQLException e) {
    misc.println("Connection Problem");
    }
    }
    }
    Please help me on this! Please don't hack me.
    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

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