Sunday, January 9, 2011

c WALLET FLOW

Server Error in '/' Application.

<html>
<head>
<title>Timeout expired. &nbsp;The timeout period elapsed prior to completion of the operation or the server is not responding.</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>
<body bgcolor="white">
<span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>Timeout expired. &nbsp;The timeout period elapsed prior to completion of the operation or the server is not responding.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
<br><br>
<b> Exception Details: </b>System.Data.SqlClient.SqlException: Timeout expired. &nbsp;The timeout period elapsed prior to completion of the operation or the server is not responding.<br><br>
<b>Source Error:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code>
</td>
</tr>
</table>
<br>
<b>Stack Trace:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
[SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1951450
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4849003
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2394
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
System.Data.SqlClient.SqlDataReader.get_MetaData() +83
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +10
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +130
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +287
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +92
UniPay2U.StatementofTransactions2.BindTheData() +9541
UniPay2U.StatementofTransactions2.Page_Load(Object sender, EventArgs e) +4008
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
</pre></code>
</td>
</tr>
</table>
<br>
<hr width=100% size=1 color=silver>
<b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
</font>
</body>
</html>
<!--
[SqlException]: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
at UniPay2U.StatementofTransactions2.BindTheData()
at UniPay2U.StatementofTransactions2.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.india_dotnet_statementoftransactions_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->

invitATION FOR Malaysia

Dear Members,

 You are cordially invited to Malaysia for UNIGROUP Meeting on 12/02/2011. Kindly confirm your attendance by 05/02/2011 by  responding to
reservation@unigroup2u.com

 James,

 CEO UNIGROUP

MALAYSIAN TOUR/TRAVEL

MALAYSIAN TOUR/TRAVEL
You can visit Malaysia through UNIPAY2U paying $700. In fact you get a discount of $120. When you register with UNIPAY2U, you will notice $120 in your account. This amount is kept separately in case you would like to travel to Malaysia. You need another $580. The package contains:
  • Flight Ticket to and from Malaysia
  • 4-Nights Stay
  • Fooding
  • Lodging

Mr James's Promised

Dear Unipay2u members
Mr James has promised to all unipay2u members to settle  all pending payout till 31 january 2011 just believe and wait till date......God bless to all If you want to get success in your life always follow your seniors {UPLINE },In MLM business always treat your seniors as Your GOD .

Mr James has changed my life and within few months i became come in REALITY
HIgh risk High risk

THANK U to all my senoirs...

unipay2U INTERNATIONAL

CONTENTS AT GLANCE PAGE NO.
INTRODUCTION
About Unipay2u International 3
Strategy 4
BUSINESS PLAN
Trading Account 6
Starter Pack 7
Leadership Rebate 8
Non-Retention Plan 10
Invest Team Bonus 10
Introducer Rebate 11
COMPANY PROFILE
Gold today & Best Genius 12
Company Business Documents 15
Contact Us 18
Page 3 of 18
ABOUT UNIPAY2U INTERNATIONAL
Over 50% of global trade is made up of goods and services that are transacted via offshore financial
centers. Offshore companies and/or offshore trusts are not the illicit hideaways that many would
have you believe. They can in fact provide you with enormous tax savings and asset protection in a
legal manner if setup correctly. They can also afford the ultimate beneficiary owner a certain degree
of anonymity.
UNIPAY2U INTERNATIONAL is a licensed company providing Trust, Corporate and Financial services.
The principals of the company and our advisors have extensive knowledge in all the disciplines of
offshore services.
UNIPAY2U INTERNATIONAL is affiliated with and supported by a network of experts worldwide
including US tax consultants, Corporate Attorneys and CPA's.
through email from our contact section of this website. All inquiries are treated in the
strictest confidence as per our Terms/Privacy policy, and support offered to our clients is at
no additional cost. We offer a very extensive portfolio of services which times to provide the
necessary guidance for our mission and in our choice of business decisions.
UNIPAY2U INTERNATIONAL invites enquiries and questions with regards to our services
We optimize our knowledge and our resources on you can comprehend by reviewing
Our website
We abide by our values which we apply at all
a global basis.
We seek to develop privileged relationships with our clients.
We will always meet our client's requirements in a safe and competitive manner.
and clients needs.
We develop our Assets, Resources and Capabilities to meet the development of our market
We assist our clients to meet their professional goals.
We continue at all times to strive to be profitable in every business decision.
Many sites will overwhelm you with their breadth of coverage of every global jurisdiction on the
planet. Our approach is to present the best worldwide options for privacy, security, and asset and
portfolio protection. We give you portfolio possibilities, which will increase your assets.
We strive cautiously to develop new resources and markets.
Page 4 of 18
Ultimately, you should choose us to diversify your portfolio and protect your assets.
The developing world has continued to progress at a staggering rate. Many people have heard that
many of the largest multinational companies in the world are all organized offshore. This is because
they have learnt the advantages the international markets can offer. UNIPAY2U INTERNATIONAL is
placing that same capability within reach of the individual and small to mid-sized enterprises that
can experience many of the same financial and security benefits that are offered worldwide. Open
your mind to international markets, venture globally, diversify your portfolio and benefit from better
percentages and asset protection. Simply, Grow with us!
STRATEGY
Although opportunities abound in numerous sectors, we decided long ago to focus our vision on
just an area that promise real, fundamental change to economies; Online Investment on Gold.
In both areas, we are looking for businesses that have the potential to generate significant earnings
over the long term. Our goal is to help create large, successful individual capital.
To that end, the financial product should address large markets with inspired leaders and a capable
management team to run the company. Certainly the technology is an important element, but the
success or failure of a company will ultimately depend on the management team. Integrity,
creativity, energy and ethical business practices are our basic rules for success.
In today's intensively competitive marketplace and most certainly in the financial markets of
tomorrow, we have to be made aware of the effects of deregulation, technological advancements
and governmental privatizations. UNIPAY2U INTERNATIONAL offers you an effective alternative
strategy with which to focus on, which is not enormously complex or daunting. We apply
knowledge of the critical elements of successful strategies to being able to generate and then
repatriate profits. UNIPAY2U INTERNATIONAL capability crosses all major asset classes, including
Active institutional clients.
If the circumstances are right, we're willing to wait for success, although the path to profitability is
always in mind.
"Our online venture is one-to-two years to maturity. And our strategy is to be active in all aspects of
start-up development, including strategy, venturing, partnerships, short term financing, and
operational advice."
Page 5 of 18
Most of our investments are close to online and real time. We believe that most effective
relationships grow from being nearby with the frequent personal contact that geographic proximity
affords. However we do not discount investment proposals that come from other global regions as
well.
If you feel that the following features describe your business, and then please consider our
Investment in Gold as a potential investment:
A cost-effective solution to a significant problem.
A new broad and enabling technology.
A focused development approach with realistic clearly-defined milestones.
A strong proprietary and competitive position.
A projected market of at least $100 million.
Strategies for commercialization, profitability and market dominance.
A superior management team.
Scientific and technical leadership.
WHY UNIPAY2U INTERNATIONAL
Who we are, what we do
Unipay2u International
bullion vault. The process is secure yet straightforward, and prices are competitive.
is where gold investors come to buy gold for storage in a professional
Here's how it works:
1. All
standard gold bar form.
2. It is stored by Via Mat in a professionally recognized bullion storage facility in Switzerland,
the UK or the USA.
3. Users are able to buy and sell directly with other
Unipay2u International users own guaranteed professional grade gold bullion, inUnipay2u International users, via
Unipay2u International
changes.
4. Anyone can participate. Private individuals can use the service to buy, own, store, and later
sell, professional grade bullion all at compelling prices usually available only in the
professional Bullion markets.
's order board. The gold does not move. Only the ownership
Page 6 of 18
BUSINESS PLAN
TRADING ACCOUNT
STARTER PACK LEADERSHIP REBATE NON RETENTION BONANZA
UNIPAY2U INTERNATIONAL TRADING ACCOUNT
Trading Account - USD 30 (1 Security Code = USD 30)
Trading Account - USD 200 (1 Security Code = USD 200)
Trading Account - USD 1000 (1 Security Code = USD 1000)
1. for Trading Account USD 30 - Investment Limit is USD 200
2. for Trading Account USD 200 - Investment Limit is USD 3000
3. for Trading Account USD 1000 - Investment Limit is USD 10,000
Complete the sign up section, submit the form and your purchase will commence immediately.
TRADING ACCOUNT SPONSOR INCENTIVE 5%
Unipay2u International Sponsor Incentive enables you to refer new investors and earn a lucrative
bonus of up to 5% on your referrals paid over of your sponsored associates.
Page 7 of 18
TRADING ACCOUNT
STARTER PACK LEADERSHIP REBATE NON RETENTION BONANZA
STARTER PACK
Starter Pack benefits up on Sign Up
Register with us with USD 30 or USD 200 or USD 1000. On successful registration you will get the following
benefits.
1. Membership Card
Page 8 of 18
TRADING ACCOUNT STARTER PACK
LEADERSHIP REBATE NON RETENTION BONANZA
TRADING ACCOUNTS AND LEADERSHIP REBATE DETAILS
Open a trading account with a security code. You can purchase security codes from authorized
agents. Upon successful registration you will get the following benefits.
1 Security Code = USD 30 (30BV)
1 Security Code = USD 200 (60BV)
1 Security Code = USD 1000 (120BV)
Page 9 of 18
Page 10 of 18
TRADING ACCOUNT STARTER PACK LEADERSHIP REBATE
NON RETENTION BONANZA
NON RETENTION BONANZA PLAN
*All Return of Interest (ROI) is inclusive of Principal Amount
INVESTMENT TEAM BONUS
Page 11 of 18
NON-RETENTION INTRODUCER REBATE SPOT 5%
When a purchaser makes a purchase, his/her introducer gets a rebate of 5% from the purchase as
his/her non-retention introducer rebate
Note:
All withdrawals is will be deducted 5% conversion rate of USD to INR
All withdrawals will be deducted 5% service charge
10% TDS Charges Applied towards Earnings
GOLD TODAY & BEST GENIUS SDN. BHD.
The information offered below is intended to generate global interest in our Gold products and
other services prior to our proposed massive international marketing efforts.
In today’s intensively competitive marketplace and most certainly in the financial markets of
tomorrow, we have to be made aware of the effects of deregulation, technological advancements
and governmental privatizations.
Unipay2u International offers you an effective alternative strategy with which to focus on, which is
not enormously complex or daunting.
We apply knowledge of the critical elements of successful strategies to being able to generate and
then repatriate profits.
Unipay2u International capability crosses all major asset classes, including Active institutional
clients.
Page 12 of 18
It is in the best interest of an individual to pursue information that will lead to a sound decision.
Ignoring the truth will never
Result in soundness or stability; our mission is to initiate a prudent and sensible portfolio
diversification that can be applied to current times.
Gradually but progressively, Gold once again is proven to be the only viable alternatively to the
fragile and flawed currency reserves of the world.
The sovereignty of gold coupled with the protection, discipline and stability of the international
Gold standard contrast a large portion of the over driven debt-issued monetary system with
systemic problems unrecognized and unseen. Gold is internationally, a stabilizing factor in
protecting the monetary interest of nations. With the implications of flexible debt based paper,
monetary systems and related political consequences, the reintroduction of Gold currency can be
expected.
In the midst of a Global currency devaluation scenario, one can’t help but notice that while oil is
supreme in the commodities arena; Gold reigns in the monetary system and has enjoyed this unique
esteem for years. Gold is strategic in the protection of currency stability.
The seemingly hidden link between Oil and Gold in undeniable. Preferring tangible assets, the oil
producing nations of the Middle East, understand that Gold is unmistakably the true international
currency. The realization, nay consensus that these oil exporting nations are trading in an
increasingly diminishing and valuable product, where production might not be able to keep up with
demand by 2010, for deficit prone paper currency is becoming more evident.
Until the world implements alternatives to the global dollar banking, the dollar will reign as the
global reserve currency with all its volatility. The world is dollar dependent.
Best Genius Sdn Bhd is positioning itself to fill not only an income gap for its business clients but
also promote consumer opinion in favor of Gold. Gold above all others is held as a hedge against the
debasement of paper money and potential currency devaluations. It can be considered as a stored
“standard of value”.
We choose not just to embrace the conventional, build around the familiar but to explore change.
The days of today are days of Great Change, and with Changes comes Opportunity.
We at Best Genius Sdn Bhd position ourselves today to reap the profits of tomorrow.
Page 13 of 18
Use your preferred currency
Unipay2u International operates a multicurrency system. You can simultaneously maintain balances
in US Dollars, Euros and Pounds Sterling and you can seek opportunities to trade gold using
whichever currency is most advantageous to you at the time.
Taking Delivery
Only when you take delivery of gold does your gold holding isolate you from the risks of the global
financial system.
At Unipay2u International you take immediate delivery of gold at the point of trade. At that instant
your gold becomes your outright property. You are not exposed to any credit risk. But you do not
take personal custody and this is certainty the best course.
When you take bullion away from professional market vaults the bars lose Resale value because
professional buyers become wary of their integrity.
Outside the recognized bullion market infrastructure you cannot take personal custody of a bar or
pass it on to a new owner with both parties enjoying absolute confidence that it has not been
tampered with, Although it is uncommon some bullion bars in private hands get ‘drilled out’. With
Unipay2u International you are guaranteed that this has not happened.
The most common spot market delivery unit of gold bullion is at 400 troy ounces inconveniently
large. At a $600 per ounce price one unit costs $240,000. Smaller delivery units cost a fabrication
premium and further reduce resale value.
Minimum costs on gold shipments make them uneconomic below about $500,000.
Privately held gold is substantially more expensive to insure than vault held gold.
Contrary to much popular belief it is rarely the case that privately hoarded gold can be used
effectively at its full bullion market value in times of crisis. More effective by far is to sell foreign hold
gold and re-partite the proceeds as they become needed. By storing within the Unipay2u
International service these problems are avoided, and the disadvantages of professional vaulting
namely inaccessibility to private customers and high minimum costs are avoided too.
CHECK POINTS FOR THE LEGAL MLM COMPANY
1. Company must have their own branded products.
2. A good residual plan is must.
3. Value for money should be there at the time of joining.
4. Products should be of daily use or must have REPURCHASE power.
5. Quality should be good as it is word of mouth business.
Page 14 of 18
6. Products should attract international customer.
7. Management should not be a part at some past illegal things.
8. At least a Private Limited firm should be there.
UNIPAY2U INTERNATIONAL IS A LEGAL CO. BECAUSE IT MEETS ALL THE ABOVE POINTS.
OUR BANK DETAILS
CURRENT ACCOUNT NAME:
UNIPAY2U MARKETING PRIVATE LIMITED
STATE BANK OF INDIA ACCOUNT NUMBER:
30900336230
Branch:
Jayamahal, Bangalore, Karnataka (for CASH & CHEQUE DEPOSIT)
HSBC BANK ACCOUNT NUMBER:
072-713027-001
Branch:
Bangalore, Karnataka (for CASH & CHEQUE DEPOSIT)
AXIS BANK ACCOUNT NUMBER:
693010200002530
Branch:
Majestic, Bangalore, Karnataka (for CASH & CHEQUE DEPOSIT)
Page 15 of 18
Page 16 of 18
Page 17 of 18
Page 18 of 18
CONTACT US
Unipay2u International
each
offers great Customer Service and comprehensive Technical Support topurchaser.
INDIA OFFICE ADDRESS:
UNIPAY 2U MARKETING PRIVATE LIMITED
#223,5TH MAIN, GANGA NAGAR,
BANGALORE - 560 032
.
PH:
080-32487435, 41327729. Fax: 080-41327728
MALAYSIA OFFICE ADDRESS:
Best Genius Sdn. Bhd.
No, F-3-36, IOI Boulevard,
Jalan Kenari 5, Bandar Puchong Jaya,
47100, Puchong, Selangor, Malaysia.
Tel:
+603 8076 6012 / +603 8076 4692. Fax: +603 8076 6239
FOR TECHNICAL / PURCHASER SUPPORT:
Customer Care is available 24/7 by Email and provides a 16 to 24 hour response time. Our technical
support email is
questions. Both purchaser support and FAQ's are available.
support@unipay2uint.com. We welcome all to review our detailed frequently asked
FEEDBACK AND SUGGESTIONS:
Are welcome via email to admin@unipay2uint.com