ispusage 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/ispusage/fetchers/au_exetel.rb +36 -0
- data/lib/ispusage/fetchers/au_tpg.rb +39 -0
- data/lib/ispusage/fetchers/fetcher.rb +8 -2
- data/lib/ispusage/fetchers.rb +2 -0
- data/lib/ispusage/usage_period.rb +1 -2
- data/lib/ispusage.rb +2 -0
- data/spec/fetchers/au_exetel_spec.rb +49 -0
- data/spec/fetchers/au_tpg_spec.rb +62 -0
- data/spec/fetchers/fetcher_spec.rb +12 -0
- data/spec/fixtures/au_exetel/login.html +70 -0
- data/spec/fixtures/au_exetel/usage.html +589 -0
- data/spec/fixtures/au_tpg/failure.html +285 -0
- data/spec/fixtures/au_tpg/login.html +145 -0
- data/spec/fixtures/au_tpg/usage.html +145 -0
- metadata +13 -2
@@ -0,0 +1,589 @@
|
|
1
|
+
HTTP/1.1 200 OK
|
2
|
+
Content-Type: text/html; charset=iso-8859-1
|
3
|
+
|
4
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
6
|
+
<title>Exetel Members Facilities | Members Summary</title>
|
7
|
+
<link href="../css/shared.css" rel="stylesheet" type="text/css" />
|
8
|
+
<link href="../css/adsl_mf.css" rel="stylesheet" type="text/css" />
|
9
|
+
<link href="../css/fauna_flora.css" rel="stylesheet" type="text/css" />
|
10
|
+
<link href="../css/sms_specific.css" rel="stylesheet" type="text/css" />
|
11
|
+
<link href="../css3/leftmenu.css" rel="stylesheet" type="text/css" />
|
12
|
+
<link href="../css/shortcuts.css" rel="stylesheet" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="../css/lytebox.css" type="text/css" media="screen" />
|
14
|
+
<script type="text/javascript" language="javascript" src="../js/lytebox.js"></script>
|
15
|
+
<script type="text/javascript" language="javascript" src="../js/shortcuts.js"></script>
|
16
|
+
<script type="text/javascript" src="../js3/jquery-1.2.2.pack.js"></script>
|
17
|
+
<script type="text/javascript" src="../js3/ddaccordion.js">
|
18
|
+
/***********************************************
|
19
|
+
* Accordion Content Script - (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
|
20
|
+
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
|
21
|
+
* This notice must stay intact for legal use
|
22
|
+
***********************************************/
|
23
|
+
</script>
|
24
|
+
|
25
|
+
<script type="text/javascript">
|
26
|
+
ddaccordion.init({
|
27
|
+
headerclass: "expandable", //Shared CSS class name of headers group that are expandable
|
28
|
+
contentclass: "categoryitems", //Shared CSS class name of contents group
|
29
|
+
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
|
30
|
+
defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
|
31
|
+
animatedefault: false, //Should contents open by default be animated into view?
|
32
|
+
persiststate: true, //persist state of opened contents within browser session?
|
33
|
+
toggleclass: ["", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
|
34
|
+
togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
|
35
|
+
animatespeed: "normal", //speed of animation: "fast", "normal", or "slow"
|
36
|
+
oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
|
37
|
+
//do nothing
|
38
|
+
},
|
39
|
+
onopenclose:function(header, index, state, isclicked){ //custom code to run whenever a header is opened or closed
|
40
|
+
//do nothing
|
41
|
+
}
|
42
|
+
})
|
43
|
+
</script>
|
44
|
+
|
45
|
+
</head>
|
46
|
+
<body>
|
47
|
+
|
48
|
+
<div id="outer">
|
49
|
+
|
50
|
+
|
51
|
+
<div id="shortcut_prompt">
|
52
|
+
<table border="0" align="center" style="border:1px solid #aaaaaa; background-color:#efefef;">
|
53
|
+
<tr style="border-bottom:1px solid #999;">
|
54
|
+
<td colspan="2" style="font-size:12px; color:#777;"><b>Shortcut This Page (Max of 5)</b></td>
|
55
|
+
<td align="right"><input type="image" onclick="hidediv('shortcut_prompt');" src="../images/mf_close_butt.gif" /></td>
|
56
|
+
</tr>
|
57
|
+
<tr>
|
58
|
+
<form name="add_form" action="add_shortcut.php" method="POST">
|
59
|
+
<td align="right"><b>Current Link:</b></td>
|
60
|
+
<td colspan="2">home.php</td>
|
61
|
+
</tr>
|
62
|
+
<tr>
|
63
|
+
<td align="right"><b>Title:</b></td>
|
64
|
+
<td><input type="text" name="title" /></td>
|
65
|
+
<td>
|
66
|
+
<input type="submit" name="submit" value="Add" onclick="return check_title(this.form);" />
|
67
|
+
<input type="hidden" name="link" value="home.php" />
|
68
|
+
<input type="hidden" name="add_shortcut" value="1" />
|
69
|
+
</td>
|
70
|
+
</form>
|
71
|
+
</tr>
|
72
|
+
<tr>
|
73
|
+
<td colspan="3" align="center"><a href="shortcuts.php">Edit Your Shortcuts</a></td>
|
74
|
+
</tr>
|
75
|
+
</table>
|
76
|
+
</div>
|
77
|
+
<div id="header">
|
78
|
+
<div class="links">
|
79
|
+
<ul>
|
80
|
+
<li><a href="http://www.exetel.com.au/index.php">Home</a></li>
|
81
|
+
<li><a href="https://webmail.exetel.com.au">Webmail</a></li>
|
82
|
+
<li><a href="http://exewiki.exetel.com.au/">ExeWiki</a></li>
|
83
|
+
<li><a href="http://mirror.exetel.com.au">Mirror</a></li>
|
84
|
+
<li><a href="http://games.exetel.com.au">Games</a></li>
|
85
|
+
<li><a href="http://forum.exetel.com.au/">Forums</a></li>
|
86
|
+
<li><a href="a_network.php" title="Network Status">Network Status</a></li>
|
87
|
+
<li><a href="http://www.exetel.com.au/contact.php">Contact</a></li>
|
88
|
+
<li><a href="site-map.php">Site Map</a></li>
|
89
|
+
</ul>
|
90
|
+
</div>
|
91
|
+
<div id="logout_btn"><a href="logout.php"><img src="../images/logout_btn.gif" width="91" height="35" alt="Logout" /></a></div>
|
92
|
+
<div id="shortcuts_btn"><input type="image" width="20" height="20" onclick="showdiv('shortcut_prompt');" src="../images/shortcut_add_icon.gif" title="Add This Page To Your Shortcuts Bar" style="outline:none;" /></div>
|
93
|
+
<div id="bill_box"><a href="billing_question.php"><img src="../images/ico_bill_questions.gif" width="56" height="50" alt="Billing Questions" /></a></div>
|
94
|
+
<div id="sugg_box"><a href="suggestion_box.php"><img src="../images/sugg_box.gif" width="56" height="50" alt="Suggestion Box" /></a></div>
|
95
|
+
<br class="clear" />
|
96
|
+
</div>
|
97
|
+
<div id="inner">
|
98
|
+
<div id="leftnav">
|
99
|
+
|
100
|
+
<div class="arrowlistmenu">
|
101
|
+
<div class="menuheader"><a href="home.php">Members Summary</a></div>
|
102
|
+
|
103
|
+
<div class="menuheader expandable">My Plan Details</div>
|
104
|
+
<ul class="categoryitems">
|
105
|
+
<li><a href="account_view_plan.php">View My Service Details</a></li>
|
106
|
+
<li><a href="change_service_plan.php">Change My Service</a></li>
|
107
|
+
<li><a href="account_view_service.php">View Services</a></li>
|
108
|
+
<li><a href="account_change_ip.php">View/Change IP</a></li>
|
109
|
+
</ul>
|
110
|
+
|
111
|
+
<div class="menuheader expandable">My Contact Details</div>
|
112
|
+
<ul class="categoryitems">
|
113
|
+
<li><a href="change-details.php">Change Contact Details</a></li>
|
114
|
+
<li><a href="account_change_modem_password.php">Change Password</a></li>
|
115
|
+
</ul>
|
116
|
+
|
117
|
+
<div class="menuheader expandable">Billing Details</div>
|
118
|
+
<ul class="categoryitems">
|
119
|
+
<li><a href="payment_view_invoice.php">View Invoices</a></li>
|
120
|
+
<li><a href="unbilled_call_charge.php">Unbilled Charges</a></li>
|
121
|
+
<li><a href="payment_failed_update.php">Failed Payment Status</a></li>
|
122
|
+
<li><a href="payment_change.php">Change Payment Details</a></li>
|
123
|
+
</ul>
|
124
|
+
|
125
|
+
|
126
|
+
<!--
|
127
|
+
<div class="menuheader expandable">Billing Details</div>
|
128
|
+
<ul class="categoryitems">
|
129
|
+
<li><a href="voice_address_book.php">Voice Address Book</a></li>
|
130
|
+
</ul>
|
131
|
+
|
132
|
+
<div class="menuheader"><a href="referral.php">Reduce Your Costs</a></div>
|
133
|
+
-->
|
134
|
+
|
135
|
+
<div class="menuheader expandable">Reduce Your Costs</div>
|
136
|
+
<ul class="categoryitems">
|
137
|
+
<li><a href="referral.php">How To Reduce Your Costs</a></li>
|
138
|
+
<li><a href="la_overview.php">Lite Agent Program</a></li>
|
139
|
+
</ul>
|
140
|
+
|
141
|
+
<div class="menuheader"><a href="information_from_email.php">Information From Exetel</a></div>
|
142
|
+
|
143
|
+
<div class="menuheader expandable">Fauna/Flora Protection</div>
|
144
|
+
<ul class="categoryitems">
|
145
|
+
<li><a href="protect_australia.php">Overview</a></li>
|
146
|
+
<li><a href="pa_faq.php">FAQ</a></li>
|
147
|
+
<li><a href="customer_donation_choice.php">Make/Change A Donation</a></li>
|
148
|
+
<li><a href="fauna-gouldian-finch.php">Gouldian Finch (NT)</a></li>
|
149
|
+
<li><a href="fauna-black-cockatoo.php">Black Cockatoo (WA)</a></li>
|
150
|
+
<li><a href="fauna-western-ground-parrot.php">Western Ground Parrot (WA)</a></li>
|
151
|
+
<li><a href="fauna-southern-ark-project.php">Potoroo+ (VIC)</a></li>
|
152
|
+
<li><a href="fauna-wa-sanctuary.php">Phascogale (WA)</a></li>
|
153
|
+
<li><a href="fauna-regent-honeyeater.php">Regent Honeyeater (NSW)</a></li>
|
154
|
+
<li><a href="flora-spiny-daisy.php">Spiny Daily (SA)</a></li>
|
155
|
+
<li><a href="fauna-sl-elephant.php">Sri Lankan Elephant (SL)</a></li>
|
156
|
+
<li><a href="pa_donation_stats.php">Financial Reports</a></li>
|
157
|
+
<li><a href="#" onclick="window.open('donation_certificate.php', 'MyInvoice', 'location=no, menubar=yes, status=no, toolbar=no, scrollbars=yes, resizable=yes, directories=no, titlebar=no')">Tax Exemption Certificates</a></li>
|
158
|
+
</ul>
|
159
|
+
|
160
|
+
<div class="menuheader expandable">Carbon Neutralisation</div>
|
161
|
+
<ul class="categoryitems">
|
162
|
+
<li><a href="pa_carbon.php">Overview</a></li>
|
163
|
+
<li><a href="pa_carbon_faq.php">FAQs</a></li>
|
164
|
+
<li><a href="customer_donation_choice.php">Make/Change A Donation</a></li>
|
165
|
+
</ul>
|
166
|
+
|
167
|
+
<div class="menuheader expandable">Manage/Setup Email</div>
|
168
|
+
<ul class="categoryitems">
|
169
|
+
<li><a href="email_configure.php">View Email Account</a></li>
|
170
|
+
<li><a href="email_add_account.php">Add Email Account</a></li>
|
171
|
+
<li><a href="email_spam.php">Spam Protection</a></li>
|
172
|
+
<li><a href="http://webmail.exetel.com.au" target="_blank">Webmail</a></li>
|
173
|
+
</ul>
|
174
|
+
|
175
|
+
<div class="menuheader expandable">Web/Blog Setup</div>
|
176
|
+
<ul class="categoryitems">
|
177
|
+
<li><a href="ftp_configure.php">Web Space Configuration</a></li>
|
178
|
+
<li><a href="blog_configure.php">Blog Configuration</a></li>
|
179
|
+
<li><a href="ftp_tools_download.php">FTP Download Tools</a></li>
|
180
|
+
</ul>
|
181
|
+
|
182
|
+
<div class="menuheader expandable">Manage Services - ADSL</div>
|
183
|
+
<ul class="categoryitems">
|
184
|
+
<li><a href="relocation.php">Move Service To New Address</a></li>
|
185
|
+
<li><a href="relocation_status.php">Moved Service Status</a></li>
|
186
|
+
<li><a href="change_service_plan.php">Change My Service</a></li>
|
187
|
+
<li><a href="service_view_change_plan_status.php">Changed Service Status</a></li>
|
188
|
+
<li><a href="service_cancel.php">Terminate My Service</a></li>
|
189
|
+
<li><a href="service_cancel_status.php">Terminated Service Status</a></li>
|
190
|
+
</ul>
|
191
|
+
|
192
|
+
<div class="menuheader"><a href="voice_bounce_pack_form.php">Manage Services - Add On Services</a></div>
|
193
|
+
|
194
|
+
<div class="menuheader expandable">Manage Services - Fax</div>
|
195
|
+
<ul class="categoryitems">
|
196
|
+
<li><a href="fax_details.php">Manage Fax To Email</a></li>
|
197
|
+
<li><a href="fax_email2fax_faq.php">Email To Fax FAQ</a></li>
|
198
|
+
<li><a href="fax_email2fax.php">Email To Fax Registration</a></li>
|
199
|
+
<li><a href="fax_email2fax_detail.php">Email To Fax Details</a></li>
|
200
|
+
<li><a href="fax_order_form.php">Order Fax To Email Number</a></li>
|
201
|
+
</ul>
|
202
|
+
|
203
|
+
<div class="menuheader expandable">Manage Services - SMS</div>
|
204
|
+
<ul class="categoryitems">
|
205
|
+
<li><a href="send_web_sms_detail.php">Send SMS</a></li>
|
206
|
+
<li><a href="send_web_sms_mvn_order_form.php">Order Virtual Mobile Number</a></li>
|
207
|
+
<li><a href="send_web_sms_manage_mvn.php">Manage Virtual Mobile Number</a></li>
|
208
|
+
<li><a href="send_web_sms_email2sms.php">Send Email To SMS</a></li>
|
209
|
+
<li><a href="send_web_sms_email.php">Receive Email To SMS</a></li>
|
210
|
+
<li><a href="auth_pin.php">Set SMS Pin</a></li>
|
211
|
+
<li><a href="send_web_sms_import_address_book.php">Import Address Book</a></li>
|
212
|
+
<li><a href="send_sms_over_hspa.php">Setup SMS Over HSPA Mobile</a></li>
|
213
|
+
<li><a href="send_web_sms_exeSMS.php">Download ExeSMS Application</a></li>
|
214
|
+
<li><a href="send_web_sms_faq.php">SMS FAQ</a></li>
|
215
|
+
<!--<li><a href="send_web_sms_address_book.php">Address Book</a></li>-->
|
216
|
+
<!--<li><a href="send_web_sms_templates.php">Templates</a></li>-->
|
217
|
+
<!--<li><a href="send_web_sms_detail_scheduled.php">View Scheduled Messages</a></li>-->
|
218
|
+
<!--<li><a href="send_web_sms_customize_sms_query.php">SMS Query (By Month)</a></li>-->
|
219
|
+
<!--<li><a href="send_web_sms_sender.php">Set Default Sender</a></li>-->
|
220
|
+
<!--<li><a href="send_web_sms_daily_limit.php">Set Daily SMS Limit</a></li>-->
|
221
|
+
<!--<li><a href="send_web_sms_api_access.php">SMS API Access</a></li>-->
|
222
|
+
</ul>
|
223
|
+
|
224
|
+
<div class="menuheader expandable">Manage Services - Mobile</div>
|
225
|
+
<ul class="categoryitems">
|
226
|
+
<li><a href="modify_mobile_view_details.php">View Mobile Account Details</a></li>
|
227
|
+
<li><a href="usage_mobile4.php">Mobile Meter Usage</a></li>
|
228
|
+
<li><a href="input_mobile_spend_threshold.php">Mobile Spend Threshold</a></li>
|
229
|
+
<li><a href="mobile_roaming_update.php">Update Global Roaming</a></li>
|
230
|
+
<li><a href="http://www.19sms.com.au/19_service.php" target="_blank">Lookup Premium 19SMS</a></li>
|
231
|
+
<li><a href="mobile_plan_evaluation.php">Mobile Plan Comparison</a></li>
|
232
|
+
<li><a href="modify_mobile_cancel.php">Disconnect Mobile Service</a></li>
|
233
|
+
<li><a href="mobile_modify_service.php">Activate Mobile Service</a></li>
|
234
|
+
<li><a href="modify_mobile_change_plan.php">Change Mobile Plan</a></li>
|
235
|
+
<li><a href="mobile_online_form.php">Order Mobile Services</a></li>
|
236
|
+
</ul>
|
237
|
+
|
238
|
+
<div class="menuheader expandable">Manage Services - VoIP</div>
|
239
|
+
<ul class="categoryitems">
|
240
|
+
<li><a href="voip_usage.php">VOIP Meter</a></li>
|
241
|
+
<li><a href="voip_pack_usage.php">VOIP Added Value Meter</a></li>
|
242
|
+
<li><a href="voip_conference_usage.php">Conference Call Meter</a></li>
|
243
|
+
<li><a href="voice_address_book.php">Address Book</a></li>
|
244
|
+
<li><a href="input_voip_spend_threshold.php">Spend Threshold</a></li>
|
245
|
+
<li><a href="voip_call_connect.php">Call Connect</a></li>
|
246
|
+
<li><a href="voip_conference.php">Conference Call Settings</a></li>
|
247
|
+
<li><a href="voip_bandwidth_calc.php">Bandwidth Calculator</a></li>
|
248
|
+
<li><a href="voip_fring.php">Fring</a></li>
|
249
|
+
<li><a href="cancel_voip_pack_service.php">Cancel VOIP Service</a></li>
|
250
|
+
<li><a href="voip_setup.php">Setup Guides</a></li>
|
251
|
+
<li><a href="voip_modify_service.php">Change VOIP Service</a></li>
|
252
|
+
<li><a href="voip_pack_order_form.php">Order VoIP Added Value Services</a></li>
|
253
|
+
<li><a href="voip_order_form.php">Order VoIP Services</a></li>
|
254
|
+
</ul>
|
255
|
+
|
256
|
+
<div class="menuheader expandable">Manage Services - Wireless Broadband</div>
|
257
|
+
<ul class="categoryitems">
|
258
|
+
<li><a href="hspa_view_services.php">View Accounts</a></li>
|
259
|
+
<li><a href="hspa_order.php">Order Wireless Broadband (Post-paid)</a></li>
|
260
|
+
<li><a href="hspa_order_prepaid.php">Order Wireless Broadband (Pre-paid)</a></li>
|
261
|
+
</ul>
|
262
|
+
|
263
|
+
<div class="menuheader expandable">Manage Services - Wireline</div>
|
264
|
+
<ul class="categoryitems">
|
265
|
+
<li><a href="telephone.php">Wireline Meter</a></li>
|
266
|
+
<li><a href="service_change_phone_setting.php">Change ADSL2 Telephone Settings</a></li>
|
267
|
+
<li><a href="modify_voice_cancel.php">Cancel Long Distance Phone Service</a></li>
|
268
|
+
<li><a href="voice_online_form.php">Order Voice Services</a></li>
|
269
|
+
</ul>
|
270
|
+
|
271
|
+
<div class="menuheader expandable">Manage Services - Calling Cards</div>
|
272
|
+
<ul class="categoryitems">
|
273
|
+
<li><a href="calling_card_detail.php">Current Details</a></li>
|
274
|
+
<li><a href="calling_card_usage.php">Call Usage Details</a></li>
|
275
|
+
<li><a href="calling_card_recharge.php">Recharge Calling Cards</a></li>
|
276
|
+
<li><a href="calling_card_callerid.php">Caller ID Setup</a></li>
|
277
|
+
<li><a href="calling_card_rates.php">Current Call Rates</a></li>
|
278
|
+
<li><a href="voip_calling_card_purchase.php">Order Calling Cards</a></li>
|
279
|
+
</ul>
|
280
|
+
|
281
|
+
<div class="menuheader expandable">Manage Services - Hosting Services</div>
|
282
|
+
<ul class="categoryitems">
|
283
|
+
<li><a href="hosting_manage_domain.php">Order/Manage Domain</a></li>
|
284
|
+
<li><a href="order_web_service_website.php">Order Web Site Hosting</a></li>
|
285
|
+
<li><a href="order_web_service_manage_website.php">Manage Website Hosting</a></li>
|
286
|
+
<li><a href="web_service_email_order_form.php">Order Email Hosting</a></li>
|
287
|
+
<li><a href="order_web_service_manage_email.php">Manage Email Hosting</a></li>
|
288
|
+
<li><a href="order_web_service_ip.php">Order Additional IP Addresses</a></li>
|
289
|
+
</ul>
|
290
|
+
|
291
|
+
<div class="menuheader expandable">Purchase Hardware</div>
|
292
|
+
<ul class="categoryitems">
|
293
|
+
<li><a href="modem_order_form.php">Order Netcomm Hardware </a></li>
|
294
|
+
<li><a href="modem_ship_status.php">Shipping Status</a></li>
|
295
|
+
</ul>
|
296
|
+
|
297
|
+
<div class="menuheader"><a href="logout.php">Logout</a></div>
|
298
|
+
</div>
|
299
|
+
|
300
|
+
</div>
|
301
|
+
<div id="main">
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
<!-- LEFT COLUMN - START -->
|
306
|
+
|
307
|
+
<div class="leftcol">
|
308
|
+
<div class="front_box">
|
309
|
+
<div class="front_box_head">Contact Details <span><a href="change-details.php">(edit)</a></span>
|
310
|
+
<div class="props"><img src="../images/icon_config.gif" alt="Display Settings" width="16" height="16" onclick="location.href='ms-settings.php';" /></div>
|
311
|
+
</div>
|
312
|
+
<hr />
|
313
|
+
<p align="center"><b><a href="account_change_modem_password.php">Modem Username</a>:</b> <span class="boldred">0512345678@none.exetel.com.au</span></p>
|
314
|
+
</div>
|
315
|
+
|
316
|
+
<div class="front_box">
|
317
|
+
<div class="front_box_head">Network/Connection Problems? <span><a href="a_network.php">(view)</a></span>
|
318
|
+
<div class="props"><img src="../images/icon_config.gif" alt="Display Settings" width="16" height="16" onclick="location.href='ms-settings.php';" /></div>
|
319
|
+
</div>
|
320
|
+
<p>Before opening a ticket, use this facility to check your service status <b><a href="service_status.php">here</a></b>.</p>
|
321
|
+
<p>To log a new Fault Ticket, please <b><a href="https://helpdesk.exetel.com.au/">click here</a></b>.</p>
|
322
|
+
<p>To check on the progress of a fault ticket, <b><a href="account_view_fault_status.php">click here</a></b>.</p>
|
323
|
+
<p>To test your connection's speed, <b><a href="account_speed_test.php">click here</a></b>.</p>
|
324
|
+
<p>To see a diagram of Exetel's network, <b><a href="../images/exetel_network.png" target="_blank">click here</a></b>.</p>
|
325
|
+
<p>To check on bandwidth usage in your state, <b><a href="http://public.mrtg.exetel.com.au/bwsummary/ExetelBandwidthSummary.html">click here</a></b>.</p>
|
326
|
+
<p>To see if there are any known issues with the Exetel controlled parts of the network please <b><a href="a_network.php">click here</a></b>.</p>
|
327
|
+
</div>
|
328
|
+
|
329
|
+
|
330
|
+
</div>
|
331
|
+
|
332
|
+
|
333
|
+
<!-- LEFT COLUMN END / RIGHT COLUMN START -->
|
334
|
+
|
335
|
+
<div class="rightcol">
|
336
|
+
|
337
|
+
|
338
|
+
<div class="front_box">
|
339
|
+
<div class="front_box_head">Current Month's ADSL Usage <span><a href="home_details.php">(view detailed)</a></span>
|
340
|
+
<div class="props"><img src="../images/icon_config.gif" alt="Display Settings" width="16" height="16" onclick="location.href='ms-settings.php';" /></div>
|
341
|
+
</div>
|
342
|
+
|
343
|
+
<p align="center" class="special" style="font-size:11px;">Your Usage From:</b> 01-March-2010 (Updated at 2010-03-08 18:20:54)</p>
|
344
|
+
|
345
|
+
<table border="0" width="100%">
|
346
|
+
<tr>
|
347
|
+
<td>Peak | <span style="color:#777;"><b>Period Option:</b> 12:00 pm to 12:00 am</span></td>
|
348
|
+
</tr>
|
349
|
+
<tr>
|
350
|
+
<td>
|
351
|
+
<div class="new_usage_wrap">
|
352
|
+
<div class="new_usage_content">13.15 GB / 70 GB (18.79%)</div>
|
353
|
+
<div class="new_usage_bar" style="width: 18.7857142857%;"></div>
|
354
|
+
</div>
|
355
|
+
</td>
|
356
|
+
</tr>
|
357
|
+
<tr>
|
358
|
+
<td>Off-Peak | <span class="new_usage_sub_title"><b>Period Option:</b> 12:00 am to 12:00 pm</span></td>
|
359
|
+
</tr>
|
360
|
+
<tr>
|
361
|
+
<td>
|
362
|
+
<div class="new_usage_wrap">
|
363
|
+
<div class="new_usage_content">6.92 GB / 60 GB (11.53%)</div>
|
364
|
+
<div class="new_usage_bar" style="width: 11.6666666667%;"></div>
|
365
|
+
</div>
|
366
|
+
</td>
|
367
|
+
</tr>
|
368
|
+
|
369
|
+
|
370
|
+
<tr>
|
371
|
+
<td>Monthly Progress</td>
|
372
|
+
</tr>
|
373
|
+
<tr>
|
374
|
+
<td>
|
375
|
+
<div class="new_usage_wrap">
|
376
|
+
<div class="new_usage_content">8 / 31 (26%)</div>
|
377
|
+
<div class="new_usage_bar" style="width: 25.8064516129%;"></div>
|
378
|
+
</div>
|
379
|
+
</td>
|
380
|
+
</tr>
|
381
|
+
</table>
|
382
|
+
|
383
|
+
<p align='center' class='special' style='font-size:11px;'>Usage Meter Server Time is 2010-03-08 07:49:03 PM. <br />Downloads are currently being metered as peak usage. </p></center>
|
384
|
+
|
385
|
+
</div>
|
386
|
+
|
387
|
+
<div class="front_box">
|
388
|
+
<div class="front_box_head">Email2Fax <span><a href="fax_email2fax_detail.php">(view)</a></span>
|
389
|
+
<div class="props"><img src="../images/icon_config.gif" alt="Display Settings" width="16" height="16" onclick="location.href='ms-settings.php';" /></div>
|
390
|
+
</div>
|
391
|
+
|
392
|
+
|
393
|
+
<p align="center"><b>Total Email2Fax Sent This Month:</b> <span style="color:green">0</span></p>
|
394
|
+
|
395
|
+
|
396
|
+
<p align="center"><b>Total Cost for Email2Fax this Month:</b> <span style="color:green">$0.00</span></p>
|
397
|
+
</div>
|
398
|
+
<div class="front_box">
|
399
|
+
<div class="front_box_head">SMS <span><a href="send_web_sms_customize_sms_query.php">(view)</a></span>
|
400
|
+
<div class="props"><img src="../images/icon_config.gif" alt="Display Settings" width="16" height="16" onclick="location.href='ms-settings.php';" /></div>
|
401
|
+
</div>
|
402
|
+
|
403
|
+
<table border="1" cellpadding="2" cellspacing="0">
|
404
|
+
<tr>
|
405
|
+
<th align="center">Month</th>
|
406
|
+
<th align="center">Total Sent</th>
|
407
|
+
</tr>
|
408
|
+
|
409
|
+
|
410
|
+
<tr>
|
411
|
+
<td align="right"><b>March-2010</b></td>
|
412
|
+
<td align="center">0</td>
|
413
|
+
</tr>
|
414
|
+
|
415
|
+
|
416
|
+
<tr>
|
417
|
+
<td align="right"><b>February-2010</b></td>
|
418
|
+
<td align="center">0</td>
|
419
|
+
</tr>
|
420
|
+
|
421
|
+
|
422
|
+
<tr>
|
423
|
+
<td align="right"><b>January-2010</b></td>
|
424
|
+
<td align="center">0</td>
|
425
|
+
</tr>
|
426
|
+
|
427
|
+
|
428
|
+
<tr>
|
429
|
+
<th align="center">Total:</th>
|
430
|
+
<td align="center">0</td>
|
431
|
+
</tr>
|
432
|
+
</table>
|
433
|
+
|
434
|
+
<p align="center"><a href="send_web_sms_detail.php"><img src="../images/mf_sms_butt.gif" alt="Send SMS" /></a></p>
|
435
|
+
|
436
|
+
</div>
|
437
|
+
|
438
|
+
|
439
|
+
</div>
|
440
|
+
|
441
|
+
<br class="clear" />
|
442
|
+
|
443
|
+
<hr />
|
444
|
+
|
445
|
+
<h2 align="center">Last 12 Months Usage Summary</h2>
|
446
|
+
|
447
|
+
|
448
|
+
<center>
|
449
|
+
<iframe name="terms" frameborder='0' border='0' width='750' height='230' src='usage_image.php'></iframe>
|
450
|
+
</center>
|
451
|
+
|
452
|
+
|
453
|
+
<hr />
|
454
|
+
|
455
|
+
<h2 align="center">Customer Usage Query</h2>
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
<form name="usage_query_form" action="usage_customize_query.php" method="post">
|
460
|
+
|
461
|
+
|
462
|
+
<table border="0" cellpadding="2" cellspacing="2">
|
463
|
+
<tr>
|
464
|
+
<td align="right" nowrap class="body2">Year: </td>
|
465
|
+
<td class="body">
|
466
|
+
<select name="year_search_key">
|
467
|
+
<OPTION VALUE="2010" SELECTED>2010</OPTION>
|
468
|
+
<OPTION VALUE="2009" >2009</OPTION>
|
469
|
+
<OPTION VALUE="2008" >2008</OPTION>
|
470
|
+
<OPTION VALUE="2007" >2007</OPTION>
|
471
|
+
<OPTION VALUE="2006" >2006</OPTION>
|
472
|
+
<OPTION VALUE="2005" >2005</OPTION>
|
473
|
+
<OPTION VALUE="2004" >2004</OPTION>
|
474
|
+
</select>
|
475
|
+
</td>
|
476
|
+
<td align="right" nowrap class="body2">Month: </td>
|
477
|
+
<td class="body">
|
478
|
+
<select name="month_search_key">
|
479
|
+
<option value="01" >01</option>
|
480
|
+
<option value="02" >02</option>
|
481
|
+
<option value="03" SELECTED>03</option>
|
482
|
+
<option value="04" >04</option>
|
483
|
+
<option value="05" >05</option>
|
484
|
+
<option value="06" >06</option>
|
485
|
+
<option value="07" >07</option>
|
486
|
+
<option value="08" >08</option>
|
487
|
+
<option value="09" >09</option>
|
488
|
+
<option value="10" >10</option>
|
489
|
+
<option value="11" >11</option>
|
490
|
+
<option value="12" >12</option>
|
491
|
+
</select>
|
492
|
+
</td>
|
493
|
+
<td align="right" nowrap class="body2">Date - Start From: </td>
|
494
|
+
<td class="body">
|
495
|
+
<select name="start_day_search_key">
|
496
|
+
<option value="01" SELECTED>01</option>
|
497
|
+
<option value="02" >02</option>
|
498
|
+
<option value="03" >03</option>
|
499
|
+
<option value="04" >04</option>
|
500
|
+
<option value="05" >05</option>
|
501
|
+
<option value="06" >06</option>
|
502
|
+
<option value="07" >07</option>
|
503
|
+
<option value="08" >08</option>
|
504
|
+
<option value="09" >09</option>
|
505
|
+
<option value="10" >10</option>
|
506
|
+
<option value="11" >11</option>
|
507
|
+
<option value="12" >12</option>
|
508
|
+
<option value="13" >13</option>
|
509
|
+
<option value="14" >14</option>
|
510
|
+
<option value="15" >15</option>
|
511
|
+
<option value="16" >16</option>
|
512
|
+
<option value="17" >17</option>
|
513
|
+
<option value="18" >18</option>
|
514
|
+
<option value="19" >19</option>
|
515
|
+
<option value="20" >20</option>
|
516
|
+
<option value="21" >21</option>
|
517
|
+
<option value="22" >22</option>
|
518
|
+
<option value="23" >23</option>
|
519
|
+
<option value="24" >24</option>
|
520
|
+
<option value="25" >25</option>
|
521
|
+
<option value="26" >26</option>
|
522
|
+
<option value="27" >27</option>
|
523
|
+
<option value="28" >28</option>
|
524
|
+
<option value="29" >29</option>
|
525
|
+
<option value="30" >30</option>
|
526
|
+
<option value="31" >31</option>
|
527
|
+
</select>
|
528
|
+
</td>
|
529
|
+
</tr>
|
530
|
+
<tr>
|
531
|
+
<td align="right" nowrap class="body2" colspan="4"></td>
|
532
|
+
<td align="right" nowrap class="body2">Date - End To: </td>
|
533
|
+
<td class="body">
|
534
|
+
<select name="end_day_search_key">
|
535
|
+
<option value="01" >01</option>
|
536
|
+
<option value="02" >02</option>
|
537
|
+
<option value="03" >03</option>
|
538
|
+
<option value="04" >04</option>
|
539
|
+
<option value="05" >05</option>
|
540
|
+
<option value="06" >06</option>
|
541
|
+
<option value="07" >07</option>
|
542
|
+
<option value="08" SELECTED>08</option>
|
543
|
+
<option value="09" >09</option>
|
544
|
+
<option value="10" >10</option>
|
545
|
+
<option value="11" >11</option>
|
546
|
+
<option value="12" >12</option>
|
547
|
+
<option value="13" >13</option>
|
548
|
+
<option value="14" >14</option>
|
549
|
+
<option value="15" >15</option>
|
550
|
+
<option value="16" >16</option>
|
551
|
+
<option value="17" >17</option>
|
552
|
+
<option value="18" >18</option>
|
553
|
+
<option value="19" >19</option>
|
554
|
+
<option value="20" >20</option>
|
555
|
+
<option value="21" >21</option>
|
556
|
+
<option value="22" >22</option>
|
557
|
+
<option value="23" >23</option>
|
558
|
+
<option value="24" >24</option>
|
559
|
+
<option value="25" >25</option>
|
560
|
+
<option value="26" >26</option>
|
561
|
+
<option value="27" >27</option>
|
562
|
+
<option value="28" >28</option>
|
563
|
+
<option value="29" >29</option>
|
564
|
+
<option value="30" >30</option>
|
565
|
+
<option value="31" >31</option>
|
566
|
+
</select>
|
567
|
+
</td>
|
568
|
+
</tr>
|
569
|
+
<tr>
|
570
|
+
<td align="right" nowrap colspan="6">
|
571
|
+
<input type="submit" value="Search" />
|
572
|
+
<input type="hidden" name="do_usage_search" value="1" />
|
573
|
+
</td>
|
574
|
+
</tr>
|
575
|
+
</table>
|
576
|
+
|
577
|
+
</form>
|
578
|
+
|
579
|
+
|
580
|
+
</div>
|
581
|
+
<br class="clear" />
|
582
|
+
</div>
|
583
|
+
<br class="clear" />
|
584
|
+
<div id="footer">Copyright © Exetel Pty Ltd 2010 - ABN 350 979 865 46 | <a href="site-map.php">Site Map</a></div>
|
585
|
+
</div>
|
586
|
+
|
587
|
+
</body>
|
588
|
+
</html>
|
589
|
+
|