How To Change This..

10/09/2010 14:22 akilpower#1
How can i change this..
[Only registered and activated users can see links. Click Here To Register...]

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

Helpz Me..:handsdown:
10/09/2010 14:24 ~Sword~Stalker~.#2
go to ini / StrRes.ini / and change it to ur server's name

click Ctrl+H

and replace the name Revolution into ur server's name

BestRegards ;)
10/10/2010 05:27 akilpower#3
thanks bro..it really useful..and how to chnge this??
[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]
10/10/2010 06:05 PraDevil[ELITE]#4
go to cq_action and find those words and replace 'space' with '~' so it will look like this..
Code:
1.Knight~round~table~has~been~fixed.
10/10/2010 08:48 ~Winged~#5
Quote:
Originally Posted by akilpower View Post
thanks bro..it really useful..and how to chnge this??
[Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]
check it at your cq_action just press ctrl + F then will come out seach box then try type there the words thats you want to change...hope this helpfull
10/10/2010 14:02 akilpower#6
i dont find it..so many time I scroll down and up..i didnt found too...and now how???:(
10/10/2010 14:32 ~Winged~#7
have u check out the box with tick that make limit with the pages?then if not try to click the tick in thats one and see wheter its make any sense
10/10/2010 19:21 SoulNecturn#8
I am sure that I answered on such a question few times in past...

here is example of one of my old answer:
[Only registered and activated users can see links. Click Here To Register...]

and here the solution again from it:

this one to clear Old messages:
Code:
delete from cq_action where id >= 1000001 and id <= 1000007;
And this one to put on server new message:
Code:
INSERT INTO `cq_action` (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES
(1000001, 1000002, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000002, 1000003, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000003, 1000004, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000004, 1000005, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000005, 1000006, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000006, 1000007, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000007, 3911650, 0000, 0131, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]');
And of course inside Green places you putting your own messages ;)


And small advice to this. Since in last months year there were many DBs released ... just check first your actions under provided here IDs .. so you will be sure under DB you using there are no other IDs... But I guess this should be proper ;)

regards
10/10/2010 20:33 magewarior2#9
Quote:
Originally Posted by SoulNecturn View Post
Code:
delete from cq_action where id >= 1000001 and id <= 1000007;
And this one to put on server new message:
Code:
INSERT INTO `cq_action` (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES
(1000001, 1000002, 0000, 0130, 0, '[COLOR="DarkGreen"]~[COLOR="red"]www.demons-online.com[/COLOR]~Text~Here~[/COLOR]'),
(1000002, 1000003, 0000, 0130, 0, '[COLOR="DarkGreen"]~[COLOR="red"]www.demons-online.com[/COLOR]~Text~Here~[/COLOR]'),
(1000003, 1000004, 0000, 0130, 0, '[COLOR="DarkGreen"]~[COLOR="red"]www.demons-online.com[/COLOR]~Text~Here~[/COLOR]'),
(1000004, 1000005, 0000, 0130, 0, '[COLOR="DarkGreen"]~[COLOR="Red"]www.demons-online.com[/COLOR]~Text~Here~[/COLOR]'),
(1000005, 1000006, 0000, 0130, 0, '[COLOR="DarkGreen"]~[COLOR="red"]www.demons-online.com[/COLOR]~Text~Here~[/COLOR]'),
(1000006, 1000007, 0000, 0130, 0, '[COLOR="DarkGreen"]~[COLOR="red"]www.demons-online.com[/COLOR]~Text~Here~[/COLOR]'),
(1000007, 3911650, 0000, 0131, 0, '[COLOR="DarkGreen"]~[COLOR="Red"]www.demons-online.com[/COLOR]~Text~Here~[/COLOR]');
what a non commercials reply ...
10/10/2010 20:34 ~Sword~Stalker~.#10
Quote:
Originally Posted by SoulNecturn View Post
I am sure that I answered on such a question few times in past...

here is example of one of my old answer:
[Only registered and activated users can see links. Click Here To Register...]

and here the solution again from it:

this one to clear Old messages:
Code:
delete from cq_action where id >= 1000001 and id <= 1000007;
And this one to put on server new message:
Code:
INSERT INTO `cq_action` (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES
(1000001, 1000002, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000002, 1000003, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000003, 1000004, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000004, 1000005, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000005, 1000006, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000006, 1000007, 0000, 0130, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]'),
(1000007, 3911650, 0000, 0131, 0, '[COLOR="DarkGreen"]~www.demons-online.com~Text~Here~[/COLOR]');
And of course inside Green places you putting your own messages ;)


And small advice to this. Since in last months year there were many DBs released ... just check first your actions under provided here IDs .. so you will be sure under DB you using there are no other IDs... But I guess this should be proper ;)

regards
heh nice one , really useful ;)
10/10/2010 22:36 SoulNecturn#11
Quote:
Originally Posted by magewarior2 View Post
what a non commercials reply ...
heh I didn't even noticed :) Just pasted my old answer from old topic :)
But well at least this content looks better then simple words :P
10/11/2010 15:04 akilpower#12
I'm still dont understand... can u post some screenshot plz..:rolleyes:

I'm sorry...it can use now..:p