Home / Scripts & Code / PHP Scripts / Finance
NextGen - Crypto Exchange Pro PHP ScriptNextGen - Crypto Exchange Pro PHP Script
NextGen Crypto Exchange is platform exchanging that allowed buy and selling a cryptocurrency Average rating of 1.0 based on 1 votesHome / Scripts & Code / PHP Scripts / Finance
NextGen - Crypto Exchange Pro PHP Script
NextGen Crypto Exchange is platform exchanging that allowed buy and selling a cryptocurrency Average rating of 1.016 Support questions or comments
Please login or create an account to post a question or comment.
-
Sep 2, 2020Hi. Why is the preview not working? I am interested in the script. Can I have a link to a working preview?
-
Jun 14, 2020whats the difference between this exchange and the bin exchange?
-
Jun 14, 2020dibetar58 AuthorBin exchange have a more lot a feature then this Nextgen exchange
-
May 19, 2020Could you assist with install?
-
May 19, 2020dibetar58 AuthorYes, for more detail please pm
-
May 3, 2020Hello,
Can you take fee for install the script?
Also how add a new API for deposit currency?
Thanks
Regards - View 1 more reply
-
May 5, 2020Okay thanks, but you can add others? Even if you charge this I can be interested. Also can I paid you for install the script?
-
May 5, 2020dibetar58 AuthorAdd other Api for deposit or features? We cant do this right now because still working at new project like this with new & much features, Sorry maybe in the next time.
And if we install the script just pm and discuss for additional fee. -
May 5, 2020it was for deposit features. How can i send you a PM? thanks
-
Apr 28, 2020Hello, I would like to buy the script, but first I want to see a demonstration of it, enter the link that you provide and it does not work.
-
Apr 28, 2020dibetar58 AuthorSorry for my apologize, now can access to demo
-
Apr 25, 2020TT PurchasedI have purchased the product but can't complete the installation. Can you help on the following problems ? I have tried to make the installation based on the documentation (NextGen-Exchange-Pro/documentation/installation.html)
(1) I have tried to install the problem on AWS. Where to run "composer global require laravel/installer" ?
(2) "Unzip NextGen Exchange Pro project and put it into your server directory (For linux the server directory is /var/www/html). After this go to your project directory and run composer install to download all the dependency." Where to find .env.example to change to .env ? I can't find it.
(3) I have used ubuntu account on AWS. I have tried to run sudo on AWS for installation. AWS told me not to do so since it is better to use non-root for installation. How to solve this problem ?
(4) BTW, may I know whether I can give the environment to you for installation once ? Is it free to help on installation for the first time ? Do you have a better step-by-step installation document ? - View 18 more replies
-
May 1, 2020dibetar58 Author---
-Php 7.3 (this)
sudo a2enmod php7.3
sudo service apache2 restart
-Php 7.4 (or if install php 7.4)
sudo a2enmod php7.4
sudo service apache2 restart
---
This is only problem in server php configuration, by the way not source code.
To test create a "example.php" then
<?php
phpinfo();
?>
if that can run Php then it is work if it only show:
<?php
phpinfo();
?>
in browser that is not work -
May 2, 2020TT PurchasedDone.
Please try the below to find the result.
http://ec2-18-162-156-99.ap-east-1.compute.amazonaws.com/info.php -
May 2, 2020dibetar58 AuthorNice!
1) Have you set "AllowOverride" from "None" to "All"?
nano /etc/apache2/apache2.conf
Then Find this
----(Remove This Line)
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
----(Remove This Line)
Change to
----(Remove This Line)
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
----(Remove This Line)
Or add this in the new line with <Directory /var/www/html/YourDirectory> .... (optional)
-
After that restart the apache
sudo service apache2 restart
2) Go to your directory inside extract project
sudo chown -R www-data:www-data bootstrap/cache
sudo chown -R www-data:www-data storage
sudo chown -R www-data:www-data .
chmod -R 775 storage
chmod -R 775 bootstrap/cache
chmod -R 775 .
3) If have any error please change "APP_DEBUG=false" to "APP_DEBUG=true" in ".env"
Then go to your domain :
http://ec2-18-162-156-99.ap-east-1.compute.amazonaws.com/smcryptoex/public
-
Apr 21, 2020Hello
Can we add in admin manual deposit method?
Have you a working demo?
Thanks -
Apr 22, 2020dibetar58 AuthorYes it can, and wait for the next update for demo
-
Apr 22, 2020Thanks, have you a release date for the update? Thanks
Information
Category | Scripts & Code / PHP Scripts / Finance |
First release | 26 November 2019 |
Last update | 26 November 2019 |
Files included | .php, .css, .html, Javascript .js |
JavaScript Framework | jQuery, Node.js |
Tags | Bitcoin exchange, crypto exchange, binance exchange, trading platform, trading crypto |