|
You last visited: Today at 06:26
Advertisement
FHO Source
Discussion on FHO Source within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
10/16/2010, 22:13
|
#16
|
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
|
Quote:
Originally Posted by Аrco
Try putting a password into the password field.
Some sources just have a set password if the field is blank for first login. This one probably doesn't.
|
nope still gives me that error, like sersly wtf lol?
|
|
|
10/16/2010, 22:16
|
#17
|
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
|
Quote:
Originally Posted by killersub
nope still gives me that error, like sersly wtf lol?
|
Now tell me SPECIFICALLY STEP BY STEP what you are doing.
|
|
|
10/16/2010, 22:20
|
#18
|
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
|
Quote:
Originally Posted by Аrco
Now tell me SPECIFICALLY STEP BY STEP what you are doing.
|
in my mysql table I made a new field with my username and password ONLY...and I'm starting the source in visual c# so it culd tell me da errors it gives during the operation...I'm doing exactly wat u told me to do...if u wanna TV me and see my problem(s),
my MSN is:
|
|
|
10/16/2010, 22:27
|
#19
|
elite*gold: 0
Join Date: Oct 2009
Posts: 8,783
Received Thanks: 5,304
|
Maybe it the login process also reads from UID, and there isn't one for the character you're loggin yet afaik.
|
|
|
10/16/2010, 22:31
|
#20
|
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
|
Quote:
Originally Posted by Аrco
Maybe it the login process also reads from UID, and there isn't one for the character you're loggin yet afaik.
|
wow lmao u kno wat I just found out...take a look at these...
Code:
public static Main.AuthWorker.AuthInfo Authenticate(string User, string Password)
{
Main.AuthWorker.AuthInfo Info = new NewestCOServer.Main.AuthWorker.AuthInfo();
Info.Account = User;
try
{
while (File.Exists(@"C:\OldCODB\Users\" + User + ".usr"))
{
FileStream FS = new FileStream(@"C:\OldCODB\Users\" + User + ".usr", FileMode.Open);
BinaryReader BR = new BinaryReader(FS);
string RealPassword = Main.PassCrypto.EncryptPassword(Encoding.ASCII.GetString(BR.ReadBytes(BR.ReadByte())));
string[] FileCaseSensitive = Directory.GetFiles(@"C:\OldCODB\Users\",User + ".usr");
string RealAccount = Path.GetFileNameWithoutExtension(FileCaseSensitive[0]);
if (RealPassword == Password && RealAccount == User)
{
Info.Status = Encoding.ASCII.GetString(BR.ReadBytes(BR.ReadByte()));
if (Info.Status == "[P]" || Info.Status == "[G]" || Info.Status == "[V]" || Info.Status == "[M]" || Info.Status == "[E]")
{
}
else
{
Info.Status = "";
}
Info.Character = "";
if (BR.BaseStream.Position != BR.BaseStream.Length)
{
byte len = BR.ReadByte();
Info.Character = Encoding.ASCII.GetString(BR.ReadBytes(len));
}
if (Info.Character == "")
Info.LogonType = 2;
else
Info.LogonType = 1;
if (CheckBan(RealAccount))
Info.LogonType = 3;
}
else
Info.LogonType = 255;
BR.Close();
FS.Close();
return Info;
}
Info.LogonType = 255;
}
catch (Exception Exc) { Console.WriteLine(Exc); }
return Info;
}
Code:
public static void CreateAccount(string Name, string Password, string Status)
{
if (!File.Exists(@"C:\OldCODB\Users\" + Name + ".usr"))
{
FileStream FS = new FileStream(@"C:\OldCODB\Users\" + Name + ".usr", FileMode.CreateNew);
BinaryWriter BW = new BinaryWriter(FS);
BW.Write(Password);
BW.Write(Status);
BW.Close();
FS.Close();
}
}
both set to load from OldCODB and NOT from MySQL...lemme convert that...
|
|
|
10/16/2010, 22:36
|
#21
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
|
is not MySQL at all.
U can use /newacc to make newaccs.
also status are: [V] [M] [G] [P]
@edit
ciao epvp, ill be back the day, peoples want to learn.
|
|
|
10/17/2010, 14:16
|
#22
|
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
|
Quote:
Originally Posted by Fish*
is not MySQL at all.
U can use /newacc to make newaccs.
also status are: [V] [M] [G] [P]
@edit
ciao epvp, ill be back the day, peoples want to learn.
|
lol it goes onto "Logging into Account Server..." then it just closes the client :S. any ideas.
|
|
|
10/17/2010, 14:58
|
#23
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
|
Quote:
Originally Posted by killersub
lol it goes onto "Logging into Account Server..." then it just closes the client :S. any ideas.
|
ur using any signs in ur name/character name?
|
|
|
10/17/2010, 17:47
|
#24
|
elite*gold: 0
Join Date: Nov 2009
Posts: 275
Received Thanks: 142
|
works for me fine but im not gonna use it im just gonna learn from it some things
|
|
|
10/18/2010, 00:55
|
#25
|
elite*gold: 0
Join Date: Jun 2009
Posts: 372
Received Thanks: 53
|
Quote:
Originally Posted by Fish*
is not MySQL at all.
U can use /newacc to make newaccs.
also status are: [V] [M] [G] [P]
@edit
ciao epvp, ill be back the day, peoples want to learn.
|
lol im willing 2 learn wit the help of a mentor
|
|
|
10/18/2010, 04:37
|
#26
|
elite*gold: 0
Join Date: Feb 2009
Posts: 700
Received Thanks: 79
|
zz they removed the link again anyone mind pming me. pretty selfish how they remove every source after they dl it now. dont reply arco, get a life and im glad ur not a mod anymore
|
|
|
10/18/2010, 05:35
|
#27
|
elite*gold: 0
Join Date: Oct 2010
Posts: 21
Received Thanks: 17
|
Quote:
Originally Posted by copz1337
zz they removed the link again anyone mind pming me. pretty selfish how they remove every source after they dl it now. dont reply arco, get a life and im glad ur not a mod anymore
|
I think him himself removed the link.
|
|
|
10/18/2010, 13:19
|
#28
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
|
Quote:
Originally Posted by copz1337
zz they removed the link again anyone mind pming me. pretty selfish how they remove every source after they dl it now. dont reply arco, get a life and im glad ur not a mod anymore
|
I think u just should go die
|
|
|
10/18/2010, 21:24
|
#29
|
elite*gold: 0
Join Date: May 2009
Posts: 884
Received Thanks: 211
|
Quote:
Originally Posted by Fish*
I think u just should go die 
|
no need to be self-conscious mate
|
|
|
10/18/2010, 22:03
|
#30
|
elite*gold: 0
Join Date: Feb 2009
Posts: 1,765
Received Thanks: 382
|
LOL, with die, I didn't mean like die as dying. I meant it was he should leave and go underground.
|
|
|
 |
|
Similar Threads
|
Sell Source Binary v3.5, The Strongest Source in the world of private server
03/20/2011 - Conquer Online 2 Trading - 3 Replies
http://i797.photobucket.com/albums/yy253/aymanelkb er/vmwvhk.gif
Wolves Private Server
http://www.monsterup.com/upload/1258602276638.jpg
Some Info About Source
2- Full Transalite 100%
3- Reborn ( 1 , 2 , 3 , 4) With Ninja Full work 100%
4- Plus ( +1 To +20 )
|
[Biete]COD6 Modern Warfare 2 Steam Accounts + CS:Source + DoD:Source
04/17/2010 - Steam Trading - 9 Replies
Hallo,
ich biete hier einen Call of Duty 6 - Modern Warfare (UNCUT + RETAIL) Steam Account an.
1. STEAM-Account Call Of Duty 6 - Modern Warfare 2 + Cunter-Strike: Source + Day Of Defeat: Source
SOLD!
http://img199.imageshack.us/img199/7035/steamaccou nt1.png
Des weiteren biete ich hier noch einen orignalen Uncut Modern Warfare 2 Steam Account mit VAC Bann an, welcher jedoch im Single Player problemlos zu spielen ist.
|
Sell Source Binary v3.5, The Strongest Source in the world of private server
12/08/2009 - CO2 Private Server - 8 Replies
#Removed
|
[Release]How To Make Tq Source Work + Working Source + Server ByBass + Commands
12/08/2008 - CO2 PServer Guides & Releases - 15 Replies
1: How To Make The Server Work
In fact, before other people did not just let ACC now with hi EACC Columbia landing on the settlement of the issue, and the rest is our own how to improve the content of those interested can improve the next. MY MY set and the same. INI MAP INI files and MAP with the client-to-date coverage of the account. server.dat ! And then as long as the client will be able to modify server.dat!
127.0.0.1 192.168.0.1 192.168.1.1 IP。 Please do generally use...
|
All times are GMT +1. The time now is 06:27.
|
|