Bitcoin Forum
May 23, 2024, 04:13:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: Source code - Trafic Exchange Website that uses Bitcoin  (Read 8846 times)
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 11, 2016, 08:29:05 PM
Last edit: March 17, 2016, 07:00:35 PM by ZenJB
 #1

Hello World,

Im developing a Trafic Exchange website made in PHP in almost a year.
In the begining I was going to host this website but my host machine broke down.
So, im making this website Open Source for everyone that wants to use it.
I've uploaded all the files to GitHub.

Official Website using this script: http://zenjb.tk/project/TXZone/

In the live demo, you're not allowed to "test" the security of the script. Also, the withdraws and the deposits are disabled

REQUIREMENTS
- Apache
- MySQL
- MSMTP
- PHP V5.5.13
- phpmyadmin
- 2 BlockChain Accounts
(RECOMENDED BUT NO NECESSARY, BitWebServer to host the website with an Android device because the website was made using BitWebServer as host)

How to setup the website?
1> Setup Apache, MySQL, MSMTP, PHP (Or Simply download BitWebServer from PlayStore if you're hosting the website using an Android Device)
2> Create 2 Blockchain wallet accounts
3> Enable API in both of your Blockchain Wallets
4> Create a database on MySQL named txzone using phpmyadmin
5> Import the database.xml file to the database using phpmyadmin
6> Edit db.php in /scripts
7> Allow your website to acess the API of your wallets
8> On PHPMyAdmin go to txzone -> administrators -> Insert
9> In admin Insert your username (it as to be same as your username stored in the table members)
10> In joindate put the date that you became the admin
11> Click on "Go" to save on db

How to reset Tasks Completed By the users (Must be done daily to enable user to make their tasks on the next day):
1> In phpmyadmin go to txzone -> tasks and delete all data inside

How to enable Withdraws:
1> Send Bitcoin from your Deposit Account to your Withdraw account
2> In phpmyadmin go to your txzone -> webcontrol And set the payment from 0 to 1

How to add yourself as admin:
-> On PHPMyAdmin go to txzone -> administrators -> Insert
-> In admin Insert your username (it as to be same as your username stored in the table members)
-> In joindate put the date that you became the admin
-> Click on "Go" to save on db

Atention:
When you update the script version you will lose your database data. So, make sure to back up everything before updating!

If anything is missing please send a private message Cheesy

Missing feactures that will be added:
-> Admin Panel Added on 23/01/2016
-> Ability to choose where to store Bitcoins
-> Anti SQL-Injection on all pages
-> Source Code Encryption
-> Ability to use MySQLi
-> Recover Password Page
-> Compatibility with all PHP versions
-> Choose withdraw method (FaucetBox / Instant Withdraw)
-> Send Email to Advertiser When Their ads were all seen
-> Add view statistic to Advertiser (Number of ads seen per day, Monthly Statistics, Ads bought)
-> "Winnings on website" - Number of adds bought versus number of ads seen
-> Automatization of Withdraw System
-> Android mobile app
-> Other Languages (Portuguese, French and Spanish)

If you use this Source Code please give me the proper credits

For each 0,2542 BTC that I receive in donation, I will release an update to this script
Current donated BTC: 0.00005500 BTC

By donating you're helping me to get better hardware to make better software. Sharing is Caring  Grin

Download Link:
http://zenjb.github.io/TXZone/

If you wan't to see my personal website, the link is:
http://zenjb.tk/

Email:
0zenjb0@gmail.com

Disclaimer:
I am not responsible if you or someone loses Bitcoins, or if you get hacked dued to the lack of security or dued to another thing that may happen.
This is a project in development. So, you will experience bugs, lack of feactures, and many other things...
USE IT AT YOUR OWN RISK.
rubygon
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
January 12, 2016, 12:18:04 PM
 #2

What is the difference between your script and aurora and bux scripts?
ZonedOutSpace
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

From Russia with love


View Profile
January 12, 2016, 12:19:27 PM
 #3

Hello World,

Im developing a PTC website made in PHP.
In the begining I was going to host this website but my host machine broke down.
So, im making this website Open Source for everyone that wants to use it.
I've uploaded all the files to GitHub.

GitHub Link: http://zenjb.github.io/TXZone/

REQUIREMENTS
- Apache
- MySQL
- MSMTP
- PHP V5.5.13
- phpmyadmin
- 2 BlockChain Accounts

How to setup the website?
1> Setup Apache, MySQL, MSMTP, PHP (Download Bit Web Server from PlayStore in order to host the server. In the future it will be more compatible with xampp and others)
2> Create 2 Blockchain wallet accounts
3> Enable API in both of your Blockchain Wallets
4> Create a database on MySQL named txzone using phpmyadmin
5> Import the database.xml file to the database using phpmyadmin
6> Edit db.php in /scripts
7> Allow your website to acess the API of your wallets

How to reset Tasks Completed By the users (Must be done daily to enable user to make their tasks on the next day):
1> In phpmyadmin go to txzone -> tasks and delete all databa inside

How to enable Withdraws:
1> In phpmyadmin go to your txzone -> webcontrol And set the payment from 0 to 1

If anything is missing please reply to this topic

If you use this Source Code please give me the proper credits

If you want to buy me a coffee please make a donation Smiley

Bitcoin Address : 1EWhnNyoLpMHvKNETyRCn95tDaJmsPjuSX

Disclaimer:
I am not responsible if you or someone loses Bitcoins, or if you get hacked dued to the lack of security or dued to another thing that may happen.
This is a project in development. So, you will experience bugs, lack of feactures, and many other things...
USE IT AT YOUR OWN RISK.


Cool project, but you should consider updating to mysqli as mysql is deprecated as of php 5.5.X.
Robertt
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
January 12, 2016, 12:21:53 PM
 #4

Be very cautious when using public PTC scripts. There are a LOT of vulnerable sites right now and most are using the same scripts. Here are a few examples of vulnerable websites using public scripts
http://www.sweetkittyptc.info/index.php?ref=admin
http://www.ptchub.info/index.php?view=forum&limitCat=10&ref=admin&
http://www.superptcman.com/index.php?ref=admin
One wrong move & all your money is gone. Get someone to test the script for vulnerabilities if you decide to use this or create your own.
Either way, let's hope it's not backdoored or exploitable.

(Not saying that the creator did anything, but it's possible that it has a security flaw as everything else does)
Is there a live example? I'd like to test the site for exploits.
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 12, 2016, 04:08:32 PM
Last edit: January 12, 2016, 04:30:03 PM by ZenJB
 #5

What is the difference between your script and aurora and bux scripts?
1) This site does not use Referal, wich is Illegal in some countries
2) Its free to use for personal purposes but if you use it for comercial purposes you have only to donate 10% (A small fee to help me building this project and many others)
3) It was written from scrath (The only things that are not made by me is the Captcha system and Json to be able to comunicate with BlockChain. But in the future Captcha will be written from scratch and will be a new captcha system)
If there are more let me know Smiley
4) The user password is encrypted (UserNumber+Password are encrypted in MD5). In the future I will a PIN number that is encrypted with the password to store it more safely
5) It will have a Simulator that Simulates the earnings of a User in this site (It is a package to be used on a Program Called Mathematica and is ready to be launched im just searching for bugs)
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 12, 2016, 04:10:24 PM
Last edit: January 12, 2016, 04:41:19 PM by ZenJB
 #6

Hello World,

Im developing a PTC website made in PHP.
In the begining I was going to host this website but my host machine broke down.
So, im making this website Open Source for everyone that wants to use it.
I've uploaded all the files to GitHub.

GitHub Link: http://zenjb.github.io/TXZone/

REQUIREMENTS
- Apache
- MySQL
- MSMTP
- PHP V5.5.13
- phpmyadmin
- 2 BlockChain Accounts

How to setup the website?
1> Setup Apache, MySQL, MSMTP, PHP (Download Bit Web Server from PlayStore in order to host the server. In the future it will be more compatible with xampp and others)
2> Create 2 Blockchain wallet accounts
3> Enable API in both of your Blockchain Wallets
4> Create a database on MySQL named txzone using phpmyadmin
5> Import the database.xml file to the database using phpmyadmin
6> Edit db.php in /scripts
7> Allow your website to acess the API of your wallets

How to reset Tasks Completed By the users (Must be done daily to enable user to make their tasks on the next day):
1> In phpmyadmin go to txzone -> tasks and delete all databa inside

How to enable Withdraws:
1> In phpmyadmin go to your txzone -> webcontrol And set the payment from 0 to 1

If anything is missing please reply to this topic

If you use this Source Code please give me the proper credits

If you want to buy me a coffee please make a donation Smiley

Bitcoin Address : 1EWhnNyoLpMHvKNETyRCn95tDaJmsPjuSX

Disclaimer:
I am not responsible if you or someone loses Bitcoins, or if you get hacked dued to the lack of security or dued to another thing that may happen.
This is a project in development. So, you will experience bugs, lack of feactures, and many other things...
USE IT AT YOUR OWN RISK.


Cool project, but you should consider updating to mysqli as mysql is deprecated as of php 5.5.X.
I will consider if its safer. I will analyse
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 12, 2016, 04:20:07 PM
 #7

Be very cautious when using public PTC scripts. There are a LOT of vulnerable sites right now and most are using the same scripts. Here are a few examples of vulnerable websites using public scripts
http://www.sweetkittyptc.info/index.php?ref=admin
http://www.ptchub.info/index.php?view=forum&limitCat=10&ref=admin&
http://www.superptcman.com/index.php?ref=admin
One wrong move & all your money is gone. Get someone to test the script for vulnerabilities if you decide to use this or create your own.
Either way, let's hope it's not backdoored or exploitable.

(Not saying that the creator did anything, but it's possible that it has a security flaw as everything else does)
Is there a live example? I'd like to test the site for exploits.
It has just one until today. Im working on a fix that will be released after I update and test this script on the newest version of PHP and MySQL
I've made only the "base" of this site. For now on, I will improve the safety of the script and add new feactures like the number of Bitcoins that the website paid, a recovery password zone and an Admin Panel.
tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1531



View Profile
January 12, 2016, 06:16:45 PM
 #8

Great!
I was looking for such an open source script some weeks ago. I will take a look at the code on the weekend. If I going to use your script, you will definitely get a little tip Wink
wdnj
Hero Member
*****
Offline Offline

Activity: 762
Merit: 500



View Profile
January 13, 2016, 02:23:56 PM
 #9

Be very cautious when using public PTC scripts. There are a LOT of vulnerable sites right now and most are using the same scripts. Here are a few examples of vulnerable websites using public scripts
http://www.sweetkittyptc.info/index.php?ref=admin
http://www.ptchub.info/index.php?view=forum&limitCat=10&ref=admin&
http://www.superptcman.com/index.php?ref=admin
One wrong move & all your money is gone. Get someone to test the script for vulnerabilities if you decide to use this or create your own.
Either way, let's hope it's not backdoored or exploitable.

(Not saying that the creator did anything, but it's possible that it has a security flaw as everything else does)
Is there a live example? I'd like to test the site for exploits.
It has just one until today. Im working on a fix that will be released after I update and test this script on the newest version of PHP and MySQL
I've made only the "base" of this site. For now on, I will improve the safety of the script and add new feactures like the number of Bitcoins that the website paid, a recovery password zone and an Admin Panel.
I will proved you 10% of the Monthly income [net profit] after you improve the safety of the script and add new features. I going to use your script after improved released.
Btcoinat
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
January 14, 2016, 10:40:53 AM
 #10

Hello World,

Im developing a PTC website made in PHP.
In the begining I was going to host this website but my host machine broke down.
So, im making this website Open Source for everyone that wants to use it.
I've uploaded all the files to GitHub.

GitHub Link: http://zenjb.github.io/TXZone/

REQUIREMENTS
- Apache
- MySQL
- MSMTP
- PHP V5.5.13
- phpmyadmin
- 2 BlockChain Accounts
(RECOMENDED BUT NO NECESSARY, BitWebServer to host the website with an Android device because the website was made using BitWebServer as host)

How to setup the website?
1> Setup Apache, MySQL, MSMTP, PHP (Download Bit Web Server from PlayStore in order to host the server. In the future it will be more compatible with xampp and others)
2> Create 2 Blockchain wallet accounts
3> Enable API in both of your Blockchain Wallets
4> Create a database on MySQL named txzone using phpmyadmin
5> Import the database.xml file to the database using phpmyadmin
6> Edit db.php in /scripts
7> Allow your website to acess the API of your wallets

How to reset Tasks Completed By the users (Must be done daily to enable user to make their tasks on the next day):
1> In phpmyadmin go to txzone -> tasks and delete all databa inside

How to enable Withdraws:
1> In phpmyadmin go to your txzone -> webcontrol And set the payment from 0 to 1

If anything is missing please send a private message Cheesy

If you use this Source Code please give me the proper credits

If you're using this for comercial purposes you need to donate 10% of the Monthly income to this Bitcoin address: 1BLhtd8vea34j7s9evzNagGU1RFgZCmfK9

If you want to buy me a coffee donate to this address: 1EWhnNyoLpMHvKNETyRCn95tDaJmsPjuSX


Disclaimer:
I am not responsible if you or someone loses Bitcoins, or if you get hacked dued to the lack of security or dued to another thing that may happen.
This is a project in development. So, you will experience bugs, lack of feactures, and many other things...
USE IT AT YOUR OWN RISK.


niiiiiiiiiiiiceeee
K128kevin2
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 14, 2016, 11:34:46 AM
 #11

ahhh why ever use php???
Emerge
Legendary
*
Offline Offline

Activity: 854
Merit: 1000



View Profile
January 14, 2016, 11:56:12 AM
 #12

pretty cool project. Hope you continue developing this service/script
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 14, 2016, 01:49:36 PM
 #13

ahhh why ever use php???
With PHP you can host a website in devices such as Android, Rasperry PI, PC, Mac, etc.
You can choose the device that most suits your needs  Smiley
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 14, 2016, 01:51:19 PM
 #14

pretty cool project. Hope you continue developing this service/script
I will continue  Grin
hoop
Legendary
*
Offline Offline

Activity: 1523
Merit: 1001


NOBT - WNOBT your saving bank◕◡◕


View Profile WWW
January 14, 2016, 01:57:46 PM
 #15

May I ask you is your devs skills with PHP only?

            ██████████  ██████████▄▄
         █████████████  ██████████████▄▄
   ▄███  █████▄                  ▀▀███████▄
  ██████   ▀█████▄          ████     ▀▀█████
 █████        ▀█████▄       ████        █████
 ████            ▀████      ████         ████
 ████         ██▄   ▀█  ██▄ ████         ████
 ████▌        █████▄    ████████        ▐████
 ▐████        ████████    ▀█████        ████▌
  █████       ████ ▀██  █▄   ▀██       █████
   █████      ████      ████▄         █████
    █████▄    ████       ▀█████▄    ▄█████
     ▀█████▄  ████          ▀█████▄   ██▀
       ▀█████▄                 ▀█████
         ▀██████▄▄          ▄▄██████▀
            ▀▀████████  ████████▀▀
                ▀▀████  ████▀▀
Take care of your financial privacy
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
A blockchain loyalty scheme and more
██
██
██
██
██
██
██
██
██
██
██
██


███████████████
███          ██████████████████
████████████████████████████████
███                          ███
███                          ███
███             ██           ███
███       ██   ██   ██       ███
███      ██    ██    ██      ███
███       ██  ██    ██       ███
███                          ███
███                          ███
████████████████████████████████


           ████    ████
       █████████ ████████
                           
████████████████████████████
█████████████████████████████
██████████████████
██████████████████ ███████████
██████████████████ ██    █████
██████████████████ ███████████
██████████████████
█████████████████████████████
████████████████████████████


        ▄█████▄
      ▄█████████
     ████    ███▌
    ███       ██▌
   ▐██ ███  ████
   ▄███████████
  ███████████▀
 ████  ███ ██▌
▐██       ███
▐███    ████
 █████████▀
  ▀█████▀
██
██
██
██
██
██
██
██
██
██
██
██
ANN         Discord
Twitter    Telegram
Nobt-plataform
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 14, 2016, 01:59:37 PM
 #16

May I ask you is your devs skills with PHP only?
Yes you may  Cheesy. Its not only with PHP, I program in C# (A little), PHP, html, Vb.net, Javascript (A little), In casio Calculators (My first experience in programing), Mathematica, etc...
And im going to learn more languages because im taking a degree in Computer Engineering in the University.
examplens
Legendary
*
Offline Offline

Activity: 3290
Merit: 3211


Crypto Swap Exchange


View Profile WWW
January 14, 2016, 05:41:11 PM
 #17

OP, What is the plan for the future of this script? whether it will continue to develop it further?
as you see, you've already got the couple proposals for improvement, probably after some time of use this script you will see the opportunities and ideas for improvement opportunities.
if someone wants to invest in PTC site with your script, he need to know it will have the support of you.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
K128kevin2
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 14, 2016, 07:10:32 PM
 #18

ahhh why ever use php???
With PHP you can host a website in devices such as Android, Rasperry PI, PC, Mac, etc.
You can choose the device that most suits your needs  Smiley

You can do that with most languages, certainly all the major ones used for web dev. You probably want to be running it on a device running Linux anyway. I would highly recommend using Java or go language over php. Go is nice because you can run it on anything just as an executable.
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 14, 2016, 10:22:17 PM
 #19

OP, What is the plan for the future of this script? whether it will continue to develop it further?
as you see, you've already got the couple proposals for improvement, probably after some time of use this script you will see the opportunities and ideas for improvement opportunities.
if someone wants to invest in PTC site with your script, he need to know it will have the support of you.

I will continue to improve security of this script and add new features. To the next week I'm going to start to check every script for vulnerabilities and I will make some improvements related to performance
jmintuck02
Full Member
***
Offline Offline

Activity: 182
Merit: 100

★Bitvest.io★ Play Plinko or Invest!


View Profile
January 14, 2016, 11:56:14 PM
 #20

I would like to watch this script. Someday, it could be useful to me. I hope one day it is. I have wondered about

running a site like this and if it takes btc, all the better. I sometimes think about sites like this. I hope I could make

a commission on members who do sign up and do the offers and the ptc's that would be there.

Pages: [1] 2 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!