server voting for 5165

02/04/2010 15:24 pro4never#31
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)
02/04/2010 15:39 Adziunia#32
nvm glover told me whats missing :P ..
02/04/2010 15:46 ASSN9NE#33
nothing on this pop up on server comp yet :(
02/04/2010 15:46 -impulse-#34
Quote:
Originally Posted by Korvacs View Post
Its just your basic string packet:

[Only registered and activated users can see links. Click Here To Register...]

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.
02/04/2010 19:12 Korvacs#35
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.
02/04/2010 19:35 -impulse-#36
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 : [Only registered and activated users can see links. Click Here To Register...]
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.
02/05/2010 03:53 hunterman01#37
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?
02/05/2010 07:38 Arcо#38
Quote:
Originally Posted by hunterman01 View Post
\
@offtopic

impulse who are you?
alexbigfoot
02/05/2010 07:41 .Klebestreifen#39
nice keep it up
02/05/2010 08:58 -impulse-#40
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.-
02/05/2010 09:10 ipwnudont#41
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
02/05/2010 09:11 .Ocularis#42
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.
02/05/2010 10:43 LegalConquer#43
wouldnt this work with any sorce?
02/05/2010 10:52 Korvacs#44
Ill have a look later when im back from work.
02/05/2010 18:27 angeloraaf#45
Lol i saw this release on4botters, make one ur self?XD