Register for your free account! | Forgot your password?

You last visited: Today at 07:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



server voting for 5165

Discussion on server voting for 5165 within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 02/04/2010, 15:24   #31
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Thanks for the info. Doesn't do me much good as I'm using 5095 and suck with packets. I did re-write my existing strings packet but in simplifying it for this use I think I mostly broke it. Going through type 1-110 I only had 2 things happen. Open view gear window and fireworks.

Not to derail the thread hopefully but now I'm kinda curious as how to do this properly.

<edit>

I was using a different string packet that I shouldn't have. That being said, any help you could offer me with what I'm doing wrong?
Code:
  case "link":
                            {
                                string site = "http://www.google.ca";                                 
                                CSocket.Send(ConquerPacket.String(CSocket.Client.ID, Convert.ToByte(Command[1]), site));
                                break;
                            }
my string packet as it is right now looks like

PHP Code:
 public static byte[] String(int UIDbyte Typestring value)
        {
            
PacketBuilder Packet = new PacketBuilder(101513 value.Length);
            
Packet.Long(UID);
            
Packet.Int(Type);
            
Packet.Int(1);
            
Packet.Int(value.Length);
            
Packet.Text(value);
            
Packet.Short(0);
            return 
Packet.getFinal();
        } 
Gonna try again with a nice lil loop to test all at once (just to see if it tries to open website on any of them)
pro4never is offline  
Old 02/04/2010, 15:39   #32
 
elite*gold: 0
Join Date: Sep 2008
Posts: 494
Received Thanks: 120
nvm glover told me whats missing :P ..
Adziunia is offline  
Old 02/04/2010, 15:46   #33
 
ASSN9NE's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 52
Received Thanks: 8
nothing on this pop up on server comp yet
ASSN9NE is offline  
Old 02/04/2010, 15:46   #34
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by Korvacs View Post
Its just your basic string packet:



There is just a type which denotes that its a weblink, im not sure which it is, but thats all there is too it, iterate through all of the possible types untill you find the right one, you can just make a command:

Code:
/string http://www.google.co.uk 0
0 being the type.
Uhm, I'm afraid you're wrong,I've tested all types from 0 to 255 and none opened something.
-impulse- is offline  
Old 02/04/2010, 19:12   #35


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Quote:
Originally Posted by -impulse- View Post
Uhm, I'm afraid you're wrong,I've tested all types from 0 to 255 and none opened something.
Well, thats the way it works, it wont work before a certain version because they hadnt coded it in, im not sure which version that is, but whenever the helpdesk npc was added to official servers.

So unless a handful of the most respected people in the community have lied, which i find highly unlikely, you must not be using the correct client, or the string your testing is not correct.
Korvacs is offline  
Old 02/04/2010, 19:35   #36
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
The client is 5156, and it should have worked, because the 5065 or 5095 has this thing added 100% as there was an server that used to send the vote page.
It may be the packet...I'll take an look and then I'll try again, I'll post here the results.

EDIT:
Results: some fireworks, and viewequipwindow with the spouse :
from 0 to 255.

+ at the first try the packet was kind of messed up, but now it's fixed and still no page opened.
-impulse- is offline  
Old 02/05/2010, 03:53   #37
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
what you could do (i MIGHT do this) make them enter the 2 words and save the 2 words in a txt file with the name of the acc and the time THEN give out the reward after this has been saved


@offtopic

impulse who are you?
hunterman01 is offline  
Old 02/05/2010, 07:38   #38
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by hunterman01 View Post
\
@offtopic

impulse who are you?
alexbigfoot
Arcо is offline  
Old 02/05/2010, 07:41   #39
 
elite*gold: 2
Join Date: Dec 2009
Posts: 691
Received Thanks: 225
nice keep it up
.Klebestreifen is offline  
Old 02/05/2010, 08:58   #40
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by Mentalis View Post
Impulse is a great coder, but don't trust him for a #&@!ing thing.

He's a #&*@ing lier

he screwed up one of our sources so bad it was pathetic.


He worked for Darkside when the original 5165 NCS source was coded from 5065.

<3 impulse.
Ontopic:
Korvacs if you still have any ideas on how to get this thing working PM me or post in here.

OFFTOPIC:
I'd love that to be true, but it is NOT(both of the statements).
I'm not liar, the owner of DarksideCo(Rikardo) lied me and the other owner(DarkLord) some time ago(like 2-3 months ago). He was ripping DarkLord off of money in 1 month he got 2k $(i've seen paypal records) for 2 servers, one that was hosting the server and one that wasn't used at all and which they both costed like 130$ a month. He was paying me like 30$ a week, and still, there was a big difference between 2k$ and like 500$ as he payed for hosts and me.
And about that, I didn't screw the source up, first of all, I've tried to convert it to mysql, which I succeeded and your dear owner said that he'll pay me 33$ and guess what? I didn't get that money even today.

-Think twice before posting.-
-impulse- is offline  
Old 02/05/2010, 09:10   #41
 
elite*gold: 0
Join Date: Jan 2009
Posts: 47
Received Thanks: 6
O.o wow that was crazy and if anyone finds a way to work this so it doesnt open up in the host pm me or something i need to figure this out too
ipwnudont is offline  
Old 02/05/2010, 09:11   #42
 
.Ocularis's Avatar
 
elite*gold: 0
Join Date: Mar 2008
Posts: 309
Received Thanks: 208
I ripped out the mysql and switched it over to mssql xD
Now he don't wanna use mssql
And then money thing is still the same.

Sorry for what was said, I deleted it.
.Ocularis is offline  
Old 02/05/2010, 10:43   #43
 
elite*gold: 0
Join Date: Sep 2009
Posts: 321
Received Thanks: 60
wouldnt this work with any sorce?
LegalConquer is offline  
Old 02/05/2010, 10:52   #44


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Ill have a look later when im back from work.
Korvacs is offline  
Thanks
2 Users
Old 02/05/2010, 18:27   #45
 
elite*gold: 0
Join Date: Mar 2009
Posts: 8
Received Thanks: 0
Lol i saw this release on4botters, make one ur self?XD
angeloraaf is offline  
Reply


Similar Threads Similar Threads
Is it possible to cheat P.server Voting systems?
04/07/2010 - Ragnarok Online - 1 Replies
can anyone please tell me how to do it if it is =)
Private Server Voting >.<
06/05/2009 - WoW PServer Exploits, Hacks & Tools - 1 Replies
Does any one know of a method to trick the voting servers on a private server, Ie world of chris. That way we could vote more then once in a 12 hour period and get more freebies for us?



All times are GMT +2. The time now is 07:09.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.