Portable HYIP Description
This format is recomendation for HYIP admins to describe programs in digital format. This XML format is recomendation for HYIP monitors to get program details for use to add and update programs.
This format is created in hope to make HYIP admins life more easy to place program in tons of monitors.
Building PHD step by step
At start, this is just a simple text file, created with any text
editor. But an XML editor is more convenient.
We recommend name file: "
phd.xml" and place it in root of site.
Our robot will scan your site for "
http:://yoursite.com/phd.xml"
Overall Structure
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
</XML_HYIP_INFO>
Main Info
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
<NAME>Program Name</NAME>
<URL>Full Program Url starts with http:// or https://</URL>
<CONTACT>
<NAME>Contact Person Name</NAME>
<EMAIL>Contact E-Mail</EMAIL>
</CONTACT>
<DESCRIPTION>Program Description</DESCRIPTION>
...
</XML_HYIP_INFO>
Program Min and Max spend
This tag describes minmum and maximum spend of all program plans.
If program have no maximum amount for maximum spend amount you should leave <MAX_SPEND></MAX_SPEND> blank or skip it.
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<MIN_SPEND>Minimal spend amount of HYIP program</MIN_SPEND>
<MAX_SPEND>Maximal spend amount of HYIP program or blank if there is no maximum</MAX_SPEND>
...
</XML_HYIP_INFO>
Referral Commissions
This tag describes affiliate program of the HYIP.
You can place here any description of your affiliate system or just referral percents.
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<REFERRAL_COMMISSION>Referral percents</REFERRAL_COMMISSION>
...
</XML_HYIP_INFO>
Withdrawal Type
This tag describes withdrawl type of HYIP.
In most cases there is 3 options for this tag:
Automatic - program pays earnings direct to user's payment system account
Instant - program pays withdrawal amount to user's payment system account automatically without admin approval
Manual - program pays withdrawal amount to user's payment system account after admin approval only
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<WITHDRAWAL_TYPE>Withdrawl type</WITHDRAWAL_TYPE>
...
</XML_HYIP_INFO>
Processings
These tags describe payment processings used in HYIP program.
Name of processing is domain name or name of sercvice:
libertyreserve.com,
perfectmoney.com,
Bank Wire and etc.
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<PROCESSINGS>
<PROCESSING>Name of Processing</PROCESSING>
...
<PROCESSING>Name of Processing</PROCESSING>
</PROCESSINGS>
...
</XML_HYIP_INFO>
Features
These tags describe other features of HYIP program that can support HYIP Monitors.
Name of feature depends of it's name on HYIP Monitor. For ex.:
SSL,
DDOS and etc.
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<FEATURES>
<FEATURE>Name of feature</FEATURE>
...
<FEATURE>Name of feature</FEATURE>
</FEATURES>
...
</XML_HYIP_INFO>
Program Support Methods
These tags describe support methods of program
If program does not have some feature you can leave it blank or skip it.
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<SUPPORT>
<EMAIL>Public support email address</EMAIL>
<FORM_URL>Full URL to support form</FORM_URL>
<FORUM>Full URL to main program's forum</FORUM>
<LIVE>Wheather program has online support chat: YES or NO?</LIVE>
<PHONE>Contact phone number</PHONE>
<AIMS>
<AIM name="Name of AIM service">AIM service ID</AIM>
...
<AIM name="Skype">hyip.program</AIM>
</AIMS>
<FORUMS>
<FORUM name="Forum Acronim">Program's forum URL</FORUM>
...
<FORUM name="TG">http://www.talgold.com/forum/...</FORUM>
</FORUMS>
</SUPPORT>
...
</XML_HYIP_INFO>
Program's Payment Plans
These tags describe program's payment plans
<PLANS> tag can contains several <PLAN> tags. Each <PLAN> tag describes one plan group with same general settings.
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<PLANS>
<PLAN>
...
</PLAN>
<PLAN>
...
</PLAN>
</PLANS>
...
</XML_HYIP_INFO>
Plan
These tags describe program's payment plan
Each plan and option must have unique <ID> tag! This tag can be any string but it should be unique for every plan and option in whole document plans
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<PLANS>
<PLAN>
<ID>Unique ID of plan</ID>
<OVERVIEW>Overview of plan payment options. ex.: 10-12% daily for 11 days</OVERVIEW>
<NAME>Name of plan. ex.:Econom Plan</NAME>
<MIN>Minimal invetment amount</MIN>
<MAX>Maximal invetment amount</MIN>
<PERCENT>Number amount of earning percent. It should be one number only!</MIN>
<PERIOD>
<EVERY>Number of scale periods</EVERY>
<SCALE>Time scale: days, weeks, months, years, onmaturity</SCALE>
</PERIOD>
<DURATION>
<AMOUNT>Number of scale periods</AMOUNT>
<SCALE>Time scale: days, weeks, months, years, never</SCALE>
</DURATION>
<BONUS>
<AMOUNT>Number of bonus worth of</AMOUNT>
<WORTH>"%" or currency sign</WORTH>
</BONUS>
<COMPOUND>
Range of compund percents (0-100) or list of compound percents (0,10,20,30,40,50)
</COMPOUND>
<PRINCIPAL_BACK>
Percent of principal retuning on maturity. 0 - no principal back (defaut), 100 - for full principal back, 50 for 50% of principal back
</PRINCIPAL_BACK>
<PRINCIPAL_RELEASE>
Percent for early principal back fee. 100 - no early principal back (defautl), 10 - 10% fee
</PRINCIPAL_RELEASE>
<OPTION>
<ID>Unique ID of option</ID>
<NAME>Name of option</NAME>
...
</OPTION>
<OPTION>
<ID>Unique ID of option</ID>
<NAME>Name of option</NAME>
...
</OPTION>
...
</PLAN>
...
</PLANS>
...
</XML_HYIP_INFO>
Program's Payment Plan Options
If there is no options for plan there is one plan without options.
Or you can define some subplans for this plan with same settings but different in some details.
You can add in <OPTION> only tags different in options and use <PLAN> tags as global for plan options.
Each plan and option must have unique <ID> tag! This tag can be any string but it should be unique for every plan and option in whole document plans
For ex: You have plan with same period, duration, bonus, compound, principal back and principal release. In this plan you have several options with different min, max and percent:
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
...
<PLANS>
<PLAN>
<ID>1</ID>
<OVERVIEW>10-12% daily for 11 days</OVERVIEW>
<NAME>Econom Plan</NAME>
<PERIOD>
<EVERY>1</EVERY>
<SCALE>days</SCALE>
</PERIOD>
<DURATION>
<AMOUNT>11</AMOUNT>
<SCALE>days</SCALE>
</DURATION>
<BONUS>
<AMOUNT>5</AMOUNT>
<WORTH>%</WORTH>
</BONUS>
<COMPOUND>0</COMPOUND>
<PRINCIPAL_BACK>0</PRINCIPAL_BACK>
<PRINCIPAL_RELEASE>100</PRINCIPAL_RELEASE>
<OPTION>
<ID>1-1</ID>
<NAME>Plan 1</NAME>
<MIN>10</MIN>
<MAX>1000</MAX>
<PERCENT>10</PERCENT>
</OPTION>
<OPTION>
<ID>1-2</ID>
<NAME>Plan 2</NAME>
<MIN>1001</MIN>
<MAX>5000</MAX>
<PERCENT>11</PERCENT>
</OPTION>
<OPTION>
<ID>1-3</ID>
<NAME>Plan 3</NAME>
<MIN>5001</MIN>
<MAX></MAX>
<PERCENT>12</PERCENT>
</OPTION>
...
</PLAN>
...
</PLANS>
...
</XML_HYIP_INFO>
Complete Example
<?xml version="1.0" ?>
<XML_HYIP_INFO version="1.0">
<NAME>My HYIP Program</NAME>
<URL>http://www.myhyipprogram.com</URL>
<CONTACT>
<NAME>Admin</NAME>
<EMAIL>admin@myhyipprogram.com</EMAIL>
</CONTACT>
<DESCRIPTION>My HYIP Program is working on Forex and Real Estate market ...</DESCRIPTION>
<MIN_SPEND>10</MIN_SPEND>
<MAX_SPEND></MAX_SPEND>
<REFERRAL_COMMISSION>3-5%</REFERRAL_COMMISSION>
<WITHDRAWAL_TYPE>Instant</WITHDRAWAL_TYPE>
<PROCESSINGS>
<PROCESSING>libertyreserve.com</PROCESSING>
<PROCESSING>perfectmoney.com</PROCESSING>
<PROCESSING>alertpay.com</PROCESSING>
<PROCESSING>Bank Wire</PROCESSING>
</PROCESSINGS>
<FEATURES>
<FEATURE>SSL</FEATURE>
<FEATURE>DDOS</FEATURE>
<FEATURE>LICENSED SCRIPT</FEATURE>
</FEATURES>
<SUPPORT>
<EMAIL>contact@myhyipprogram.com</EMAIL>
<FORM_URL>http://www.myhyipprogram.com/support.html</FORM_URL>
<FORUM>http://www.myhyipprogram.com/forum/</FORUM>
<LIVE>NO</LIVE>
<PHONE>+1 909 232-232-4383</PHONE>
<AIMS>
<AIM name="Skype">my.hyip.program</AIM>
<AIM name="Yahoo">my.hyip.program@yahoo.com</AIM>
</AIMS>
<FORUMS>
<FORUM name="TG">http://www.talgold.com/forum/...</FORUM>
<FORUM name="MMG">http://www.moneymakersgroup.com/forum/...</FORUM>
</FORUMS>
</SUPPORT>
<PLANS>
<PLAN>
<ID>1</ID>
<OVERVIEW>10-12% daily for 11 days</OVERVIEW>
<NAME>Econom Plan</NAME>
<PERIOD>
<EVERY>1</EVERY>
<SCALE>days</SCALE>
</PERIOD>
<DURATION>
<AMOUNT>11</AMOUNT>
<SCALE>days</SCALE>
</DURATION>
<BONUS>
<AMOUNT>5</AMOUNT>
<WORTH>%</WORTH>
</BONUS>
<COMPOUND>0</COMPOUND>
<PRINCIPAL_BACK>0</PRINCIPAL_BACK>
<PRINCIPAL_RELEASE>100</PRINCIPAL_RELEASE>
<OPTION>
<ID>1-1</ID>
<NAME>Plan 1</NAME>
<MIN>10</MIN>
<MAX>1000</MAX>
<PERCENT>10</PERCENT>
</OPTION>
<OPTION>
<ID>1-2</ID>
<NAME>Plan 2</NAME>
<MIN>1001</MIN>
<MAX>5000</MAX>
<PERCENT>11</PERCENT>
</OPTION>
<OPTION>
<ID>1-3</ID>
<NAME>Plan 3</NAME>
<MIN>5001</MIN>
<MAX></MAX>
<PERCENT>12</PERCENT>
</OPTION>
</PLAN>
<PLAN>
<ID>2</ID>
<OVERVIEW>120-150% after 11 days</OVERVIEW>
<NAME>Solid Plan</NAME>
<PERIOD>
<EVERY></EVERY>
<SCALE>onmaturity</SCALE>
</PERIOD>
<DURATION>
<AMOUNT>11</AMOUNT>
<SCALE>days</SCALE>
</DURATION>
<BONUS>
<AMOUNT>0</AMOUNT>
<WORTH></WORTH>
</BONUS>
<COMPOUND>0</COMPOUND>
<PRINCIPAL_BACK>0</PRINCIPAL_BACK>
<PRINCIPAL_RELEASE>100</PRINCIPAL_RELEASE>
<OPTION>
<ID>2-1</ID>
<NAME>Plan 1</NAME>
<MIN>10</MIN>
<MAX>1000</MAX>
<PERCENT>120</PERCENT>
</OPTION>
<OPTION>
<ID>2-2</ID>
<NAME>Plan 2</NAME>
<MIN>1001</MIN>
<MAX>5000</MAX>
<PERCENT>130</PERCENT>
</OPTION>
<OPTION>
<ID>2-3</ID>
<NAME>Plan 3</NAME>
<MIN>5001</MIN>
<MAX></MAX>
<PERCENT>150</PERCENT>
</OPTION>
</PLAN>
</PLANS>
</XML_HYIP_INFO>