Small change file easy to crack - Thunder 5.9 new version of the member-only skin free with

  

Thunder 5.9 released after the introduction of the member function, which contains two member-specific skin. Tell everyone a simple way, you can easily let non-members free use of members Skin.
Update: You can modify the parameters to hide the banner of the main interface. You are looking for ways to remove the advertisement of the "New Download" dialog box. Welcome to leave a message.
13:20: According to the user's message, a method is added. Thank you for your participation.
13:35: X:\\Program Files\\Thunder\\Program\\ThunderUI.xml, clear the top GUIToolBoxItems section, you can remove the plugin bar on the left. Be careful not to break the xml structure.

Free use of member skin for non-members
Assuming your Thunder installation directory is X:\\Program Files\\Thunder, then all skins are stored in X:\\Program Files\\Thunder\\Skin2.
Open this folder. And choose a skin at random. For example, "red" corresponds to "flame interest (member)".
Open the package.ini.
file in the directory like this:

[config]
name=red
showname=Flame of Interest (Member)< BR>description=2red
author=Thunder Network
vip=1

You only need to change vip=1 to vip=0. You can change it immediately in the Thunder skin menu, no need to restart .

From here we also see that Thunder's new skin is defined by xml. Students who are interested in developing skin can study it, it is not very difficult.

Remove the main interface advertisement
Open X:\\Program Files\\Thunder\\Program\\ThunderUI.xml.
Find this line<Site Type="Function" Name="GDET.Function.AD">
Change this section to
<Site Type="Function" Name="GDET.Function.AD">
<POSITION Left="0" Top="0" width="GDET.MainFrame.Width" height="0" ></POSITION>
<Frame FrameWidth="0,0,0,0" Type="WideFrame" Color="xunlei.color.mainframe.ad"></Frame>
</Site>

That is to change the height value of the bold part to 0.
This just hides the banner and does not prevent the background from downloading the advertisement.

Supplement Method
Open X:\\Program Files\\Thunder\\Components\\Streamer.
Open streamer.xml, change the true inside to false.
Delete The AD folder and the remaining two xml files will open the "read-only" attribute for the entire folder.

Copyright © Windows knowledge All Rights Reserved