05.11.2013, 16:37
Make Sure to edit the MYSQL Of the UCP AND The Pawno, To yours! Or it wont work.
This UCP Will only work with the **** Script. These are the instructions, how i should make the server work. I just cant understand what to do.
Some of the MYSQL things..Should i do something to those?
This UCP Will only work with the **** Script. These are the instructions, how i should make the server work. I just cant understand what to do.
PHP код:
HOST=localhost
DB=hello
USER=root
PASS=
SERVER=1
DEBUG=1
PHP код:
error_reporting(0);
$host = "66.150.164.208"; //Database Host
$username = "root"; //Database Username
$password = ""; //Database Password
$db_name = "hello"; //Database Name
$prefix = ""; //Prefix
PHP код:
-- phpMyAdmin SQL Dump
-- version 4.0.4
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Jul 28, 2013 at 02:15 AM
-- Server version: 5.5.32
-- PHP Version: 5.4.16