OpenCDM - A Proposal for Client Devs

Discussion and questions about clients
Toast

OpenCDM - A Proposal for Client Devs

Post by Toast » 27 Dec 2007, 15:28

Since the DCDevs started over with a protocol why not do the same with CMD make a OpenCMD for developers to update to so it doesn't stand still and always updates making the xml files (or whatever comes) more flexible for the future. Some parts are inspired by SdDC++ with the shorter parameters etc VE instead of version.

Many might be asking why remake the current well the current system in clients are that you have separate files for everything this i myself wanna eliminate as a client scripter i wanna support 1 file that has it all much easier for me to work with then updating 2-5 at the time.

Use XML Notepad 2007 by Microsoft to see the structure of the file
Download Link

Proposal instead of %[version] to use %[VE] instead and instead of %[version2] to use %[DE] or %[DVE].
  • %[VE] Stated Version
    %[DE] or %[DVE] Stated Description Version
the rest is fixed with dynamic parameters in client profile
  • %[SM] for Stated Mode
    %[SH] for Stated Hubs
    %[SS] for Stated Slots
    %[SL] for Stated Limiter
So a tag in profiles will look like this
^<\+\+ %[ve],%[sm],%[sh],%[ss]>$
and a description detection would like this
<RSX\+\+ %[DE]>
this is a combo of myinfo and client profiles and file list all into one file

Thinking of implementing this into client profiles %[SC] Stated Connection and %[DSC] Description Stated Connection
[3][1024K/512K][L:54KB]
this will look like this instead
%[DSC][%[SL]
and instead of this ^(0\.(005|0[125]|[125])|[125]|[125]0|100)$
profile could use this
%[SC]
This is something thats already possible just haven't gotten around to it.
Attachments
sample.rar
Sample of Draft 1.1
(1.21 KiB) Downloaded 353 times

Toast

Draft 0.1

Post by Toast » 29 Dec 2007, 11:38

Code: Select all

<Profiles>
  <ClientProfilesV3>
    <ClientProfile>
      <Profilename>Clientname</Profilename>
      <Version>Stated Version of Client</Version>
      <Tag>Stated Tag of Client</Tag>
      <Description>Stated Description of Client</Description>
      <Nick>Stated Nick in Client</Nick>
      <Shared>Stated Share of Client</Shared>
      <Email>Stated E-Mail in Client</Email>
      <CID>Stated CID of ClientOption Flag for CID (Red, Yellow, Blue)</CID>
      <Supports>Stated Supports of Clients</Supports>
      <TestSUR>Stated TestSUR of Client</TestSUR>
      <Status>Stated Status of Client</Status>
      <Connection>Stated Connection of Client</Connection>
      <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
      <Filelist>Stated Filelist for Client</Filelist>
      <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
      <CheatingDescription>Optional Cheating Description</CheatingDescription>
      <Comment>Clients Comments</Comment>
      <RawToSend>0</RawToSend>
    </ClientProfile>
  </ClientProfilesV3>
  <Params>
    <Mode Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <Hubs Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <Slots Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <Param Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
  </Params>
  <ProfileInfo>
    <ProfileVersion>Stated Profile Version</ProfileVersion>
    <ProfileMessage>Stated Profile Message</ProfileMessage>
    <ProfileUrl>Stated URL for Profile</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
  </ProfileInfo>
</Profiles>

Toast

Draft 0.2

Post by Toast » 29 Dec 2007, 14:19

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Version Draft 0.2-->
<Profiles>
  <ClientProfilesV3>
    <ClientProfile>
      <Profilename>Clientname</Profilename>
      <Version>Stated Version of Client</Version>
      <Tag>Stated Tag of Client</Tag>
      <Description>Stated Description of Client</Description>
      <Nick>Stated Nick in Client</Nick>
      <Shared>Stated Share of Client</Shared>
      <Email>Stated E-Mail in Client</Email>
      <CID>Stated CID of Client (Options Below)Option for CID Detection 0=Nothing 1=Suspicious 2=Bad</CID>
      <IP>Stated IP from Client</IP>
      <Host>Stated Host from Client</Host>
      <Supports>Stated Supports of Clients</Supports>
      <TestSUR>Stated TestSUR of Client</TestSUR>
      <Status>Stated Status of Client</Status>
      <Connection>Stated Connection of Client</Connection>
      <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
      <Filelist>Stated Filelist for Client</Filelist>
      <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
      <CheatingDescription>Optional Cheating Description</CheatingDescription>
      <Comment>Clients Comments</Comment>
      <RawToSend>0</RawToSend>
    </ClientProfile>
  </ClientProfilesV3>
  <Params>
    <Mode Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <Hubs Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <Slots Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <Param Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
  </Params>
  <ProfileInfo>
    <ProfileVersion>Stated Version</ProfileVersion>
    <ProfileMessage>Stated Message</ProfileMessage>
    <ProfileUrl>Stated URL</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
  </ProfileInfo>
</Profiles>
Made some changes eg host detection and ip detection added and blue in cid detection removed and flags created instead
Attachments
xml_draft_0.2.rar
The File
(752 Bytes) Downloaded 388 times

Toast

Draft 0.3

Post by Toast » 29 Dec 2007, 16:30

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Version Draft 0.3-->
<Clientlist>
  <Profiles>
    <Profilename>Clientname</Profilename>
    <Version>Stated Version of Client</Version>
    <Tag>Stated Tag of Client</Tag>
    <Description>Stated Description of Client</Description>
    <Nick>Stated Nick in Client</Nick>
    <Shared>Stated Share of Client</Shared>
    <Email>Stated E-Mail in Client</Email>
    <CID>Stated CID of Client (Options Below)Option for CID Detection 0=Nothing 1=Suspicious 2=Bad</CID>
    <IP>Stated IP from Client</IP>
    <Host>Stated Host from Client</Host>
    <Supports>Stated Supports of Clients</Supports>
    <TestSUR>Stated TestSUR of Client</TestSUR>
    <Status>Stated Status of Client</Status>
    <Connection>Stated Connection of Client</Connection>
    <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
    <Filelist>Stated Filelist for Client</Filelist>
    <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
    <CheatingDescription>Optional Cheating Description</CheatingDescription>
    <Comment>Clients Comments</Comment>
    <RawToSend>0</RawToSend>
  </Profiles>
  <Parameters>
    <SM Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <SH Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <SS Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <SL Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
  </Parameters>
  <Information>
    <!--This should be showed in client profile window-->
    <ProfileVersion>Stated Version</ProfileVersion>
    <ProfileMessage>Stated Message</ProfileMessage>
    <ProfileUrl>Stated URL</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
    <ProfileEmail>Stated E-Mail</ProfileEmail>
  </Information>
</Clientlist>
Attachments
xml_draft_0.3.rar
Draft 0.3
(785 Bytes) Downloaded 354 times

Toast

Draft 0.4

Post by Toast » 29 Dec 2007, 17:22

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Version Draft 0.4 Idea proposed by Toast 29/12/2007 Orginal Idea of CDM Based of Sulan Client Detection Mod-->
<Clientlist>
  <!--This should be made dynamic, so when protocol evolves parameters and profile detections can be added. This will add to the evolving of CDM Detection and updating standards-->
  <Profiles>
    <Name>Clientname</Name>
    <Version>Stated Version of Client</Version>
    <Tag>Stated Tag of Client</Tag>
    <Description>Stated Description of Client</Description>
    <Nick>Stated Nick in Client</Nick>
    <Shared>Stated Share of Client</Shared>
    <Email>Stated E-Mail in Client</Email>
    <CID>Stated CID of Client (Options Below)Option for CID Detection 0=Nothing 1=Suspicious 2=Bad</CID>
    <IP>Stated IP from Client</IP>
    <Host>Stated Host from Client</Host>
    <Supports>Stated Supports of Clients</Supports>
    <TestSUR>Stated TestSUR of Client</TestSUR>
    <Status>Stated Status of Client</Status>
    <Connection>Stated Connection of Client</Connection>
    <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
    <Filelist>Stated Filelist for Client</Filelist>
    <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
    <CheatingDescription>Optional Cheating Description</CheatingDescription>
    <Comment>Clients Comments</Comment>
    <RawToSend>0</RawToSend>
  </Profiles>
  <Parameters>
    <SM Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <SH Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <SS Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <SL Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
  </Parameters>
  <Information>
    <!--This should be showed in client profile window-->
    <ProfileVersion>Stated Version</ProfileVersion>
    <ProfileMessage>Stated Message</ProfileMessage>
    <ProfileUrl>Stated URL</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
    <ProfileEmail>Stated E-Mail</ProfileEmail>
  </Information>
</Clientlist>
Attachments
xml_draft_0.4.rar
Draft 0.4
(926 Bytes) Downloaded 359 times

Toast

Draft 0.5

Post by Toast » 29 Dec 2007, 23:40

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Version Draft 0.5 Idea proposed by Toast 29/12/2007 Orginal Idea of CDM Based of Sulan Client Detection Mod-->
<Clientlist>
  <!--This should be made dynamic, so when protocol evolves parameters and profile detections can be added. This will add to the evolving of CDM Detection and updating standards-->
  <Profiles>
    <Name>Clientname</Name>
    <Version>Stated Version of Client</Version>
    <Tag>Stated Tag of Client</Tag>
    <Description>Stated Description of Client (Option Below)<Option>(0=Disabled 1=Enabled) This is for Version in Description</Option></Description>
    <Nick>Stated Nick in Client</Nick>
    <Shared>Stated Share of Client</Shared>
    <Email>Stated E-Mail in Client</Email>
    <CID>Stated CID of Client (Options Below)<Option>(0=Nothing 1=Suspicious 2=Bad)Option for CID Detection</Option></CID>
    <IP>Stated IP from Client</IP>
    <Host>Stated Host from Client</Host>
    <Supports>Stated Supports of Clients</Supports>
    <TestSUR>Stated TestSUR of Client</TestSUR>
    <Status>Stated Status of Client</Status>
    <Connection>Stated Connection of Client</Connection>
    <Filelist>Stated Filelist for Client</Filelist>
    <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
    <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
    <CheatingDescription>Optional Cheating Description</CheatingDescription>
    <Comment>Clients Comments</Comment>
    <RawToSend>0</RawToSend>
  </Profiles>
  <Parameters>
    <SM Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <SH Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <SS Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <SL Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
  </Parameters>
  <Information>
    <!--This should be showed in client profile window-->
    <ProfileVersion>Stated Version</ProfileVersion>
    <ProfileMessage>Stated Message</ProfileMessage>
    <ProfileUrl>Stated URL</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
    <ProfileEmail>Stated E-Mail</ProfileEmail>
  </Information>
</Clientlist>
Found some faults options for stuff didnt workout with the last layout of the XML File
Attachments
xml_draft_0.5.rar
Draft 0.5
(953 Bytes) Downloaded 354 times

Toast

Draft 0.6

Post by Toast » 30 Dec 2007, 11:40

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Version Draft 0.6 Idea proposed by Toast 29/12/2007 Orginal Idea of CDM Based of Sulan Client Detection Mod-->
<Clientlist>
  <!--This should be made dynamic, so when protocol evolves parameters and profile detections can be added. This will add to the evolving of CDM Detection and updating standards-->
  <Profiles>
    <Name>Clientname</Name>
    <Version>Stated Version of Client</Version>
    <Tag>Stated Tag of Client</Tag>
    <Description>Stated Description of Client (Option Below)<Option>(0=Disabled 1=Enabled) This is for Version in Description</Option></Description>
    <Nick>Stated Nick in Client</Nick>
    <Shared>Stated Share of Client</Shared>
    <Email>Stated E-Mail in Client</Email>
    <CID>Stated CID of Client (Options Below)<Option>(0=Nothing 1=Suspicious 2=Bad)Option for CID Detection</Option></CID>
    <IP>Stated IP from Client</IP>
    <Host>Stated Host from Client</Host>
    <Supports>Stated Supports of Clients</Supports>
    <TestSUR>Stated TestSUR of Client</TestSUR>
    <Status>Stated Status of Client</Status>
    <Connection>Stated Connection of Client</Connection>
    <Filelist>Stated Filelist for Client</Filelist>
    <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
    <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
    <CheatingDescription>Optional Cheating Description</CheatingDescription>
    <Comment>Clients Comments</Comment>
    <RawToSend>0</RawToSend>
  </Profiles>
  <Parameters>
    <SM Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <SH Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <SS Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <SL Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
    <SC Name="SC // Short for Stated Connection" RegExp="Regexp for Stated Connection" />
    <DSC Name="DSC // Short for Description Stated Connection" RegExp="Regexp for Description Stated Connection" />
  </Parameters>
  <Information>
    <!--This should be showed in client profile window-->
    <ProfileVersion>Stated Version</ProfileVersion>
    <ProfileMessage>Stated Message</ProfileMessage>
    <ProfileUrl>Stated URL</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
    <ProfileEmail>Stated E-Mail</ProfileEmail>
  </Information>
</Clientlist>
Attachments
xml_draft_0.6.rar
Draft 0.6
(981 Bytes) Downloaded 340 times

Toast

Draft 0.7

Post by Toast » 30 Dec 2007, 14:39

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Version Draft 0.7 Idea proposed by Toast 29/12/2007 Orginal Idea of CDM Based of Sulan Client Detection Mod-->
<Clientlist>
  <!--This should be made dynamic, so when protocol evolves parameters and profile detections can be added. This will add to the evolving of CDM Detection and updating standards-->
  <Profiles>
    <Name>Clientname</Name>
    <Version>Stated Version of Client</Version>
    <Tag>Stated Tag of Client</Tag>
    <Description>Stated Description of Client (Option Below)<Option>(0=Disabled 1=Enabled) This is for Version in Description</Option></Description>
    <Nick>Stated Nick in Client</Nick>
    <Shared>Stated Share of Client</Shared>
    <Email>Stated E-Mail in Client</Email>
    <IP>Stated IP from Client</IP>
    <Host>Stated Host from Client</Host>
    <Supports>Stated Supports of Clients</Supports>
    <TestSUR>Stated TestSUR of Client</TestSUR>
    <Status>Stated Status of Client</Status>
    <Connection>Stated Connection of Client</Connection>
    <Filelist>Stated Filelist for Client</Filelist>
    <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
    <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
    <CheatingDescription>Optional Cheating Description</CheatingDescription>
    <Comment>Clients Comments</Comment>
    <RawToSend>0</RawToSend>
  </Profiles>
  <Parameters>
    <SM Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <SH Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <SS Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <SL Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
    <SC Name="SC // Short for Stated Connection" RegExp="Regexp for Stated Connection" />
    <DSC Name="DSC // Short for Description Stated Connection" RegExp="Regexp for Description Stated Connection" />
  </Parameters>
  <CID>
    <Suspected>Record of Suspected CID (Potentially unwanted CIDs)</Suspected>
    <Bad>Record of Bad CID (Totally unwanted CIDs)</Bad>
  </CID>
  <Information>
    <!--This should be showed in client profile window-->
    <ProfileVersion>Stated Version</ProfileVersion>
    <ProfileMessage>Stated Message</ProfileMessage>
    <ProfileUrl>Stated URL</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
    <ProfileEmail>Stated E-Mail</ProfileEmail>
  </Information>
</Clientlist>

Toast

Re: OpenCDM - A Proposal for Client Devs

Post by Toast » 30 Dec 2007, 14:59

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Version Draft 0.8 Idea proposed by Toast 29/12/2007 Orginal Idea of CDM Based of Sulan Client Detection Mod-->
<Clientlist>
  <!--This should be made dynamic, so when protocol evolves parameters and profile detections can be added. This will add to the evolving of CDM Detection and updating standards-->
  <Profiles>
    <Name>Clientname</Name>
    <Version>Stated Version of Client</Version>
    <Tag>Stated Tag of Client</Tag>
    <Description>Stated Description of Client (Option Below)<Option>(0=Disabled 1=Enabled) This is for Version in Description</Option></Description>
    <Nick>Stated Nick in Client</Nick>
    <Shared>Stated Share of Client</Shared>
    <Email>Stated E-Mail in Client</Email>
    <IP>Stated IP from Client</IP>
    <Host>Stated Host from Client</Host>
    <Supports>Stated Supports of Clients</Supports>
    <TestSUR>Stated TestSUR of Client</TestSUR>
    <Status>Stated Status of Client</Status>
    <Connection>Stated Connection of Client</Connection>
    <Filelist>Stated Filelist for Client</Filelist>
    <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
    <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
    <CheatingDescription>Optional Cheating Description</CheatingDescription>
    <Comment>Clients Comments</Comment>
    <RawToSend>0</RawToSend>
  </Profiles>
  <Parameters>
    <SM Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <SH Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <SS Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <SL Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
    <SC Name="SC // Short for Stated Connection" RegExp="Regexp for Stated Connection" />
    <DSC Name="DSC // Short for Description Stated Connection" RegExp="Regexp for Description Stated Connection" />
  </Parameters>
  <CID>
    <Suspected>
      <CIDValue Value="Enter Value of Suspected CIDS Here">
        <RawToSend>The Raw to Send</RawToSend>
      </CIDValue>
    </Suspected>
    <Bad>
      <CIDValue Value="Enter Value of Bad CIDS Here">
        <RawToSend>The Raw to Send</RawToSend>
      </CIDValue>
    </Bad>
  </CID>
  <Information>
    <!--This should be showed in client profile window-->
    <ProfileVersion>Stated Version</ProfileVersion>
    <ProfileMessage>Stated Message</ProfileMessage>
    <ProfileUrl>Stated URL</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
    <ProfileEmail>Stated E-Mail</ProfileEmail>
  </Information>
</Clientlist>
Attachments
xml_draft_0.8.rar
Draft 0.8
(1016 Bytes) Downloaded 339 times

Toast

Draft 1.0

Post by Toast » 30 Dec 2007, 17:01

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Version Draft 1.0 Idea proposed by Toast 29/12/2007 Orginal Idea of CDM Based of Sulan Client Detection Mod-->
<Clientlist>
  <!--This should be made dynamic, so when protocol evolves parameters and profile detections can be added. This will add to the evolving of CDM Detection and updating standards-->
  <Profiles>
    <Name>Clientname</Name>
    <Version>Stated Version of Client</Version>
    <Tag>Stated Tag of Client</Tag>
    <Description>Stated Description of Client (Option Below)<Option>(0=Disabled 1=Enabled) This is for Version in Description</Option></Description>
    <Nick>Stated Nick in Client</Nick>
    <Shared>Stated Share of Client</Shared>
    <Email>Stated E-Mail in Client</Email>
    <IP>Stated IP from Client</IP>
    <Host>Stated Host from Client</Host>
    <Supports>Stated Supports of Clients</Supports>
    <TestSUR>Stated TestSUR of Client</TestSUR>
    <Status>Stated Status of Client</Status>
    <Connection>Stated Connection of Client</Connection>
    <CheckMismatch>Option for Mismatch (0=Disable 1=Enable)</CheckMismatch>
    <Flagclient>Option for Flagging a Client as Bad (0=Disable 1=Enable)</Flagclient>
    <CheatingDescription>Optional Cheating Description</CheatingDescription>
    <Comment>Clients Comments</Comment>
    <RawToSend>0</RawToSend>
  </Profiles>
  <Parameters>
    <SM Name="SM // Short for Stated Mode" RegExp="Regexp for Stated Mode" />
    <SH Name="SH // Short for Stated Hubs" RegExp="Regexp for Stated Hubs" />
    <SS Name="SS // Short for Stated Slots" RegExp="Regexp for Stated Slots" />
    <SL Name="SL // Short for Stated Limiter" RegExp="Regexp for Stated Limiter" />
    <SC Name="SC // Short for Stated Connection" RegExp="Regexp for Stated Connection" />
    <DSC Name="DSC // Short for Description Stated Connection" RegExp="Regexp for Description Stated Connection" />
  </Parameters>
  <CID>
    <Suspected>
      <CIDValue Value="Enter Value of Suspected CIDS Here">Comments of CID<RawToSend>The Raw to Send</RawToSend></CIDValue>
    </Suspected>
    <Bad>
      <CIDValue Value="Enter Value of Bad CIDS Here">Comments of CID<RawToSend>The Raw to Send</RawToSend></CIDValue>
    </Bad>
  </CID>
  <Filelists>
    <Filelist>
      <Detection>
        <RegExp RegExp="Regular Expression Value Here">Name for the Detection</RegExp>
        <FlagOption>(0=Disabled, 1=Enabled)Flag for Bad Filelist <CheatingDescription>Optional Comment for Cheat Description</CheatingDescription></FlagOption>
        <RawToSend>0</RawToSend>
      </Detection>
    </Filelist>
  </Filelists>
  <Information>
    <!--This should be showed in client profile window-->
    <ProfileVersion>Stated Version</ProfileVersion>
    <ProfileMessage>Stated Message</ProfileMessage>
    <ProfileUrl>Stated URL</ProfileUrl>
    <ProfileMaintainer>Stated Maintainer</ProfileMaintainer>
    <ProfileEmail>Stated E-Mail</ProfileEmail>
  </Information>
</Clientlist>
Attachments
xml_draft_1.0.rar
Draft 1.0
(1.07 KiB) Downloaded 360 times

Locked