├── Django
├── EMS
│ ├── README.md
│ ├── elevator_system
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-312.pyc
│ │ │ ├── settings.cpython-312.pyc
│ │ │ ├── urls.cpython-312.pyc
│ │ │ └── wsgi.cpython-312.pyc
│ │ ├── asgi.py
│ │ ├── settings.py
│ │ ├── urls.py
│ │ └── wsgi.py
│ ├── elevators
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-312.pyc
│ │ │ ├── admin.cpython-312.pyc
│ │ │ ├── apps.cpython-312.pyc
│ │ │ ├── models.cpython-312.pyc
│ │ │ ├── serializers.cpython-312.pyc
│ │ │ ├── urls.cpython-312.pyc
│ │ │ └── views.cpython-312.pyc
│ │ ├── admin.py
│ │ ├── apps.py
│ │ ├── migrations
│ │ │ ├── 0001_initial.py
│ │ │ ├── __init__.py
│ │ │ └── __pycache__
│ │ │ │ ├── 0001_initial.cpython-312.pyc
│ │ │ │ └── __init__.cpython-312.pyc
│ │ ├── models.py
│ │ ├── serializers.py
│ │ ├── tests.py
│ │ ├── urls.py
│ │ └── views.py
│ ├── manage.py
│ ├── static
│ │ ├── css
│ │ │ ├── app.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── font-awesome.min.css
│ │ │ └── login.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ └── js
│ │ │ ├── app.js
│ │ │ └── jquery.min.js
│ └── templates
│ │ ├── base.html
│ │ ├── elements
│ │ ├── format.html
│ │ └── update_app.html
│ │ ├── elevators.html
│ │ ├── header.html
│ │ └── registration
│ │ └── login.html
└── README.md
├── PHP
└── CryptoFirst
│ ├── Frontend
│ ├── .gitattributes
│ ├── .gitignore
│ ├── aboutUS.php
│ ├── blog.php
│ ├── buy.php
│ ├── contact.php
│ ├── css
│ │ ├── buySellSider.css
│ │ ├── footer.css
│ │ ├── header.css
│ │ ├── homeBody.css
│ │ ├── main.css
│ │ └── subBody.css
│ ├── faq.php
│ ├── images
│ │ ├── Augur03.png
│ │ ├── Characters
│ │ │ ├── 00.png
│ │ │ ├── 01.png
│ │ │ ├── 02.png
│ │ │ ├── 03.png
│ │ │ ├── 04.png
│ │ │ ├── 05.png
│ │ │ ├── 06.png
│ │ │ ├── 07.png
│ │ │ ├── 08.png
│ │ │ ├── 09.png
│ │ │ └── 0P.png
│ │ ├── Reddit-recommend.png
│ │ ├── Reddit-recommend_cur.png
│ │ ├── Untitled-2.png
│ │ ├── appMobile.png
│ │ ├── bankTransfer.png
│ │ ├── blockChain
│ │ │ ├── DASH.png
│ │ │ ├── DASH_C.png
│ │ │ ├── DASH_W.png
│ │ │ ├── ETC.png
│ │ │ ├── ETC_C.png
│ │ │ ├── ETC_W.png
│ │ │ ├── ETH.png
│ │ │ ├── ETH_C.png
│ │ │ ├── ETH_W.png
│ │ │ ├── GNO.png
│ │ │ ├── GNO_C.png
│ │ │ ├── LTC.png
│ │ │ ├── LTC_C.png
│ │ │ ├── LTC_W.png
│ │ │ ├── REP.png
│ │ │ ├── REP_C.png
│ │ │ ├── XBT.png
│ │ │ ├── XBT_C.png
│ │ │ ├── XBT_W.png
│ │ │ ├── XLM.png
│ │ │ ├── XLM_C.png
│ │ │ ├── XMR.png
│ │ │ ├── XMR_C.png
│ │ │ ├── XMR_W.png
│ │ │ ├── XRP.png
│ │ │ ├── XRP_C.png
│ │ │ ├── XRP_W.png
│ │ │ ├── ZEC.png
│ │ │ ├── ZEC_C.png
│ │ │ └── ZEC_W.png
│ │ ├── blockChain03.png
│ │ ├── blockChainSliderFrame.png
│ │ ├── blogSymbol.png
│ │ ├── buySelIcon01.png
│ │ ├── calendar01.png
│ │ ├── camera.png
│ │ ├── cash.png
│ │ ├── cash03.png
│ │ ├── chain-01.png
│ │ ├── chain-02.png
│ │ ├── chain-03.png
│ │ ├── chain-04.png
│ │ ├── chain.png
│ │ ├── chainWorldmap.png
│ │ ├── chain_origin.png
│ │ ├── cheap.png
│ │ ├── circleGet.png
│ │ ├── circleOrder.png
│ │ ├── circlePay.png
│ │ ├── closeButton.png
│ │ ├── closeButton_hover.png
│ │ ├── creditCard.png
│ │ ├── currency
│ │ │ ├── CAD.png
│ │ │ ├── CAD_W.png
│ │ │ ├── EUR.png
│ │ │ ├── EUR_W.png
│ │ │ ├── GBP.png
│ │ │ ├── GBP_W.png
│ │ │ ├── JPY.png
│ │ │ ├── JPY_W.png
│ │ │ ├── USD.png
│ │ │ └── USD_W.png
│ │ ├── currentFrame.png
│ │ ├── down.png
│ │ ├── downloadAppStoreIcon.png
│ │ ├── easy.png
│ │ ├── facbookIcon.png
│ │ ├── faceIcon01.png
│ │ ├── facebook-recommend.png
│ │ ├── facebook-recommend_cur.png
│ │ ├── facebook_add.png
│ │ ├── faqCharacter01.png
│ │ ├── fast.png
│ │ ├── flags
│ │ │ ├── flag-ae.png
│ │ │ ├── flag-cn.png
│ │ │ ├── flag-de.png
│ │ │ ├── flag-es.png
│ │ │ ├── flag-fr.png
│ │ │ ├── flag-id.png
│ │ │ ├── flag-in.png
│ │ │ ├── flag-it.png
│ │ │ ├── flag-jp.png
│ │ │ ├── flag-pl.png
│ │ │ ├── flag-pt.png
│ │ │ ├── flag-ru.png
│ │ │ └── flag-uk.png
│ │ ├── giroPay03.png
│ │ ├── glass_tab-white.png
│ │ ├── glass_tab.png
│ │ ├── gnsis03.png
│ │ ├── google-recommend.png
│ │ ├── google-recommend_cur.png
│ │ ├── googlePlayButton.png
│ │ ├── gov.png
│ │ ├── gov_sel.png
│ │ ├── hand01.png
│ │ ├── hand02.png
│ │ ├── human.png
│ │ ├── human_photo.png
│ │ ├── icon.png
│ │ ├── images.jpg
│ │ ├── inIcon.png
│ │ ├── infoIcon01.png
│ │ ├── international.png
│ │ ├── laPost03.png
│ │ ├── like01.png
│ │ ├── likeButton.png
│ │ ├── likeIcon.png
│ │ ├── line3Icon.png
│ │ ├── linkedin-recommend.png
│ │ ├── linkedin-recommend_cur.png
│ │ ├── live-tab.png
│ │ ├── live-white.png
│ │ ├── logo.png
│ │ ├── loveCrypto.png
│ │ ├── mail-tab.png
│ │ ├── mail-white.png
│ │ ├── mailBox.png
│ │ ├── menuBack.png
│ │ ├── msg main icon.png
│ │ ├── neosurf03.png
│ │ ├── neteuer03.png
│ │ ├── okPay03.png
│ │ ├── onlineHelp.png
│ │ ├── paypal03.png
│ │ ├── paysafecard03.png
│ │ ├── pen-tab.png
│ │ ├── pen-white.png
│ │ ├── perfectMoney03.png
│ │ ├── phone-tab.png
│ │ ├── phone-white.png
│ │ ├── phone.png
│ │ ├── plane.png
│ │ ├── privacy.png
│ │ ├── privacy_sel.png
│ │ ├── readIcon.png
│ │ ├── readIcon_cur.png
│ │ ├── recommendIcon.png
│ │ ├── redirect.png
│ │ ├── redirect_cur.png
│ │ ├── regulate.png
│ │ ├── reply.png
│ │ ├── ring main icon.png
│ │ ├── safe.png
│ │ ├── scale.png
│ │ ├── scale_sel.png
│ │ ├── sepa03.png
│ │ ├── separaterShadow.png
│ │ ├── serviceSymbol01.png
│ │ ├── shareButton.png
│ │ ├── skrill03.png
│ │ ├── skype main icon.png
│ │ ├── slide-giroPay.png
│ │ ├── slide-giroPay_cur.png
│ │ ├── slide-laPoste.png
│ │ ├── slide-laPoste_cur.png
│ │ ├── slide-neosurf.png
│ │ ├── slide-neosurf_cur.png
│ │ ├── slide-neteuer.png
│ │ ├── slide-neteuer_cur.png
│ │ ├── slide-okPay.png
│ │ ├── slide-okPay_cur.png
│ │ ├── slide-paySafe.png
│ │ ├── slide-paySafe_cur.png
│ │ ├── slide-paypal.png
│ │ ├── slide-paypal_cur.png
│ │ ├── slide-perfectMoney.png
│ │ ├── slide-perfectMoney_cur.png
│ │ ├── slide-sepa.png
│ │ ├── slide-sepa_cur.png
│ │ ├── slide-skrill.png
│ │ ├── slide-skrill_cur.png
│ │ ├── slide-sofort.png
│ │ ├── slide-sofort_cur.png
│ │ ├── slide-visa.png
│ │ ├── slide-visa_cur.png
│ │ ├── slide-webMoney.png
│ │ ├── slide-webMoney_cur.png
│ │ ├── slide-westernUnion.png
│ │ ├── slide-westernUnion_cur.png
│ │ ├── slide-wireTransfer.png
│ │ ├── slide-wireTransfer_cur.png
│ │ ├── smallChain.png
│ │ ├── smartImage.jpg
│ │ ├── smile.png
│ │ ├── sofort03.png
│ │ ├── spin.png
│ │ ├── stellarLumens03.png
│ │ ├── tChat.png
│ │ ├── tab-chain-white.png
│ │ ├── tab-chain.png
│ │ ├── telegram_add.png
│ │ ├── twitter main icon.png
│ │ ├── twitter-recommend.png
│ │ ├── twitter-recommend_cur.png
│ │ ├── twitter.jpg
│ │ ├── twitterIcon.png
│ │ ├── upCharacter.png
│ │ ├── viewRateLeft.png
│ │ ├── viewRateMiddle.png
│ │ ├── viewRateRight.png
│ │ ├── visa03.png
│ │ ├── webMoney03.png
│ │ ├── westernUnion03.png
│ │ ├── wireTransfer03.png
│ │ ├── worldmap-01.png
│ │ └── worldmap01.png
│ ├── inc
│ │ ├── blogContents.php
│ │ ├── contentsFAQ.php
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── home_body.php
│ │ ├── quickLogin.php
│ │ └── quickSignup.php
│ ├── index.php
│ ├── js
│ │ ├── actions.js
│ │ ├── ajax.js
│ │ └── jquery-3.2.1-min.js
│ ├── lang
│ │ └── en.php
│ ├── modules
│ │ ├── captcha.php
│ │ ├── getBTCRate.php
│ │ └── get_initial_params.php
│ └── terms.php
│ └── README.md
├── README.md
├── React
├── Components
│ ├── Wordart
│ │ ├── index.jsx
│ │ └── style.css
│ ├── clock
│ │ ├── index.jsx
│ │ └── style.css
│ ├── iconInput
│ │ ├── index.jsx
│ │ └── style.css
│ ├── imageInput
│ │ ├── index.jsx
│ │ └── style.css
│ ├── itemList
│ │ ├── index.jsx
│ │ └── style.css
│ ├── searchBar
│ │ ├── index.jsx
│ │ └── style.css
│ ├── select-search
│ │ ├── index.jsx
│ │ └── style.css
│ ├── switch
│ │ ├── index.jsx
│ │ └── style.css
│ └── table
│ │ ├── index.jsx
│ │ └── style.css
└── README.md
└── Typescript
└── CRUD
├── .gitignore
├── client
├── .gitignore
├── README.md
├── package-lock.json
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── robots.txt
├── src
│ ├── App.tsx
│ ├── api
│ │ └── api.ts
│ ├── index.css
│ └── index.tsx
└── tsconfig.json
├── readme.md
└── server
├── .env
├── config
├── db.ts
└── dbpost.ts
├── index.ts
├── package-lock.json
├── package.json
├── routes
└── api.ts
└── tsconfig.json
/Django/EMS/README.md:
--------------------------------------------------------------------------------
1 | # Elevator System #
2 |
3 | !(https://github.com/SolomonNewCentury/Elevator)
4 |
5 | A elevator system which goes up, down and stops built with Django(Django Rest Framework including Viewsets, Serializers and etc.)
6 |
7 | ## Architecture ##
8 | - When a user logs in, the frontend downloads the elevator list set already. In first case, there will be no elevator set in elevator list
9 | - So, users can set the number of elevators by clicking format button bellow login button. Then this elevator system is initialized.
10 | While using this system, users can initialize system like this.
11 | - After that, elevators are displayed in interface.
12 | - Each elevator is divided into two status: opened or closed
13 | - Each elevator contains follow things:
14 | . floor that elevator is located
15 | . floor to go up or down based on request of user
16 | . status to mark whether elevator is in maintenance or not
17 | . status to mark whether elevator is operational or not
18 | . status to mark whether elevator has to go up or down
19 | . status to mark whether elevator is running or not
20 | - Users can change all of these things by clicking Edit button
21 | - Users can use only elevator that is operational and not in maintenance, not in running and set clear destination
22 |
23 |
24 | ### Requests ###
25 |
26 |
27 | **update 04/06/19**
28 |
29 | - using pipenv for package management
30 | - move to Channels 2
31 | - use redis as the channel layer backing store. for more information, please check [channels_redis](https://github.com/django/channels_redis)
32 |
33 | ### Database ###
34 | For this system, I have used postgreSQL.
35 | In using of this, you has to consider about version of postgreSQL and django. I used django 5.0 and postgreSQL 16.1
36 |
37 | ## Assumptions ##
38 |
39 | Because of time constraints this project lacks of:
40 |
41 | - User Sign-Up / Forgot Password
42 | - Good Test Coverage
43 | - Better Comments / Documentation Strings
44 | - Frontend & Backend Tests
45 | - Modern Frontend Framework (like React)
46 | - Proper UX / UI design (looks plain bootstrap)
47 |
48 | ## Run ##
49 |
50 | 0. Download and Install latest version of python
51 |
52 | 1. Create and activate a virtualenv (Python 3)
53 | ```bash
54 | pipenv --python 3 shell
55 | ```
56 | 2. Install requirements
57 | ```bash
58 | pipenv install
59 | ```
60 | 3. Create a MySQL database
61 | ```sql
62 | CREATE DATABASE chat CHARACTER SET utf8;
63 | ```
64 | 4. Start Redis Server
65 | ```bash
66 | redis-server
67 | ```
68 |
69 | 5. Init database
70 | ```bash
71 | ./manage.py migrate
72 | ```
73 | 6. Run tests
74 | ```bash
75 | ./manage.py test
76 | ```
77 |
78 | 7. Create admin user
79 | ```bash
80 | ./manage.py createsuperuser
81 | ```
82 |
83 | 8. Run development server
84 | ```bash
85 | ./manage.py runserver
86 |
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevator_system/__init__.py
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/__pycache__/__init__.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevator_system/__pycache__/__init__.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/__pycache__/settings.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevator_system/__pycache__/settings.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/__pycache__/urls.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevator_system/__pycache__/urls.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/__pycache__/wsgi.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevator_system/__pycache__/wsgi.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/asgi.py:
--------------------------------------------------------------------------------
1 | """
2 | ASGI config for elevator_system project.
3 |
4 | It exposes the ASGI callable as a module-level variable named ``application``.
5 |
6 | For more information on this file, see
7 | https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/
8 | """
9 |
10 | import os
11 |
12 | from django.core.asgi import get_asgi_application
13 |
14 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'elevator_system.settings')
15 |
16 | application = get_asgi_application()
17 |
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/settings.py:
--------------------------------------------------------------------------------
1 | """
2 | Django settings for elevator_system project.
3 |
4 | Generated by 'django-admin startproject' using Django 5.0.
5 |
6 | For more information on this file, see
7 | https://docs.djangoproject.com/en/5.0/topics/settings/
8 |
9 | For the full list of settings and their values, see
10 | https://docs.djangoproject.com/en/5.0/ref/settings/
11 | """
12 |
13 | from pathlib import Path
14 | import os
15 |
16 | # Build paths inside the project like this: BASE_DIR / 'subdir'.
17 | BASE_DIR = Path(__file__).resolve().parent.parent
18 |
19 |
20 | # Quick-start development settings - unsuitable for production
21 | # See https://docs.djangoproject.com/en/5.0/howto/deployment/checklist/
22 |
23 | # SECURITY WARNING: keep the secret key used in production secret!
24 | SECRET_KEY = 'django-insecure-#bo&+drcp=^59i#8%i!1@9g%5k-vq(v--egl_addef228622rx'
25 |
26 | # SECURITY WARNING: don't run with debug turned on in production!
27 | DEBUG = True
28 |
29 | ALLOWED_HOSTS = []
30 |
31 |
32 | # Application definition
33 |
34 | INSTALLED_APPS = [
35 | 'django.contrib.admin',
36 | 'django.contrib.auth',
37 | 'django.contrib.contenttypes',
38 | 'django.contrib.sessions',
39 | 'django.contrib.messages',
40 | 'django.contrib.staticfiles',
41 |
42 | #apps added by developer
43 | 'elevators',
44 | 'rest_framework',
45 | ]
46 |
47 | MIDDLEWARE = [
48 | 'django.middleware.security.SecurityMiddleware',
49 | 'django.contrib.sessions.middleware.SessionMiddleware',
50 | 'django.middleware.common.CommonMiddleware',
51 | # 'django.middleware.csrf.CsrfViewMiddleware',
52 | 'django.contrib.auth.middleware.AuthenticationMiddleware',
53 | 'django.contrib.messages.middleware.MessageMiddleware',
54 | 'django.middleware.clickjacking.XFrameOptionsMiddleware',
55 | ]
56 |
57 | ROOT_URLCONF = 'elevator_system.urls'
58 |
59 | TEMPLATES = [
60 | {
61 | 'BACKEND': 'django.template.backends.django.DjangoTemplates',
62 | 'DIRS': [os.path.join(BASE_DIR, 'templates')],
63 | 'APP_DIRS': True,
64 | 'OPTIONS': {
65 | 'context_processors': [
66 | 'django.template.context_processors.debug',
67 | 'django.template.context_processors.request',
68 | 'django.contrib.auth.context_processors.auth',
69 | 'django.contrib.messages.context_processors.messages',
70 | ],
71 | },
72 | },
73 | ]
74 |
75 | WSGI_APPLICATION = 'elevator_system.wsgi.application'
76 |
77 | # Database
78 | # https://docs.djangoproject.com/en/5.0/ref/settings/#databases
79 |
80 | DATABASES = {
81 | 'default': {
82 | 'ENGINE': 'django.db.backends.postgresql',
83 | 'NAME': 'elevator',
84 | 'USER': 'postgres',
85 | 'PASSWORD': 'passioner',
86 | 'OPTIONS': {
87 | }
88 | }
89 | }
90 |
91 |
92 | # Password validation
93 | # https://docs.djangoproject.com/en/5.0/ref/settings/#auth-password-validators
94 |
95 | AUTH_PASSWORD_VALIDATORS = [
96 | {
97 | 'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator',
98 | },
99 | {
100 | 'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
101 | },
102 | {
103 | 'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator',
104 | },
105 | {
106 | 'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
107 | },
108 | ]
109 |
110 | REST_FRAMEWORK = {
111 | 'DEFAULT_PERMISSION_CLASSES': [
112 | 'rest_framework.permissions.IsAuthenticated'
113 | ],
114 | 'DEFAULT_PAGINATION_CLASS':
115 | 'rest_framework.pagination.LimitOffsetPagination',
116 | 'PAGE_SIZE': 100
117 | }
118 |
119 | # Internationalization
120 | # https://docs.djangoproject.com/en/5.0/topics/i18n/
121 |
122 | LANGUAGE_CODE = 'en-us'
123 |
124 | TIME_ZONE = 'UTC'
125 |
126 | USE_I18N = True
127 |
128 | USE_TZ = True
129 |
130 |
131 | # Static files (CSS, JavaScript, Images)
132 | # https://docs.djangoproject.com/en/5.0/howto/static-files/
133 |
134 | # Collect static files here
135 | STATIC_ROOT = os.path.join(BASE_DIR, 'run', 'static_root')
136 |
137 | # look for static assets here
138 | STATICFILES_DIRS = [
139 | os.path.join(BASE_DIR, 'static'),
140 | ]
141 |
142 | STATIC_URL = 'static/'
143 |
144 | LOGIN_REDIRECT_URL = '/'
145 | LOGIN_URL = '/login/'
146 |
147 | # Default primary key field type
148 | # https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
149 |
150 | DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
151 |
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/urls.py:
--------------------------------------------------------------------------------
1 | """
2 | URL configuration for elevator_system project.
3 |
4 | The `urlpatterns` list routes URLs to views. For more information please see:
5 | https://docs.djangoproject.com/en/5.0/topics/http/urls/
6 | Examples:
7 | Function views
8 | 1. Add an import: from my_app import views
9 | 2. Add a URL to urlpatterns: path('', views.home, name='home')
10 | Class-based views
11 | 1. Add an import: from other_app.views import Home
12 | 2. Add a URL to urlpatterns: path('', Home.as_view(), name='home')
13 | Including another URLconf
14 | 1. Import the include() function: from django.urls import include, path
15 | 2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
16 | """
17 | from django.contrib import admin
18 | from django.urls import path, include
19 | from django.contrib.auth import views as auth_views
20 |
21 | urlpatterns = [
22 | path('admin/', admin.site.urls),
23 | path('', include('elevators.urls')),
24 | path('login/', auth_views.LoginView.as_view(), name='login'),
25 | path('logout/', auth_views.LogoutView.as_view(), {'next_page': '/'}, name='logout')
26 | ]
27 |
--------------------------------------------------------------------------------
/Django/EMS/elevator_system/wsgi.py:
--------------------------------------------------------------------------------
1 | """
2 | WSGI config for elevator_system project.
3 |
4 | It exposes the WSGI callable as a module-level variable named ``application``.
5 |
6 | For more information on this file, see
7 | https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/
8 | """
9 |
10 | import os
11 |
12 | from django.core.wsgi import get_wsgi_application
13 |
14 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'elevator_system.settings')
15 |
16 | application = get_wsgi_application()
17 |
--------------------------------------------------------------------------------
/Django/EMS/elevators/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/__init__.py
--------------------------------------------------------------------------------
/Django/EMS/elevators/__pycache__/__init__.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/__pycache__/__init__.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/__pycache__/admin.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/__pycache__/admin.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/__pycache__/apps.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/__pycache__/apps.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/__pycache__/models.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/__pycache__/models.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/__pycache__/serializers.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/__pycache__/serializers.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/__pycache__/urls.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/__pycache__/urls.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/__pycache__/views.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/__pycache__/views.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/admin.py:
--------------------------------------------------------------------------------
1 | from django.contrib import admin
2 | from elevators.models import Elevator, Request
3 |
4 | # Register your models here.
5 | admin.site.register(Elevator)
6 | admin.site.register(Request)
--------------------------------------------------------------------------------
/Django/EMS/elevators/apps.py:
--------------------------------------------------------------------------------
1 | from django.apps import AppConfig
2 |
3 |
4 | class ElevatorsConfig(AppConfig):
5 | default_auto_field = 'django.db.models.BigAutoField'
6 | name = 'elevators'
7 |
--------------------------------------------------------------------------------
/Django/EMS/elevators/migrations/0001_initial.py:
--------------------------------------------------------------------------------
1 | # Generated by Django 5.0 on 2024-01-03 06:25
2 |
3 | import django.db.models.deletion
4 | from django.db import migrations, models
5 |
6 |
7 | class Migration(migrations.Migration):
8 |
9 | initial = True
10 |
11 | dependencies = [
12 | ]
13 |
14 | operations = [
15 | migrations.CreateModel(
16 | name='Elevator',
17 | fields=[
18 | ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
19 | ('operational', models.BooleanField(default=True)),
20 | ('in_maintenance', models.BooleanField(default=False)),
21 | ('current_floor', models.IntegerField(default=1)),
22 | ('moving_up', models.BooleanField(default=False)),
23 | ('door_open', models.BooleanField(default=False)),
24 | ],
25 | ),
26 | migrations.CreateModel(
27 | name='Request',
28 | fields=[
29 | ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
30 | ('requested_floor', models.IntegerField()),
31 | ('created_at', models.DateTimeField(auto_now_add=True)),
32 | ('elevator', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='elevators.elevator')),
33 | ],
34 | ),
35 | ]
36 |
--------------------------------------------------------------------------------
/Django/EMS/elevators/migrations/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/migrations/__init__.py
--------------------------------------------------------------------------------
/Django/EMS/elevators/migrations/__pycache__/0001_initial.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/migrations/__pycache__/0001_initial.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/migrations/__pycache__/__init__.cpython-312.pyc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/elevators/migrations/__pycache__/__init__.cpython-312.pyc
--------------------------------------------------------------------------------
/Django/EMS/elevators/models.py:
--------------------------------------------------------------------------------
1 | # elevators/models.py
2 | from django.db import models
3 |
4 | # Create your models here.
5 |
6 | class Elevator(models.Model):
7 | operational = models.BooleanField(default=True)
8 | in_maintenance = models.BooleanField(default=False)
9 | current_floor = models.IntegerField(default=1)
10 | moving_up = models.BooleanField(default=False)
11 | door_open = models.BooleanField(default=False)
12 |
13 | class Request(models.Model):
14 | elevator = models.ForeignKey(Elevator, on_delete=models.CASCADE)
15 | requested_floor = models.IntegerField()
16 | created_at = models.DateTimeField(auto_now_add=True)
17 |
--------------------------------------------------------------------------------
/Django/EMS/elevators/serializers.py:
--------------------------------------------------------------------------------
1 | # elevators/serializers.py
2 | from rest_framework import serializers
3 | from .models import Elevator, Request
4 |
5 | class ElevatorSerializer(serializers.ModelSerializer):
6 | class Meta:
7 | model = Elevator
8 | fields = '__all__'
9 |
10 | class RequestSerializer(serializers.ModelSerializer):
11 | class Meta:
12 | model = Request
13 | fields = '__all__'
--------------------------------------------------------------------------------
/Django/EMS/elevators/tests.py:
--------------------------------------------------------------------------------
1 | from django.test import TestCase
2 |
3 | # Create your tests here.
4 |
--------------------------------------------------------------------------------
/Django/EMS/elevators/urls.py:
--------------------------------------------------------------------------------
1 | # elevators/urls.py
2 | from rest_framework import routers
3 | from django.urls import path, include
4 | from django.views.generic import TemplateView
5 | from django.contrib.auth.decorators import login_required
6 | from .views import ElevatorViewSet, RequestViewSet, init_elevator_system, door_control, edit_system, run_system
7 | router = routers.DefaultRouter()
8 |
9 | router.register(r'elevators', ElevatorViewSet)
10 | router.register(r'requests', RequestViewSet)
11 |
12 | urlpatterns = [
13 | path(r'api/', include(router.urls)),
14 | path('', login_required(TemplateView.as_view(template_name='elevators.html')), name='home'),
15 | path(r'init/', login_required(init_elevator_system), name='init'),
16 | path(r'door/', login_required(door_control), name='door'),
17 | path(r'edit/', login_required(edit_system), name='edit'),
18 | path(r'run/', login_required(run_system), name='run'),
19 | ]
--------------------------------------------------------------------------------
/Django/EMS/elevators/views.py:
--------------------------------------------------------------------------------
1 | # elevators/views.py
2 | from rest_framework import viewsets
3 | from .models import Elevator, Request
4 | from .serializers import ElevatorSerializer, RequestSerializer
5 | from django.http import HttpResponse
6 |
7 | from datetime import datetime
8 |
9 | from django.db import connection
10 |
11 | class ElevatorViewSet(viewsets.ModelViewSet):
12 | queryset = Elevator.objects.all()
13 | serializer_class = ElevatorSerializer
14 |
15 | class RequestViewSet(viewsets.ModelViewSet):
16 | queryset = Request.objects.all()
17 | serializer_class = RequestSerializer
18 |
19 | # Function to init elevator system
20 | def init_elevator_system(request):
21 | objects = Elevator.objects.all()
22 | # delete elevators set earlier
23 | objects.delete()
24 | # create new elevators according to the requested number of elevator
25 | for i in range(int(request.POST.get('num'))):
26 | newObjects = Elevator()
27 | newObjects.save()
28 | return HttpResponse('ok')
29 |
30 | # Function to open & close the door according to the requested id of elevator
31 | def door_control(request):
32 | id = int(request.POST.get('id'))
33 | with connection.cursor() as cursor:
34 | cursor.execute('UPDATE "elevators_elevator" SET "door_open" = %s WHERE id = %s', [request.POST.get('type'), id])
35 | return HttpResponse('ok')
36 |
37 | # Function to run given elevator
38 | def run_system(request):
39 | id = int(request.POST.get('id'))
40 | with connection.cursor() as cursor:
41 | cursor.execute('UPDATE "elevators_elevator" SET "moving_up" = %s, "current_floor" = %s WHERE id = %s', [request.POST.get('moving_up'), int(request.POST.get("current_floor")), id])
42 | return HttpResponse('ok')
43 |
44 | # Fucntion to update the status of given elevator
45 | def edit_system(request):
46 | id = int(request.POST.get("id"))
47 | with connection.cursor() as cursor:
48 | cursor.execute('UPDATE "elevators_elevator" SET "in_maintenance" = %s, "operational" = %s WHERE id = %s', [request.POST.get('in_maintenance'), request.POST.get("operational"), id])
49 | # Decide to go up or down to which floor
50 | if (int(request.POST.get("to_floor")) != 0):
51 | if (request.POST.get("edit_type") == 'true'):
52 | objects = Request.objects.get(elevator_id = id)
53 | objects.requested_floor = int(request.POST.get('to_floor'))
54 | objects.save()
55 | elif (request.POST.get("edit_type") == 'false'):
56 | objects = Request(
57 | requested_floor = int(request.POST.get('to_floor')), elevator_id = id,
58 | created_at = datetime.now()
59 | )
60 | objects.save()
61 | return HttpResponse('ok')
62 |
--------------------------------------------------------------------------------
/Django/EMS/manage.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python
2 | """Django's command-line utility for administrative tasks."""
3 | import os
4 | import sys
5 |
6 |
7 | def main():
8 | """Run administrative tasks."""
9 | os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'elevator_system.settings')
10 | try:
11 | from django.core.management import execute_from_command_line
12 | except ImportError as exc:
13 | raise ImportError(
14 | "Couldn't import Django. Are you sure it's installed and "
15 | "available on your PYTHONPATH environment variable? Did you "
16 | "forget to activate a virtual environment?"
17 | ) from exc
18 | execute_from_command_line(sys.argv)
19 |
20 |
21 | if __name__ == '__main__':
22 | main()
23 |
--------------------------------------------------------------------------------
/Django/EMS/static/css/app.css:
--------------------------------------------------------------------------------
1 | .elevator-app {
2 | margin: 0 10px;
3 | background-color: rgb(225, 227, 235);
4 | height: 510px;
5 | overflow: auto;
6 | }
7 |
8 | #formatApp {
9 | position: absolute;
10 | background-color: white;
11 | border-radius: 5px;
12 | box-shadow: 0 0 4px 3px rgb(218, 215, 215);
13 | width:34%;
14 | height: auto;
15 | left: 33%;
16 | top: 30%;
17 | padding: 0 10px;
18 | display: none;
19 | }
20 |
21 | #updateApp {
22 | position: absolute;
23 | background-color: white;
24 | border-radius: 5px;
25 | box-shadow: 0 0 4px 3px rgb(218, 215, 215);
26 | width:34%;
27 | height: auto;
28 | left: 33%;
29 | top: 25%;
30 | padding: 0 10px;
31 | display: none;
32 | }
33 |
34 | #formatApp > .header {
35 | text-align: center;
36 | border-bottom: 2px solid lightgray;
37 | }
38 |
39 | #formatApp > .body {
40 | text-align: center;
41 | border-bottom: 2px solid lightgray;
42 | padding: 10px 0;
43 | }
44 |
45 | #formatApp > .footer {
46 | display: flex;
47 | justify-content: space-around;
48 | text-align: center;
49 | padding: 10px 0;
50 | }
51 |
52 | #updateApp > .header {
53 | text-align: center;
54 | border-bottom: 2px solid lightgray;
55 | }
56 |
57 | #updateApp > .body {
58 | text-align: center;
59 | border-bottom: 2px solid lightgray;
60 | padding: 10px 0;
61 | }
62 |
63 | #updateApp > .body > .item {
64 | display: flex;
65 | justify-content: space-around;
66 | font-size: 1.4em;
67 | border-bottom: 2px solid rgb(236, 230, 230)
68 | }
69 |
70 | #updateApp > .body > .item:last-child {
71 | border: none !important;
72 | }
73 |
74 | #updateApp > .footer {
75 | display: flex;
76 | justify-content: space-around;
77 | text-align: center;
78 | padding: 10px 0;
79 | }
80 |
81 | .item-right {
82 | width: 15%;
83 | }
84 |
85 | #editToFloor {
86 | width: 100%;
87 | }
88 |
89 | .elevator-app > .app-header {
90 | display: flex;
91 | justify-content: space-between;
92 | padding: 0 15px;
93 | border-bottom: 5px outset rgb(255, 255, 255);
94 | }
95 |
96 | .elevator-app > .app-body {
97 | width: 98%;
98 | min-height: 425px;
99 | margin: 5px 1%;
100 | background-color: rgb(240, 240, 247);
101 | }
102 |
103 | .elevator-app > .app-body > .elevators {
104 | display: flex;
105 | align-items: center;
106 | justify-content: space-around;
107 | padding: 20px 10px;
108 | flex-wrap: wrap;
109 | }
110 |
111 | .elevators > .elevator {
112 | width: 23%;
113 | padding: 0.2% 1%;
114 | border: 1px solid rgb(76, 14, 95);
115 | border-radius: 10px;
116 | height: auto;
117 | background-color: white;
118 | }
119 |
120 | .elevators > .elevator > .elevator-header {
121 | cursor: pointer;
122 | border-bottom: 1px solid blue;
123 | text-align: center;
124 | font-size: 1.7em;
125 | color: rgb(126, 54, 140)
126 | }
127 |
128 | .elevators > .elevator > .elevator-body {
129 | width: 100%;
130 | padding: 3% 5%;
131 |
132 | }
133 |
134 | .elevators > .elevator > .elevator-footer {
135 | border-top: 1px solid blue;
136 | width: 100%;
137 | display: flex;
138 | justify-content: space-between;
139 | padding: 2% 0;
140 | }
141 |
142 | .elevator-body > .elevator-item {
143 | display: flex;
144 | justify-content: space-between;
145 | border-bottom: 1px solid black;
146 | margin: 2px 0
147 | }
148 |
149 | .elevator-body > .elevator-item:last-child {
150 | border: none
151 | }
152 |
153 | .elevator-body > .elevator-item > .elevator-text {
154 | font-size: 1.3em;
155 | }
156 |
157 | .elevator-body > .elevator-item > .item {
158 | font-size: 1.2em;
159 | }
160 |
161 | .elevator-body > .elevator-item > .item-circle {
162 | cursor: pointer;
163 | text-align: center;
164 | color: white;
165 | min-width: 27px;
166 | height: 26px;
167 | border-radius: 100%;
168 | }
169 |
170 | .item-red {
171 | background-color: rgb(232, 21, 21);
172 | }
173 |
174 | .item-red:hover {
175 | background-color: red
176 | }
177 |
178 | .item-blue {
179 | background-color: rgb(62, 68, 181);
180 | }
181 |
182 | .item-blue:hover {
183 | background-color: rgb(59, 59, 234);
184 | }
185 |
186 | .item-default {
187 | background-color: rgb(171, 161, 161);
188 | }
189 |
190 | .item-default:hover {
191 | background-color: gray;
192 | }
193 |
194 | .item-orange {
195 | background-color: rgb(252, 201, 36);
196 | }
197 |
198 | .item-orange:hover {
199 | background-color: rgb(255, 221, 0);
200 | }
201 |
202 | .item-success:hover {
203 | background-color: rgb(43, 135, 206);
204 | }
205 |
206 | .item-success {
207 | background-color: rgb(43, 185, 217);
208 | }
209 |
210 | .item-success:hover {
211 | background-color: rgb(45, 204, 239);
212 | }
213 |
214 | ::-webkit-scrollbar {
215 | width: 8px;
216 | height: 8px;
217 | background-color: rgb(134, 146, 142);
218 | }
219 |
220 | ::-webkit-scrollbar:hover {
221 | background-color: rgb(98, 107, 104);
222 | }
--------------------------------------------------------------------------------
/Django/EMS/static/css/login.css:
--------------------------------------------------------------------------------
1 | body {
2 | padding-bottom: 10px;
3 | background-color: #eee;
4 | }
5 |
6 | .form-signin {
7 | max-width: 330px;
8 | margin: 0 auto;
9 | padding: 30px 15px;
10 | }
11 |
12 | .form-signin .form-signin-heading,
13 | .form-signin .checkbox {
14 | margin-bottom: 10px;
15 | }
16 |
17 | .form-signin .checkbox {
18 | font-weight: normal;
19 | }
20 |
21 | .form-signin .form-control {
22 | position: relative;
23 | height: auto;
24 | -webkit-box-sizing: border-box;
25 | -moz-box-sizing: border-box;
26 | box-sizing: border-box;
27 | padding: 10px;
28 | font-size: 16px;
29 | }
30 |
31 | .form-signin .form-control:focus {
32 | z-index: 2;
33 | }
34 |
35 |
--------------------------------------------------------------------------------
/Django/EMS/static/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/static/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/Django/EMS/static/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/static/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/Django/EMS/static/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/static/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/Django/EMS/static/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/static/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/Django/EMS/static/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/Django/EMS/static/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/Django/EMS/templates/base.html:
--------------------------------------------------------------------------------
1 | {% load static %}
2 |
3 |
4 |
5 |
6 |
7 |
8 | {% block title %}Welcome{% endblock %}
9 |
10 |
11 |
12 |
13 | {% block head %}
14 | {% endblock %}
15 |
16 |
17 | {% include 'header.html' %}
18 |
19 | {% block main %}
20 | {% endblock %}
21 |
22 |
23 |
24 | {% block footer %}
25 | {% endblock %}
26 |
27 |
--------------------------------------------------------------------------------
/Django/EMS/templates/elements/format.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Django/EMS/templates/elements/update_app.html:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 |
8 |
Current floor:
9 |
10 |
11 |
12 |
To go:
13 |
14 |
15 |
16 |
17 |
18 |
Maintenance:
19 |
20 |
24 |
25 |
26 |
27 |
Operational:
28 |
29 |
33 |
34 |
35 |
36 |
40 |
--------------------------------------------------------------------------------
/Django/EMS/templates/elevators.html:
--------------------------------------------------------------------------------
1 | {% extends "base.html" %}
2 | {% load static %}
3 |
4 | {% block title %}Elevator{% endblock %}
5 |
6 | {% block head %}
7 |
8 | {% endblock %}
9 |
10 | {% block main %}
11 | {% include 'elements/format.html' %}
12 | {% include 'elements/update_app.html' %}
13 |
14 |
15 |
19 |
20 |
21 | {# elevators go here #}
22 |
23 |
24 |
25 | {% endblock %}
26 |
27 | {% block footer %}
28 |
29 | {% endblock %}
--------------------------------------------------------------------------------
/Django/EMS/templates/header.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Django/EMS/templates/registration/login.html:
--------------------------------------------------------------------------------
1 | {% extends "base.html" %}
2 | {% load static %}
3 |
4 | {% block title %}Log In{% endblock %}
5 |
6 | {% block head %}
7 |
8 | {% endblock %}
9 |
10 | {% block main %}
11 |
38 | {% endblock %}
39 |
--------------------------------------------------------------------------------
/Django/README.md:
--------------------------------------------------------------------------------
1 | Django projects
2 | Contents
3 |
4 | - EMS: Elevator Management System
5 |
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/.gitignore:
--------------------------------------------------------------------------------
1 | # CakePHP 3
2 |
3 | /vendor/*
4 | /config/app.php
5 |
6 | /tmp/cache/models/*
7 | !/tmp/cache/models/empty
8 | /tmp/cache/persistent/*
9 | !/tmp/cache/persistent/empty
10 | /tmp/cache/views/*
11 | !/tmp/cache/views/empty
12 | /tmp/sessions/*
13 | !/tmp/sessions/empty
14 | /tmp/tests/*
15 | !/tmp/tests/empty
16 |
17 | /logs/*
18 | !/logs/empty
19 |
20 | # CakePHP 2
21 |
22 | /app/tmp/*
23 | /app/Config/core.php
24 | /app/Config/database.php
25 | /vendors/*
26 |
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/blog.php:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 |
8 |
9 | |
10 | |
11 | |
12 |
13 | |
14 |
15 |
16 |
17 |
18 |
19 |
20 |

21 |
24 |
25 |
26 |
29 |
30 |
49 |
50 |
51 |
52 | |
53 | |
54 |
55 |
56 |
57 | Archive |
58 | |
59 | January 2017 |
60 | March 2017 |
61 | November 2017 |
62 | Febrary 2018 |
63 | April 2018 |
64 | May 2018 |
65 | July 2018 |
66 |
67 | |
68 |
69 |
70 |
71 | |
72 | |
73 |
74 |
75 | |
76 |
77 |
78 |
79 |
80 | |
81 | 1 |
82 | 2 |
83 | 3 |
84 | 4 |
85 | 5 |
86 | 6 |
87 | |
88 |
89 | |
90 |
91 |
92 | |
93 |
94 |
95 |
96 |
173 |
174 |
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/buy.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/css/buySellSider.css:
--------------------------------------------------------------------------------
1 | .buySellSiderContainer {
2 | width:100%;
3 | height:300px;
4 | background:#1a5267;
5 | position:fixed;
6 | }
7 |
8 | .buySellChainBack {
9 | width:100%;
10 | height:300px;
11 | background:url("../images/smallChain.png");
12 | background-repeat : repeat-x;
13 | opacity:0.2;
14 | }
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/css/footer.css:
--------------------------------------------------------------------------------
1 | .footer {
2 | width:100%;
3 | position:relative;
4 | padding:0px;
5 | z-index: 99;
6 | }
7 |
8 | .upFooter {
9 | width:100%;
10 | background:#363839;
11 | border-top:1px solid #afafaf;
12 | color:#afafaf;
13 | }
14 |
15 | .trollBox {
16 | margin:auto;
17 | width:76%;
18 | background:#5192cc;
19 | color:white;
20 | font-weight:bold;
21 | font-size:16px;
22 | cursor:pointer;
23 | padding-top:10px;
24 | }
25 |
26 | .downFooter {
27 | color:white;
28 | background:#282a2b;
29 | border-top:1px solid #4b4c4d;
30 | font-size:14px;
31 | height:28px;
32 | }
33 |
34 | .downloadButtons {
35 | width:100px;
36 | height:30px;
37 | cursor:pointer;
38 | }
39 |
40 | .footerAddSocialButton {
41 | width:30px;
42 | height:30px;
43 | cursor:pointer;
44 | }
45 |
46 | .footerCenterUpButton {
47 | width:40px;
48 | height:40px;
49 | cursor:pointer;
50 | }
51 |
52 | .footerCenterUpButton:hover {
53 | opacity: 0.8;
54 | }
55 |
56 | .emailLined {
57 | color:#afafaf;
58 | text-decoration: unset;
59 | cursor:pointer;
60 | }
61 |
62 | .emailLined:hover {
63 | color:#5192cc;
64 | }
65 |
66 | .emailLined2 {
67 | color:#afafaf;
68 | text-decoration: unset;
69 | font-weight:bold;
70 | }
71 |
72 | .emailLink {
73 | cursor:pointer;
74 | }
75 |
76 | .emailLink:hover {
77 | color:#5192cc;
78 | text-decoration: underline;
79 | }
80 |
81 | .footerContactTitle {
82 | font-size:26px;
83 | padding-bottom:15px;
84 | color:#afafaf;
85 | }
86 |
87 | .footerContactContent {
88 | font-size:16px;
89 | color:#afafaf;
90 | padding-top:5px;
91 | padding-bottom:5px;
92 | }
93 |
94 | .footerButton01 {
95 | background:#4367b2;
96 | border-radius:3px;
97 | cursor:pointer;
98 | }
99 |
100 | .footerButton01:hover {
101 | background: #3357a2;
102 | }
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/css/header.css:
--------------------------------------------------------------------------------
1 | .header {
2 | width:100%;
3 | min-width:1360px;
4 | z-index: 100;
5 | margin-top:0px;
6 | position:fixed;
7 | }
8 |
9 | .logo {
10 | float:left;
11 | padding-left:5px;
12 | padding-right:5px;
13 | padding-top:2px;
14 | }
15 |
16 | .select {
17 | float:left;
18 | margin-top:2px;
19 | }
20 |
21 | .selMainItem {
22 | width:30px;
23 | height:30px;
24 | cursor:pointer;
25 | margin-left:5px;
26 | margin-right:5px;
27 | }
28 |
29 | .pricePad {
30 | float:left;
31 | height:118px;
32 | }
33 |
34 | .priceLeft {
35 | width:16px;
36 | background:url("../images/viewRateLeft.png");
37 | }
38 |
39 | .priceMiddle {
40 | width:130px;
41 | background:url("../images/viewRateMiddle.png");
42 | cursor:pointer;
43 | }
44 |
45 | .firstNumberPrice {
46 | margin-left:0;
47 | }
48 |
49 | .priceRight {
50 | width:17px;
51 | background:url("../images/viewRateRight.png");
52 | }
53 |
54 | .menu {
55 | float:left;
56 | padding-right:10px;
57 | }
58 |
59 | .UpMenuItem {
60 | font-weight:bold;
61 | cursor:pointer;
62 | color: #7fc4e4;
63 | padding-left:7px;
64 | padding-right:7px;
65 | width:100px;
66 | font-size:16px;
67 | }
68 |
69 | .DownMenuItem {
70 | font-weight:bold;
71 | cursor:pointer;
72 | font-size:16px;
73 | color:black;
74 | padding-left:30px;
75 | }
76 |
77 | .DownMenuItem:hover {
78 | color:#7fc4e4;
79 | }
80 |
81 | .animated-button, .animated-button:visited {
82 | position: relative;
83 | display: block;
84 | text-align: center;
85 | text-decoration: none;
86 | text-transform: uppercase;
87 | overflow: hidden;
88 | letter-spacing: .08em;
89 | border-radius: 0;
90 | -webkit-transition: all 1s ease;
91 | -moz-transition: all 1s ease;
92 | -o-transition: all 1s ease;
93 | transition: all 1s ease;
94 | }
95 | .animated-button:after, .animated-button:visited:after {
96 | content: "";
97 | position: absolute;
98 | height: 0%;
99 | left: 50%;
100 | top: 50%;
101 | width: 150%;
102 | z-index: -1;
103 | -webkit-transition: 1s ease 0s;
104 | -moz-transition: all 1s ease 0s;
105 | -o-transition: all 1s ease 0s;
106 | transition: all 1s ease 0s;
107 | }
108 | .animated-button:hover, .animated-button:visited:hover {
109 | color:white;
110 | }
111 | .animated-button:hover:after, .animated-button:visited:hover:after {
112 | height: 450%;
113 | }
114 | .animated-button, .animated-button:visited {
115 | position: relative;
116 | display: block;
117 | padding: 5px 10px;
118 | padding-top:8px;
119 | font-size:16px;
120 | color:#7fc4e4;
121 | border-radius: 0;
122 | text-align: center;
123 | text-decoration: none;
124 | text-transform: uppercase;
125 | overflow: hidden;
126 | -webkit-transition: all 1s ease;
127 | -moz-transition: all 1s ease;
128 | -o-transition: all 1s ease;
129 | transition: all 1s ease;
130 | }
131 | .animated-button.victoria-two:after {
132 | background: #5192cc;
133 | -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
134 | -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
135 | -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
136 | transform: translateX(-50%) translateY(-50%) rotate(25deg);
137 | }
138 |
139 | .animated-button:hover {
140 | box-shadow:-1px 1px 1px #0e2f3c;
141 | }
142 |
143 | .priceTitle {
144 | text-align:center;
145 | width:100%;
146 | font-size: 22px;
147 | font-weight: bold;
148 | color:#596cda;
149 | margin-top:15px;
150 | /*text-shadow:5px 5px 10px #596cda, -5px 5px 10px #596cda, 5px -5px 10px #596cda, -5px -5px 10px #596cda, 1px 1px 0px white;*/
151 | }
152 |
153 | .priceBoard {
154 | text-align:center;
155 | width:100%;
156 | margin:auto;
157 | font-size: 44px;
158 | font-family: sans-serif;
159 | font-weight: bold;
160 | color:#e61f26;
161 | cursor:pointer;
162 | }
163 |
164 | .currentFrame {
165 | width:60px;
166 | height:60px;
167 | }
168 |
169 | .subWndBtn01 {
170 | background: #355b74;
171 | text-align: center;
172 | color:white;
173 | font-size: 15px;
174 | border-radius: 5px;
175 | padding-top:8px;
176 | padding-bottom:10px;
177 | cursor: pointer;
178 | }
179 |
180 | .subWndBtn01:hover {
181 | background: #58793e;
182 | }
183 |
184 | .subWndBtn02 {
185 | background:#cad5dc;
186 | text-align: center;
187 | color:white;
188 | font-size: 15px;
189 | height: 27px;
190 | border-radius: 5px;
191 | margin-right:8px;
192 | padding-top:8px;
193 | cursor: pointer;
194 | }
195 |
196 | .subWnd {
197 | z-index: 92;
198 | position: fixed;
199 | border-radius: 8px;
200 | border:1px solid #cfcfcf;
201 | background:#fafafa;
202 | box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
203 | margin-top:180px;
204 | }
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/css/main.css:
--------------------------------------------------------------------------------
1 | body {
2 | font-family: Arial;
3 | font-size:16px;
4 | margin:0px;
5 | padding:0px;
6 | }
7 |
8 | .alignCenterDiv {
9 | margin:auto;
10 | }
11 |
12 | .selDropDownBox {
13 | display:none;
14 | position: fixed;
15 | z-index: 102;
16 | left: 0;
17 | top: 0;
18 | padding-top:10px;
19 | padding-bottom:10px;
20 | border:1px solid #cecece;
21 | border-radius: 10px;
22 | box-shadow: 0 0 10px #aeaeae;
23 | background:white;
24 | }
25 |
26 | .selDropByBox {
27 | display:none;
28 | position: fixed;
29 | z-index: 102;
30 | left: 0;
31 | top: 0;
32 | }
33 |
34 | .recommendDropbox {
35 | padding-left:10px;
36 | padding-right:10px;
37 | }
38 |
39 | .selItemIcon {
40 | width:20px;
41 | height:20px;
42 | float:left;
43 | margin-left:10px;
44 | }
45 |
46 | .selItem {
47 | padding-top:3px;
48 | padding-bottom:2px;
49 | }
50 |
51 | .selItem:hover {
52 | cursor:pointer;
53 | background:#dfdfdf;
54 | }
55 |
56 | .eachMainSelect {
57 | width:30px;
58 | height:30px;
59 | margin-left:5px;
60 | margin-right:5px;
61 | cursor:pointer;
62 | }
63 |
64 | .selItemText {
65 | font-size:16px;
66 | padding-top:2px;
67 | margin-left:40px;
68 | margin-right:10px;
69 | }
70 |
71 | .corverDiv {
72 | display: none;
73 | position: fixed;
74 | z-index: 1000;
75 | left: 0;
76 | top: 0;
77 | width: 100%;
78 | height: 100%;
79 | overflow: auto;
80 | background-color: rgb(0,0,0);
81 | background-color: rgba(0,0,0,0.1);
82 | cursor:wait;
83 | }
84 |
85 | .popUpDiv {
86 | display: none;
87 | position: fixed;
88 | z-index: 1000;
89 | left: 0;
90 | top: 0;
91 | width: 100%;
92 | height: 100%;
93 | overflow: auto;
94 | background-color: rgb(0,0,0);
95 | background-color: rgba(0,0,0,0.3);
96 | }
97 |
98 | .popUpkWindow {
99 | width:470px;
100 | min-height:150px;
101 | background:#cadee8;
102 | /*background: #efefef;*/
103 | border-radius: 10px;
104 | font-size:20px;
105 | color:#464646;
106 | box-shadow: 0px 0px 50px rgba(0,0,0,0.8);
107 | }
108 |
109 | .closeButton01 {
110 | margin-right:20px;
111 | width:30px;
112 | height:30px;
113 | margin-top:15px;
114 | cursor:pointer;
115 | background: url("../images/closeButton.png");
116 | }
117 |
118 | .closeButton01:hover {
119 | background: url("../images/closeButton_hover.png");
120 | }
121 |
122 | .fusionTooltip {
123 | position:fixed;
124 | z-index: 999;
125 | font-size:14px;
126 | opacity:0.7;
127 | display: none;
128 | }
129 |
130 | .fusionToolTipText {
131 | padding-left:8px;
132 | padding-right:8px;
133 | padding-top:5px;
134 | padding-bottom:5px;
135 | background:#111;
136 | border-radius:4px;
137 | font-size:12px;
138 | color:#dfdfdf;
139 | }
140 |
141 | .fusionTopTriangle {
142 | width:20px;
143 | height:20px;
144 | }
145 |
146 | .fusionTopTriangle {
147 | width: 0;
148 | height: 0;
149 | border-left: 7px solid transparent;
150 | border-right: 7px solid transparent;
151 | border-bottom: 7px solid #111;
152 | }
153 |
154 | .digitalNumber {
155 | width:35px;
156 | height:60px;
157 | float:left;
158 | }
159 |
160 | .digitalNumber01 {
161 | width:15px;
162 | height:61px;
163 | float:left;
164 | }
165 |
166 | .digitalPointer {
167 | width:12px;
168 | height:60px;
169 | float:left;
170 | }
171 |
172 | input {
173 | font-size:16px;
174 | padding-left:8px;
175 | padding-top:3px;
176 | padding-bottom:2px;
177 | border-radius: 3px;
178 | border:1px solid #afafaf;
179 | }
180 |
181 | input:focus {
182 | border:1px solid #7fc4e4;
183 | box-shadow:0px 0px 5px #7fc4e4;
184 | }
185 |
186 | select {
187 | font-size:16px;
188 | padding-left:8px;
189 | padding-top:2px;
190 | padding-bottom:2px;
191 | border-radius: 5px;
192 | border:1px solid #afafaf;
193 | cursor:pointer;
194 | }
195 |
196 | select:focus {
197 | border:1px solid #7fc4e4;
198 | box-shadow:0px 0px 5px #7fc4e4;
199 | }
200 |
201 | textarea {
202 | padding-top:5px;
203 | padding-left:10px;
204 | padding-right:10px;
205 | font-size:16px;
206 | }
207 |
208 | textarea:focus {
209 | border:1px solid #7fc4e4;
210 | box-shadow:0px 0px 5px #7fc4e4;
211 | }
212 |
213 | .linkString {
214 | font-size:18px;
215 | cursor:pointer;
216 | color:#0077a8;
217 | }
218 |
219 | .linkString:hover {
220 | color:#6c7bea;
221 | }
222 |
223 | .mainTabContainer {
224 | width:100%;
225 | height:200px;
226 | }
227 |
228 | .mainTab01_sel .tab01_phone {
229 | width:36px;
230 | height:54px;
231 | }
232 |
233 | .mainTab01 {
234 | text-align: center;
235 | cursor:pointer;
236 | float:left;
237 | }
238 |
239 | td {
240 | padding:0px;
241 | margin:0px;
242 | }
243 |
244 | .mainTab01_sel {
245 | width:216px;
246 | height:144px;
247 | background:#7fc4e4;
248 | /*border-radius: 25px;*/
249 | text-align:center;
250 | color:white;
251 | float:left;
252 | box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
253 | }
254 |
255 | .mainTab01_sel .mainTab01_notSel_text {
256 | font-size: 22px;
257 | }
258 |
259 | .mainTab01_notSel {
260 | margin-top:12px;
261 | width:180px;
262 | height:120px;
263 | /*background:#dfdfdf;*/
264 | /*border-radius: 20px;*/
265 | border:1px solid #afafaf;
266 | text-align:center;
267 | cursor:pointer;
268 | background: white;
269 | float:left;
270 | }
271 |
272 | .mainTab01_notSel:hover {
273 | border:1px solid #7fc4e4;
274 |
275 | /*filter:blur(0);*/
276 | /*-webkit-transition: all 0.1s ease-in;*/
277 | -webkit-transform: scale(1.2);
278 | /*-ms-transition: all 0.1s ease-in;*/
279 | -ms-transform: scale(1.2);
280 | /*-moz-transition: all 0.1s ease-in;*/
281 | -moz-transform: scale(1.2);
282 | /*transition: all 0.1s ease-in;*/
283 | transform: scale(1.2);
284 | }
285 |
286 | .mainTab01_notSel:hover .mainTab01_notSel_text {
287 |
288 | }
289 |
290 | .mainTab01_notSel_text {
291 | margin-top:5px;
292 | font-size:18px;
293 | }
294 |
295 | .tab01_phone {
296 | width:30px;
297 | height:45px;
298 | }
299 |
300 | .tab01_mail {
301 | width:30px;
302 | height:25px;
303 | }
304 |
305 | .mainTab01_sel .tab01_mail {
306 | width:36px;
307 | height:30px;
308 | }
309 |
310 | .tab01_contact {
311 | width:25px;
312 | height:25px;
313 | }
314 |
315 | .mainTab01_sel .tab01_contact {
316 | width:30px;
317 | height:30px;
318 | }
319 |
320 | .tab01_live {
321 | width:30px;
322 | height:30px;
323 | }
324 |
325 | .mainTab01_sel .tab01_live {
326 | width:36px;
327 | height:36px;
328 | }
329 |
330 | .tabLine01 {
331 | height:49%;
332 | border-bottom:2px solid #afafaf;
333 | float:left;
334 | }
335 |
336 | .subDivmainText01 {
337 | font-size:42px;
338 | color:#333333;
339 | }
340 |
341 | .button01 {
342 | padding-top: 10px;
343 | padding-bottom: 10px;
344 | padding-left:5px;
345 | padding-right:5px;
346 | border-radius: 5px;
347 | text-align: center;
348 | color:#7fc4e4;
349 | font-weight: bold;
350 | cursor: pointer;
351 | }
352 |
353 | .mainTab02_notSel {
354 | width:250px;
355 | background:#dfdfdf;
356 | border-top-right-radius: 10px;
357 | border-top-left-radius: 10px;
358 | float:left;
359 | margin-left:30px;
360 | margin-right:30px;
361 | text-align:center;
362 | font-size:24px;
363 | padding-top:8px;
364 | padding-bottom:5px;
365 | cursor:pointer;
366 | color:#333333;
367 | }
368 |
369 | .mainTab02_notSel:hover {
370 | border-top:3px solid #db5f5f;
371 | }
372 |
373 | .mainTab03_notsel {
374 | width:100%;
375 | height:60px;
376 | border-bottom-left-radius:25px;
377 | border-bottom-right-radius:25px;
378 | cursor:pointer;
379 | }
380 |
381 | .animated-button-client, .animated-button-client:visited {
382 | border: 2px solid #5192cc;
383 | position: relative;
384 | display: block;
385 | text-align: center;
386 | -webkit-transition: all 1s ease;
387 | -moz-transition: all 1s ease;
388 | -o-transition: all 1s ease;
389 | transition: all 1s ease;
390 | cursor:pointer;
391 | margin-bottom:30px;
392 | }
393 | .animated-button-client:after, .animated-button-client:visited:after {
394 | content: "";
395 | position: absolute;
396 | height: 0%;
397 | left: 50%;
398 | top: 50%;
399 | width: 100%;
400 | z-index: -1;
401 | -webkit-transition: all 0.75s ease 0s;
402 | -moz-transition: all 0.75s ease 0s;
403 | -o-transition: all 0.75s ease 0s;
404 | transition: all 0.75s ease 0s;
405 | }
406 | .animated-button-client:hover, .animated-button-client:visited:hover {
407 | color: white;
408 | }
409 |
410 | .animated-button-client, .animated-button-client:visited {
411 | position: relative;
412 | display: block;
413 | color: black;
414 | padding-top:5px;
415 | padding-bottom:5px;
416 | padding-right: 5px;
417 | padding-left:5px;
418 | font-size:20px;
419 | color:#5192cc;
420 | text-align: center;
421 | overflow: hidden;
422 | -webkit-transition: all 1s ease;
423 | -moz-transition: all 1s ease;
424 | -o-transition: all 1s ease;
425 | transition: all 1s ease;
426 | }
427 |
428 | .animated-button-client.victoria-four:after {
429 | background: #5192cc;
430 | -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
431 | -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
432 | -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
433 | transform: translateY(-50%) translateX(-50%) rotate(90deg);
434 | }
435 | .animated-button-client.victoria-four:hover:after {
436 | opacity: 1;
437 | height: 600% !important;
438 | }
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Augur03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Augur03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/00.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/00.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/02.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/04.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/05.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/05.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/06.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/06.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/07.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/07.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/08.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/08.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/09.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/09.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Characters/0P.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Characters/0P.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Reddit-recommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Reddit-recommend.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Reddit-recommend_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Reddit-recommend_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/Untitled-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/Untitled-2.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/appMobile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/appMobile.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/bankTransfer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/bankTransfer.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/DASH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/DASH.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/DASH_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/DASH_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/DASH_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/DASH_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ETC.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ETC.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ETC_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ETC_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ETC_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ETC_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ETH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ETH.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ETH_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ETH_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ETH_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ETH_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/GNO.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/GNO.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/GNO_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/GNO_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/LTC.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/LTC.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/LTC_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/LTC_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/LTC_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/LTC_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/REP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/REP.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/REP_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/REP_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XBT.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XBT.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XBT_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XBT_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XBT_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XBT_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XLM.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XLM.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XLM_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XLM_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XMR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XMR.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XMR_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XMR_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XMR_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XMR_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XRP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XRP.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XRP_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XRP_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/XRP_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/XRP_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ZEC.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ZEC.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ZEC_C.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ZEC_C.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain/ZEC_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain/ZEC_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChain03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChain03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blockChainSliderFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blockChainSliderFrame.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/blogSymbol.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/blogSymbol.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/buySelIcon01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/buySelIcon01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/calendar01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/calendar01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/camera.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/camera.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/cash.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/cash.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/cash03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/cash03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/chain-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/chain-01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/chain-02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/chain-02.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/chain-03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/chain-03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/chain-04.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/chain-04.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/chain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/chain.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/chainWorldmap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/chainWorldmap.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/chain_origin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/chain_origin.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/cheap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/cheap.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/circleGet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/circleGet.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/circleOrder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/circleOrder.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/circlePay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/circlePay.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/closeButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/closeButton.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/closeButton_hover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/closeButton_hover.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/creditCard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/creditCard.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/CAD.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/CAD.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/CAD_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/CAD_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/EUR.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/EUR.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/EUR_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/EUR_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/GBP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/GBP.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/GBP_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/GBP_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/JPY.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/JPY.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/JPY_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/JPY_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/USD.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/USD.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currency/USD_W.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currency/USD_W.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/currentFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/currentFrame.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/down.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/downloadAppStoreIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/downloadAppStoreIcon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/easy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/easy.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/facbookIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/facbookIcon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/faceIcon01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/faceIcon01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/facebook-recommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/facebook-recommend.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/facebook-recommend_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/facebook-recommend_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/facebook_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/facebook_add.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/faqCharacter01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/faqCharacter01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/fast.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/fast.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-ae.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-ae.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-cn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-cn.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-de.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-de.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-es.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-es.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-fr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-fr.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-id.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-id.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-in.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-in.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-it.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-it.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-jp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-jp.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-pl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-pl.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-pt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-pt.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-ru.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-ru.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/flags/flag-uk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/flags/flag-uk.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/giroPay03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/giroPay03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/glass_tab-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/glass_tab-white.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/glass_tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/glass_tab.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/gnsis03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/gnsis03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/google-recommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/google-recommend.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/google-recommend_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/google-recommend_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/googlePlayButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/googlePlayButton.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/gov.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/gov.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/gov_sel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/gov_sel.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/hand01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/hand01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/hand02.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/hand02.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/human.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/human.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/human_photo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/human_photo.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/icon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/images.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/images.jpg
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/inIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/inIcon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/infoIcon01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/infoIcon01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/international.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/international.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/laPost03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/laPost03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/like01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/like01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/likeButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/likeButton.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/likeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/likeIcon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/line3Icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/line3Icon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/linkedin-recommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/linkedin-recommend.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/linkedin-recommend_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/linkedin-recommend_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/live-tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/live-tab.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/live-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/live-white.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/logo.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/loveCrypto.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/loveCrypto.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/mail-tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/mail-tab.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/mail-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/mail-white.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/mailBox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/mailBox.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/menuBack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/menuBack.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/msg main icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/msg main icon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/neosurf03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/neosurf03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/neteuer03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/neteuer03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/okPay03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/okPay03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/onlineHelp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/onlineHelp.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/paypal03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/paypal03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/paysafecard03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/paysafecard03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/pen-tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/pen-tab.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/pen-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/pen-white.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/perfectMoney03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/perfectMoney03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/phone-tab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/phone-tab.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/phone-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/phone-white.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/phone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/phone.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/plane.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/plane.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/privacy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/privacy.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/privacy_sel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/privacy_sel.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/readIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/readIcon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/readIcon_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/readIcon_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/recommendIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/recommendIcon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/redirect.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/redirect.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/redirect_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/redirect_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/regulate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/regulate.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/reply.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/reply.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/ring main icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/ring main icon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/safe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/safe.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/scale.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/scale.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/scale_sel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/scale_sel.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/sepa03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/sepa03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/separaterShadow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/separaterShadow.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/serviceSymbol01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/serviceSymbol01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/shareButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/shareButton.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/skrill03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/skrill03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/skype main icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/skype main icon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-giroPay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-giroPay.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-giroPay_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-giroPay_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-laPoste.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-laPoste.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-laPoste_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-laPoste_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-neosurf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-neosurf.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-neosurf_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-neosurf_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-neteuer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-neteuer.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-neteuer_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-neteuer_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-okPay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-okPay.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-okPay_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-okPay_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-paySafe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-paySafe.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-paySafe_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-paySafe_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-paypal.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-paypal_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-paypal_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-perfectMoney.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-perfectMoney.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-perfectMoney_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-perfectMoney_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-sepa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-sepa.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-sepa_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-sepa_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-skrill.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-skrill.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-skrill_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-skrill_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-sofort.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-sofort.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-sofort_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-sofort_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-visa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-visa.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-visa_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-visa_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-webMoney.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-webMoney.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-webMoney_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-webMoney_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-westernUnion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-westernUnion.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-westernUnion_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-westernUnion_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-wireTransfer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-wireTransfer.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/slide-wireTransfer_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/slide-wireTransfer_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/smallChain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/smallChain.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/smartImage.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/smartImage.jpg
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/smile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/smile.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/sofort03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/sofort03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/spin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/spin.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/stellarLumens03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/stellarLumens03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/tChat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/tChat.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/tab-chain-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/tab-chain-white.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/tab-chain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/tab-chain.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/telegram_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/telegram_add.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/twitter main icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/twitter main icon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/twitter-recommend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/twitter-recommend.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/twitter-recommend_cur.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/twitter-recommend_cur.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/twitter.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/twitter.jpg
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/twitterIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/twitterIcon.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/upCharacter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/upCharacter.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/viewRateLeft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/viewRateLeft.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/viewRateMiddle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/viewRateMiddle.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/viewRateRight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/viewRateRight.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/visa03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/visa03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/webMoney03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/webMoney03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/westernUnion03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/westernUnion03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/wireTransfer03.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/wireTransfer03.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/worldmap-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/worldmap-01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/images/worldmap01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SdDev0119/Web/48f02e16770b78d4912a38ef48a8ed0d42151443/PHP/CryptoFirst/Frontend/images/worldmap01.png
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/inc/contentsFAQ.php:
--------------------------------------------------------------------------------
1 | "Who we are ?",
4 | "010102" => "How do we know if we are trusted ?",
5 | "010103" => "Why come to our house ?",
6 | "010104" => "How to contact us ?",
7 | "010105" => "What are the different means of payment ?",
8 | "010106" => "What are the fees ?",
9 | "010107" => "What are the deadlines ?",
10 | "010108" => "What are the limits ?",
11 | "010109" => "Why and how to verify identity ?",
12 | );
13 | ?>
14 |
15 |
--------------------------------------------------------------------------------
/PHP/CryptoFirst/Frontend/inc/footer.php:
--------------------------------------------------------------------------------
1 |
2 |
110 |
111 |
133 |