-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgettingstarted.html
663 lines (567 loc) · 22 KB
/
gettingstarted.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<html lang="english" dir="ltr" data-style="basic">
<!--
vPanel Demo
(c) 2022-Present Wybe Network, no rights reserved. The idea and text is from SmallHost, at smallhost.us.to.
This is a demo version of vPanel for MOFH-based providers.
You are free to use this code with changes that will be explained later.
Providing/retaining credit to Wybe and SmallHost is recommended, but not required.
Enjoy! ^w^
-->
<head>
<style type="text/css">
.ng-animate.item:not(.left):not(.right) {
-webkit-transition: 0s ease-in-out left;
transition: 0s ease-in-out left
}
</style>
<style type="text/css">
@charset "UTF-8";
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
display: none !important;
}
ng\:form {
display: block;
}
.ng-animate-shim {
visibility: hidden;
}
.ng-anchor {
position: absolute;
}
</style>
<title> </title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#293a4a">
<!-- Mobile Chrome-->
<meta name="mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-status-bar-style" content="default">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="shortcut icon" href="elements/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="elements/original.master-ltr.cmb.min.css">
<link rel="stylesheet" type="text/css" href="elements/chosen.min.css">
<style type="text/css">
/* Embedding: /usr/local/cpanel/base/frontend/paper_lantern/home/dashboard.min.css */
#cpanel_body {
max-width: none
}
.panel-widget {
border-radius: 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, .2);
height: auto;
border: 0;
margin-bottom: 15px;
display: table;
width: 100%;
max-width: 100%
}
.widget-heading {
border: 1px solid #293a4a;
background-color: rgba(41, 58, 74, .95);
color: #fff;
text-transform: uppercase
}
.widget-heading .close {
color: #fff;
opacity: 1
}
.widget-draggable {
cursor: move
}
.group-header-indicator {
cursor: pointer
}
html[dir="rtl"] .pull-right {
float: left !important
}
.alert-list {
margin: 0;
padding: 0;
width: 100%
}
.alert-item {
padding: 0 8px;
display: inline-block;
width: 50%;
vertical-align: top;
float: left;
zoom: 1;
*display: inline
}
html[dir="rtl"] .alert-item {
float: right
}
@media(max-width:767px) {
.alert-item {
width: 100%;
padding: 0 8px
}
}
.drag {
opacity: .5
}
.drag+.drag-over,
#content .drag-hidden {
margin: 0;
height: 0;
outline-style: none
}
.drag-over {
outline-style: dashed;
height: 80px;
margin: 10px 0
}
.drop-area {
padding: 5px 0
}
#jump-search {
margin-bottom: 5px
}
.icon-menu-section {
margin-bottom: 5px
}
.icon-container-body {
padding-left: 15px;
padding-top: 15px;
clear: both;
margin-left: 0;
margin-right: 0;
overflow: hidden;
width: 100%
}
html[dir="rtl"] .icon-container-body {
padding-right: 15px;
padding-left: 0
}
.item {
float: left;
height: 60px;
padding: 0;
text-align: left
}
html[dir="rtl"] .item {
text-align: right;
float: right
}
.icon {
display: block;
margin: auto
}
.itemContentWrapper {
padding: 0;
width: 100%
}
.itemImageWrapper {
display: inline-block;
vertical-align: middle
}
.itemTextWrapper {
padding: 10px 0 10px 5px;
display: inline-block;
vertical-align: middle;
width: 200px
}
html[dir="rtl"] .itemTextWrapper {
padding: 10px 5px 10px 0
}
.icon-menu-section .close,
.icon-menu-section .close:hover,
.icon-menu-section .close:active,
.icon-menu-section .close:focus {
opacity: 1;
color: #fff
}
@media(min-width:992px) {
html[dir="ltr"] #stats {
padding-left: 0
}
html[dir="rtl"] #stats {
padding-right: 0
}
}
.app-name {
text-transform: capitalize;
padding: 0 0 5px 0;
display: block;
word-break: break-all
}
.general-info-label {
text-transform: capitalize;
display: block
}
.general-info-value {
display: block
}
.progress {
margin: 5px 0 5px 0
}
.progress-bar-disabled {
background-color: #b2b2b2
}
.progress {
height: 4px;
border-radius: 0;
box-shadow: none;
background: #c8c8c8
}
.progress .progress-bar {
box-shadow: none
}
.warning .app-stat-upgrade .fa-exclamation-triangle {
color: #8a6d3b
}
.danger .app-stat-upgrade .fa-exclamation-triangle {
color: #a94442
}
.success .progress-bar {
background-color: #5cb85c
}
.info .progress-bar {
background-color: #5bc0de
}
.warning .progress-bar {
background-color: #f0ad4e
}
.danger .progress-bar {
background-color: #d9534f
}
#statsSection tr.success.app-stat-row,
#statsSection tr.info.app-stat-row {
border-left: none
}
#statsSection tr.success td,
#statsSection tr.info td {
background: 0
}
#statsSection .app-stat-upgrade {
width: 50px;
padding: 0;
line-height: 75px;
text-align: center
}
.app-stat-upgrade a {
display: none;
height: 100%;
width: 100%;
text-align: center;
color: #fff;
background-color: #428bca
}
.warning>.app-stat-upgrade>a>i,
.danger>.app-stat-upgrade>a>i {
vertical-align: middle
}
.warning>.app-stat-upgrade>a,
.danger>.app-stat-upgrade>a {
display: inline-block
}
.updating-elements {
display: inline-block
}
.application-list-loading-indicator {
margin: auto;
font-weight: 500;
font-size: 36px;
text-align: center;
vertical-align: middle;
padding: 20px 0
}
/* Embedding: /usr/local/cpanel/base/frontend/paper_lantern/css/angular-chosen-spinner.min.css */
.localytics-chosen.loading+.chosen-container-multi .chosen-choices {
background-image: url('elements/spinner.gif');
background-repeat: no-repeat;
background-position: 98%
}
html[dir="rtl"] .localytics-chosen.loading+.chosen-container-multi .chosen-choices {
background-position: 2%
}
.localytics-chosen.loading+.chosen-container-single .chosen-single span {
background: url('elements/spinner.gif') no-repeat right
}
html[dir="rtl"] .localytics-chosen.loading+.chosen-container-single .chosen-single span {
background: url('elements/spinner.gif') no-repeat left
}
.localytics-chosen.loading+.chosen-container-single .chosen-single .search-choice-close {
display: none
}
</style>
<link rel="stylesheet" type="text/css" href="elements/icon_spritemap.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script type="text/javascript" src="elements/bootstrap.min.js"></script>
</head>
<body id="cpanel_body" class="yui-skin-sam">
<div id="wrap">
<header id="masterAppContainer" ng-controller="applicationListController" class="ng-scope">
<div class="navbar navbar-inverse navbar-cpanel navbar-fixed-top" role="navigation">
<div class="navbar-header">
<button type="button" id="btnSideBarToggle" class="cp-nav-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="cp-icon-bar"></span>
<span class="cp-icon-bar"></span>
<span class="cp-icon-bar"></span>
</button>
<a href="./" id="lnkHeaderHome" class="navbar-brand" target="_top" title="Home">
<img id="imgLogo" class="navbar-brand-logo" src="elements/vplogo.png" alt="">
<font style="vertical-align: sub;">
</font>
</a>
<script type="text/ng-template" id="customTemplate.html">
<a href="{{ match.model.url }}">
</a>
</script>
<div class="navbar-preferences form-inline">
<div class="btn-group">
<button id="btnUserPref" data-toggle="dropdown" class="btn dropdown-toggle user-preferences-btn">
<span id="userImg" class="glyphicon glyphicon-user"></span>
<span id="lblUserNameTxt" class="hidden-inline-xs">YOURPREFIX_DEMO</span>
<span id="caretImg" class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li>
<a id="lnkUserPrefChangePwd" href="changepassword.html">Change
Password</a>
</li>
<li>
<a id="lnkUserPrefChangeLang" href="changelanguage.html">Change
Language</a>
</li>
<li>
<a id="lnkUserPrefUpdateContactInfo" href="changeemail.html">Update
Contact Email </a>
</li>
<li>
<a id="lnkUserPrefResetInterface" href="#" data-toggle="modal" data-target="#demo"
onclick="reset_all_interface_settings()">
Reset Page Settings
</a>
</li>
</ul>
</div>
<a id="lnkHeaderLogout" target="_top" href="#" data-toggle="modal" data-target="#demo"
class="btn link-buttons">
<span id="logoutImg" class="glyphicon glyphicon-log-out"></span>
<span id="lblLogout" class="hidden-inline-xs">Log Out</span>
</a>
</div>
</div>
</div>
<!-- UI INCLUDES GLOBAL HEADER -->
<div id="include-global-header">
</div>
<!-- UI INCLUDES GLOBAL HEADER END-->
</header>
<aside id="sidebar" class="ng-scope">
<a id="lnkMenu" href="./" title="" class="active" data-placement="right" data-original-title="Home">
<i class="fa fa-2x fa-th" id="imgMenu"></i>
</a>
<a id="26244546358179969" href="upgrade.html" data-placement="right"
data-original-title="Upgrade Plans">
<img width="28px" height="28px" src="elements/pl-sidebar-upgrade.png">
</a>
<br><br>
<div style="position: float;left:100px; vertical-align:middle;"></div>
</aside>
<!-- Content -->
<div id="content">
<div class="body-content">
<a class="btn btn-info" href="accountsettings.html">FTP, MySQL and other settings can be found here</a><br><br>
<b>Get started with your new free hosting account easily with...</b>
<br><br>
<u><h4>The Getting Started Guide</h4></u>
<br>
<h2>What to do first?</h2>
<p>Your free account allows you to make a website three ways, with HTML,
more advanced PHP or the SiteBuilder method for those really getting
started.<br><br>
First you need to decide how you will make your site, will it be static
HTML or dynamic PHP? If you are just getting started for the first time
ever we recommend starting with basic static HTML<br><br>
So, starting with basic HTML? Good, here is how!: <br><br>
</p><h2>Making a basic HTML webpage</h2>
<p>HTML (HyperText Markup Language) is the code of a website, it gives
it the basic framework of how it will look, what goes where and how it
is displayed. If you are not familiar with HTML coding you can use a web
design editor (WYSIWYG) such as Microsoft Frontpage / Expression Web,
Dreamweaver or many others to design your site much like writing a
document in Microsoft Word.. <br><br>
Even if you intend on using a web editor like Frontpage it is best to
familiarize yourself with the coding by completing a tutorial or two
below.: <br><br>
<h2html tutorials="">
<a href="http://www.w3schools.com/html/" target="_blank">Tutorial Site 1</a><br>
<a href="http://www.echoecho.com/html.htm">Tutorial Site 2</a><br>
<a href="http://webdesign.about.com/od/beginningtutorials/a/bl_htmltutorial.htm">Tutorial Site 3</a><br>
<a href="http://www.accessv.com/%7Eemail/webpages/">Tutorial Site 4</a>
<br><br>
</h2html></p><h2>Finding a Web Editor</h2>
<p>
There are many, many web editor program available free, open source and
commercial included and you can use any one of them with your free
hosting account..<br><br>
Here are a few we recommend, some free and some trial based: <br>
<br>
<a href="https://www.adobe.com/cfusion/tdrc/index.cfm?product=dreamweaver" target="_blank">Adobe Dreamweaver</a><br>
<a href="http://www.kompozer.net/" target="_blank">Kompozer</a><a href="http://www.coffeecup.com/html-editor/" target="_blank"><br>
Coffee Cup</a><br>
<a href="http://www.freeserifsoftware.com/commence-download.asp?CommenceDownload=webplus&navproduct=webplus&Check=True" target="_blank">WebPlus 6</a>
<br><br>
</p><h2>Forget HTML, I want PHP!</h2>
Creating a PHP website is really quite easy, especially if you already
know PHP coding but if not and you want to learn, please review the
following tutorials.: <br>
<br>
<a href="http://www.freewebmasterhelp.com/tutorials/phpmysql" target="_blank">PHP / MySQL Tutorial 1</a><br>
<a href="http://www.webmonkey.com/programming/php/tutorials/tutorial4.html" target="_blank">PHP / MySQL Tutorial 2</a><br>
<a href="http://www.tizag.com/mysqlTutorial/" target="_blank">PHP
/ MySQL Tutorial 3</a><br>
<a href="http://www.sitepoint.com/article/php-mysql-tutorial">PHP
/ MySQL Tutorial 4</a>
<br><br>
<br>
<h2>What about forums, galleries, blogs or CMS?</h2>
All of these are popular types of PHP scripts or applications which can
be installed into your free hosting website with relative ease rather
than making you write your own.. <br><br>
You can download the script from the developer site and upload the
required files into your free hosting account or, alternatively, you can
use our iVista script installer to install many common scripts
automatically. <br><br>
There are four basic steps to setting up such scripts... <br><br>
<br>
<h2>Step 1 - Uploading the files</h2>
The script cannot run unless its files and associated directories are uploaded into the <i>HTDOCS</i>
folder of your website which can be done via FTP Client or the Online
File Manager. Always remember, uploads go into the HTDOCS folder, never
anywhere else.<br><br>
If you prefer to use the iVista tool to install the script select, <i>iVista</i>
in your website control panel, choose the location and where you want
it installed, if you want the script to be the first thing seen leave it
as is otherwise change it. Finally, select the script you wish to
install and click INSTALL NOW.
<br><br>
The script will then be installed in your HTDOCS folder where you
selected it to be and you should now have the user account to login and
get started with the script.:
<br><br>
<br>
<h2>Step 2 - Creating a MySQL database</h2>
99% of PHP scripts require a MySQL database, use your MySQL database
manager to create a MySQL database and take careful note of the <i>database name</i>.
<br><br>
You will be asked for your MySQL database name at the final stage next.. <br><br>
<br>
<h2>Step 3 - Script Configuration</h2>
Now that you have uploaded the files and you have the database, you need
to run through the script installation routine by browsing to the
install/uploaded location and locating the installation page. <br><br>
This location/page can vary between scripts so it is best to refer to
the documentation that came with the script or the developer
installation materials on their website! <br><br>
In many cases simply visiting the installation location will direct you
to the installation page which allows you to continue setup however if
not, again refer to the documentation/official site of the script. Below
are some common locations:
<br><br>
http://yourwebsite.com/install.php
<br>
http://yourwebsite.com/install
<br>
http://yourwebsite.com/installation
<br>
<br>
If you cannot locate the installation page and you have verified its
supposed location using the script help documentation please verify the
upload was successful using the Online File Manager to find all the
associated files and that they are intact and accounted for including
directory names and file names. In many cases you may also find the
installation location via this method such as a sub-directory, if this
is the case simply adjust your URL accordingly and browse there.<br><br>
<br>
<h2>Stage 4 - Finalizing</h2>
Most of the questions you are asked on the installation page are easy to
answer, we will explain what to enter for the MySQL questions: <br>
<br>
MySQL Database Name : <b>(Made using MySQL Database Manager )<br></b>
MySQL Password : <b>(Same as your current vistaPanel Password)<br></b>
MySQL Username : <b> YOURPREFIX_DEMO<br></b>
MySQL Hostname or Server: <b> YOURSQL<br></b>
<br>
If you have problems please refer to the documentation and verify all settings prior to contacting support for assistance<br><bruploading via="" ftp="">
<i>Next, uploading via FTP..!</i>
<br><br>
<br>
<h2>Uploading via FTP</h2>
Your website and all its associated files should always be uploaded into the <i>HTDOCS</i>
folder in order to be viewed in a web browser. If you have an add-on
domain or sub-domain, you will find folders with the name of those
sub-domains or domains in your root directory, opening them will display
a HTDOCS folder for that location. <br><br>
Remember, once you are connected you may have to open the HTDOCS folder
prior to uploading so always verify you are in the correct location
prior to uploading.<br>
<br>
FTP Clients in need three things to connect to the service as outlined below. <br> <br>If you are in need of a FTP Client <a href="ftpsoftware.html">Free & Trial FTP Software</a><br>
<br><br>
<h2>Making FTP Clients Work</h2>
<br>
You will need the following three pieces of information to connect to your account via FTP Client:<br>
<br>
FTP Username : : : <b>YOURPREFIX_DEMO<br></b>
FTP Password : <b>
(Same as your Current vistaPanel Password)<br></b>
FTP Hostname or Server: <b> ftpupload.net<br></b>
<br>
<p></p>
</bruploading></div>
</div>
<footer>
<!-- UI INCLUDES GLOBAL FOOTER -->
<!-- UI INCLUDES GLOBAL FOOTER END -->
<div class="container-fluid">
<br>
<!--Add your themes and scripts BELOW this line. No theme is currently active, and Responsive Domain Search is enabled.-->
<script src="https://vpc.cdn.wybenetwork.com/responsive-domain-search/responsive-domain-search.js"
type="text/javascript"></script>
<!--Add your themes and scripts ABOVE this line. No theme is currently active, and Responsive Domain Search is enabled.-->
<div class="navbar">
<div class="navbar-brand" style="display:inline-block; z-index:2147483647; visibility:invisible;">
<a id="lnkPoweredByCpanel" href="https://www.cpanel.net" target="cpanel" title="cPanel, Inc."
style="display:inline-block; z-index:2147483647; visibility:visible;">
<img id="imgPoweredByCpanel" src="elements/powered_by_cpanel.png" alt="cPanel, Inc."
style="display:inline-block; z-index:2147483647; visibility:visible;">
</a>
<sub id="txtCpanelVersion"
style="display:inline-block; z-index:2147483647; visibility:visible;"></sub>
</div>
</div>
</div>
<div class="modal fade" id="demo" tabindex="-1" role="dialog" aria-labelledby="demoDisabled" aria-hidden="true"
style="display: none;">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header"
style="border: 1px solid #293a4a;background-color: rgba(41,58,74,.95);color: #fff;">
<h4 class="modal-title" id="demoDisabled">Demo Mode</h4>
</div>
<div class="modal-body">
<p>This functionality is disabled in demo mode!</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>