Go into ExodusBinaries\ExodusBinaries\ExodusBinaries.cs
Then Find this line
namespace ExodusBinaries
{
public class Exodus
{
#region Definitions
public static string Servername = "AnimeCo";
public static string IPAddress = "62.212.95.49";
public static string GKey = "05";
public static string PKey = "A320A85EDD79171C341459E94807D71D39BB3B3F3B516 1CA8 4894F3AC3FC7FEC317A2DDEC83B66D30C29261C6492643061A ECFCF4A051816D7C359A6A7B7D8FB";
public static string CryptKey = "DR654dt34trg4UI6";
public static string SendKey = "TQServer";
//MySQL
public static string Server = "localhost";
public static string Database = "zf";
public static string Username = "test";
public static string Password = "test";
and edit the lines to your server hosting info and server name
It works for me
How to make the db uploading working:
use winmysqladmin its with any binary and it will working good
MeGaMaX...
Then Find this line
namespace ExodusBinaries
{
public class Exodus
{
#region Definitions
public static string Servername = "AnimeCo";
public static string IPAddress = "62.212.95.49";
public static string GKey = "05";
public static string PKey = "A320A85EDD79171C341459E94807D71D39BB3B3F3B516 1CA8 4894F3AC3FC7FEC317A2DDEC83B66D30C29261C6492643061A ECFCF4A051816D7C359A6A7B7D8FB";
public static string CryptKey = "DR654dt34trg4UI6";
public static string SendKey = "TQServer";
//MySQL
public static string Server = "localhost";
public static string Database = "zf";
public static string Username = "test";
public static string Password = "test";
and edit the lines to your server hosting info and server name
It works for me
How to make the db uploading working:
use winmysqladmin its with any binary and it will working good
MeGaMaX...