Bitcoin Forum
May 12, 2024, 05:21:15 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.
1715534475
Hero Member
*
Offline Offline

Posts: 1715534475

View Profile Personal Message (Offline)

Ignore
1715534475
Reply with quote  #2

1715534475
Report to moderator
1715534475
Hero Member
*
Offline Offline

Posts: 1715534475

View Profile Personal Message (Offline)

Ignore
1715534475
Reply with quote  #2

1715534475
Report to moderator
1715534475
Hero Member
*
Offline Offline

Posts: 1715534475

View Profile Personal Message (Offline)

Ignore
1715534475
Reply with quote  #2

1715534475
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715534475
Hero Member
*
Offline Offline

Posts: 1715534475

View Profile Personal Message (Offline)

Ignore
1715534475
Reply with quote  #2

1715534475
Report to moderator
1715534475
Hero Member
*
Offline Offline

Posts: 1715534475

View Profile Personal Message (Offline)

Ignore
1715534475
Reply with quote  #2

1715534475
Report to moderator
1715534475
Hero Member
*
Offline Offline

Posts: 1715534475

View Profile Personal Message (Offline)

Ignore
1715534475
Reply with quote  #2

1715534475
Report to moderator
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: 3276
Merit: 3173


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.

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 15, 2016, 03:36:54 PM
 #21

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.
PHP is easier than java and we can host the website using an online host service (Beside the fact that is not recomended)
K128kevin2
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 15, 2016, 03:51:33 PM
 #22

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.
PHP is easier than java and we can host the website using an online host service (Beside the fact that is not recomended)

Well you're entitled to your opinion. Having used both I personally find Java a LOT more intuitive but that is, of course, subjective. Java is definitely faster and more secure though. Php is kind of a dying language tbh. For both options though you would have to use an online hosting service, unless you host it on your own device and use port forwarding. That's what I do for my web server. A lot of ISPs block port 80 though unless you pay extra money, so you may have to specify the port in the URL if you host it that way. I'd recommend a hosting service though.
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 16, 2016, 07:44:01 PM
Last edit: January 18, 2016, 06:05:26 PM by ZenJB
 #23

Update 1:
-> Implemented Anti SQL-Injection Script
-> Login and Register Script are now using Anti SQL-Injection Script
pickupcoin
Legendary
*
Offline Offline

Activity: 1203
Merit: 1000


View Profile WWW
January 20, 2016, 01:34:40 PM
 #24

yet nowhere in the script installs a fully functional online with real users?
what is bndwith server requirements? whether the script can operate without problems on shared hosting?
Emerge
Legendary
*
Offline Offline

Activity: 854
Merit: 1000



View Profile
January 20, 2016, 01:57:35 PM
 #25

yet nowhere in the script installs a fully functional online with real users?
what is bndwith server requirements? whether the script can operate without problems on shared hosting?

Maybe I can setup a small server test this thing out soon when I have a little bit more time for hobbies Smiley
pickupcoin
Legendary
*
Offline Offline

Activity: 1203
Merit: 1000


View Profile WWW
January 20, 2016, 02:58:30 PM
 #26

yet nowhere in the script installs a fully functional online with real users?
what is bndwith server requirements? whether the script can operate without problems on shared hosting?

Maybe I can setup a small server test this thing out soon when I have a little bit more time for hobbies Smiley

i have reseller shared hosting, and some unused registered domains, and i would like to try how it is work
but also i would like to see that is OP often online, if we needed
davien
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
January 20, 2016, 04:17:47 PM
 #27

Was this source already used or launced by someone around here? Might would be interesting if seems to be ok, without major bugs, security issues

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 24, 2016, 12:27:24 AM
 #28

Update 2:
-> Fully implemented Anti SQL-Injection on all Scripts
-> Admin Pannel Added (Please note that the Admin pannel is incomplete)
davien
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
January 24, 2016, 09:59:24 AM
 #29

Update 2:
-> Fully implemented Anti SQL-Injection on all Scripts
-> Admin Pannel Added (Please note that the Admin pannel is incomplete)
It's pretty nice that you are keeping develop the script. Have you ever tried to launch a demo?

wdnj
Hero Member
*****
Offline Offline

Activity: 762
Merit: 500



View Profile
January 24, 2016, 10:48:14 AM
 #30

I can launch a demo if needed Smiley
davien
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
January 24, 2016, 10:50:03 AM
 #31

I can launch a demo if needed Smiley
I would like to give a try if you have some spare time to make it

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 24, 2016, 02:46:48 PM
 #32

It's pretty nice that you are keeping develop the script. Have you ever tried to launch a demo?
I'm currently saving some money to buy 2 Rasperry PI 2 to host the demo. After I buy the 2 Rasperry PI 2 I will launch a demo hosted on the Rasperry PI 2
davien
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
January 26, 2016, 02:58:33 PM
 #33

It's pretty nice that you are keeping develop the script. Have you ever tried to launch a demo?
I'm currently saving some money to buy 2 Rasperry PI 2 to host the demo. After I buy the 2 Rasperry PI 2 I will launch a demo hosted on the Rasperry PI 2
I don't think so that you have to spend that much for a demo. Try something simple

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 26, 2016, 08:16:35 PM
 #34

It's pretty nice that you are keeping develop the script. Have you ever tried to launch a demo?
I'm currently saving some money to buy 2 Rasperry PI 2 to host the demo. After I buy the 2 Rasperry PI 2 I will launch a demo hosted on the Rasperry PI 2
I don't think so that you have to spend that much for a demo. Try something simple
I was planning to host in one Rasperry the demo and use the another to develop a prototype of this script. That prototype will interact with an offline Lan host to make the database and the blockchain wallet more secure
Its also less expensive to host the demo on the rasperry pi since I will plug the rasperry to my router and use the router's energy making a low cost host (My router is 24h on)
wowyeahthatsit
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 27, 2016, 05:44:15 AM
 #35

sharing is caring   Wink
any demo available ?
davien
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
January 27, 2016, 10:27:07 AM
 #36

It's pretty nice that you are keeping develop the script. Have you ever tried to launch a demo?
I'm currently saving some money to buy 2 Rasperry PI 2 to host the demo. After I buy the 2 Rasperry PI 2 I will launch a demo hosted on the Rasperry PI 2
I don't think so that you have to spend that much for a demo. Try something simple
I was planning to host in one Rasperry the demo and use the another to develop a prototype of this script. That prototype will interact with an offline Lan host to make the database and the blockchain wallet more secure
Its also less expensive to host the demo on the rasperry pi since I will plug the rasperry to my router and use the router's energy making a low cost host (My router is 24h on)
I see the point now. Hope we can try it in the near future. BTW did you made any recent updates on the source?

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 27, 2016, 01:06:50 PM
 #37

It's pretty nice that you are keeping develop the script. Have you ever tried to launch a demo?
I'm currently saving some money to buy 2 Rasperry PI 2 to host the demo. After I buy the 2 Rasperry PI 2 I will launch a demo hosted on the Rasperry PI 2
I don't think so that you have to spend that much for a demo. Try something simple
I was planning to host in one Rasperry the demo and use the another to develop a prototype of this script. That prototype will interact with an offline Lan host to make the database and the blockchain wallet more secure
Its also less expensive to host the demo on the rasperry pi since I will plug the rasperry to my router and use the router's energy making a low cost host (My router is 24h on)
I see the point now. Hope we can try it in the near future. BTW did you made any recent updates on the source?
Not yet
Digitalbitcoin
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 502



View Profile WWW
January 27, 2016, 02:25:31 PM
 #38

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.



I just checked few of PTC sites listed above. And I am not satisfied with design and colors. Its must have good UI and UX. Good UI and UX decreases Bounce rate which finally results in good alexa rankings.
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 10, 2016, 09:09:27 PM
 #39

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.



I just checked few of PTC sites listed above. And I am not satisfied with design and colors. Its must have good UI and UX. Good UI and UX decreases Bounce rate which finally results in good alexa rankings.
My Script has a nice looking UI that was made from scratch
creepland
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
February 14, 2016, 07:55:49 AM
 #40

Wow nice. Will try to upload to my website. Lel. :p

Emerge
Legendary
*
Offline Offline

Activity: 854
Merit: 1000



View Profile
February 14, 2016, 11:15:12 AM
 #41

Is this script still being developed?
I would have loved to help if only it wasn't in PHP Sad
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 18, 2016, 07:16:59 PM
 #42

Update 3:
-> Added feature to add or remove administrators
hidden2209
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
February 26, 2016, 01:55:21 PM
 #43

nyimak  Cheesy Cheesy
EdenHazard
Legendary
*
Offline Offline

Activity: 2674
Merit: 1048



View Profile
February 27, 2016, 07:29:26 AM
 #44

Hello World,

Im developing a PTC 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.

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

I've also made a Simulator that Simulates the Bitcoin's Earned by a user (Simulator Requires Mathematica 10 From Wolfram to open).
Simulator Link: https://github.com/ZenJB/TXZoneSimulator

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

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

If anything is missing please send a private message Cheesy

Update 1:
-> Implemented Anti SQL-Injection Script
-> Login and Register Script are now using Anti SQL-Injection
-> Password Encrypted tree times with MD5 Encryption

Update 2:
-> Fully implemented Anti SQL-Injection on all Scripts
-> Admin Pannel Added (Please note that the Admin pannel is incomplete)

Update 3:
-> Added feature to add or remove administrators

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

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

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

Im going to update Blockchain API but I don't have Bitcoins to test and develop. If you want to help me please make a donation to here: 1GGxGZJdeQYKu9C1MQPuiq1unMuhCMWCRh

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.

nice to share,i have some question here.
- why must be we need 2 BlockChain Accounts?
- how if i'm use PHP V4 or V3 ?
thanks for share it for free Grin

.
.7 BTC  WELCOME BONUS!..
███████████████████████████
██████████▀▀▄▄▄▄▄ ▄▀▀██████
█████████▄██████ ████ ▀████
██████▀▀ ▄▄▄▄ ▀▀███▀▄██ ███
████▀   ██████   ▀██████ ██
███ ▄▄▄████████▄▄▄ ██▄▄▄ ██
██ █████▀    ▀█████ ████ ██
██  ▀██        ███▀ ███ ███
██   ▄██▄    ▄██▄   █▀▄████
███ ▄████████████▄ ████████
████▄▀███▀▀▀▀███▀▄█████████
██████▄▄      ▄▄███████████
███████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████▄▄▄█████▄▄▄████████████████████████████████████████████████████
██████████▄█████▄█▄███▄█▄██████████▄██▀▀▀████████████████████████████████████████████████████
██████████████▀████▄████▀██████████████████████████▄█████▄██▄█████▄████▄████▄████▄████████
█████████████████▐█████▌███████████▄█████▀███▀▀████████▀▀▀▀█████▀▀▀██████▀▀███▀▀███████████
██████████████▄████▀████▄██████████████████▄▄▄▄▄███▄▄▄▄█████▄▄▄████████████████████████
████████████████▀█▀███▀█▀██████████▀███████▀█████████▀█████▀██▀█████▀███████████████████████
██████████████████████████████▀▀▀████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████
███████████████████████████
████████▀▀  ▐█▌  ▀▀████████
██████▄     ▐█▌     ▄██████
████ ▀██▄▄███████▄▄██▀ ████
███    ██▀▀  ▄  ▀▀██    ███
██    ██   ▄███▄   ██    ██
████████  ███████  ████████
██    ██  ▀▀ █ ▀▀  ██    ██
███    ██▄▄ ▀▀▀ ▄▄██    ███
████ ▄██▀▀██████▀▀▀██▄ ████
██████▀     ▐█▌     ▀██████
████████▄▄  ▐█▌  ▄▄████████
███████████████████████████
.
.30+  ALTCOINS AVAILABLE..
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 27, 2016, 04:34:19 PM
 #45

Quote
nice to share,i have some question here.
- why must be we need 2 BlockChain Accounts?
- how if i'm use PHP V4 or V3 ?
thanks for share it for free Grin

About the 2 BlockChain Accounts:
It basicly needs to be 2 accounts because I couldn't find a way to check if the Bitcoins where received in the wallet and I needed also to prevent the bitcoins from that address to be sended. If the bitcoins from that address where sent to another person, the user couldn't claim his Bitcoin's into his account.

About the  PHP V4 or V3:
I don't know if its compatible with those version I don't have a way to test it.
Emerge
Legendary
*
Offline Offline

Activity: 854
Merit: 1000



View Profile
February 27, 2016, 06:22:20 PM
 #46

Quote
nice to share,i have some question here.
- why must be we need 2 BlockChain Accounts?
- how if i'm use PHP V4 or V3 ?
thanks for share it for free Grin

About the 2 BlockChain Accounts:
It basicly needs to be 2 accounts because I couldn't find a way to check if the Bitcoins where received in the wallet and I needed also to prevent the bitcoins from that address to be sended. If the bitcoins from that address where sent to another person, the user couldn't claim his Bitcoin's into his account.

About the  PHP V4 or V3:
I don't know if its compatible with those version I don't have a way to test it.

Says on Blockchain.info API you need to install services for it to work now, meaning you'd need a VPS.. or is my understanding wrong? Thanks again for sharing
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 27, 2016, 06:47:05 PM
 #47

Quote
nice to share,i have some question here.
- why must be we need 2 BlockChain Accounts?
- how if i'm use PHP V4 or V3 ?
thanks for share it for free Grin

About the 2 BlockChain Accounts:
It basicly needs to be 2 accounts because I couldn't find a way to check if the Bitcoins where received in the wallet and I needed also to prevent the bitcoins from that address to be sended. If the bitcoins from that address where sent to another person, the user couldn't claim his Bitcoin's into his account.

About the  PHP V4 or V3:
I don't know if its compatible with those version I don't have a way to test it.

Says on Blockchain.info API you need to install services for it to work now, meaning you'd need a VPS.. or is my understanding wrong? Thanks again for sharing
Yes you need a VPS
Btw my script is not using the newest Blockchain API because i'm considering to change to another system if I don't find a way to upgrade the API without the need of a VPS to run my script
aoihs00
Sr. Member
****
Offline Offline

Activity: 700
Merit: 300


View Profile
February 27, 2016, 10:58:22 PM
 #48

Hello World,

Im developing a PTC 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.

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

I've also made a Simulator that Simulates the Bitcoin's Earned by a user (Simulator Requires Mathematica 10 From Wolfram to open).
Simulator Link: https://github.com/ZenJB/TXZoneSimulator

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

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

If anything is missing please send a private message Cheesy

Update 1:
-> Implemented Anti SQL-Injection Script
-> Login and Register Script are now using Anti SQL-Injection
-> Password Encrypted tree times with MD5 Encryption

Update 2:
-> Fully implemented Anti SQL-Injection on all Scripts
-> Admin Pannel Added (Please note that the Admin pannel is incomplete)

Update 3:
-> Added feature to add or remove administrators

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

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

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

Im going to update Blockchain API but I don't have Bitcoins to test and develop. If you want to help me please make a donation to here: 1GGxGZJdeQYKu9C1MQPuiq1unMuhCMWCRh

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.


nice idea, and also thank you for share!
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 28, 2016, 03:53:09 PM
Last edit: February 28, 2016, 04:26:51 PM by ZenJB
 #49

nice idea, and also thank you for share!
Thanks  Cheesy
Sharing is caring  Grin
TheGrimm
Full Member
***
Offline Offline

Activity: 238
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
February 28, 2016, 04:31:13 PM
 #50

Have  you gotten any donations yet for this script?  It gets me upset when someone releases something free and gets nothing in return. I may have some bits for you if you have not gotten anything for this.

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 28, 2016, 07:44:51 PM
 #51

Have  you gotten any donations yet for this script?  It gets me upset when someone releases something free and gets nothing in return. I may have some bits for you if you have not gotten anything for this.
Until now I haven't received donations
TheGrimm
Full Member
***
Offline Offline

Activity: 238
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
February 28, 2016, 07:51:32 PM
 #52

It was not much since I am saving bitcoins myself but I gave a little something.

I hope others will help with donations if they use your script.

It may take a while to send..

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 28, 2016, 08:41:20 PM
 #53

It was not much since I am saving bitcoins myself but I gave a little something.

I hope others will help with donations if they use your script.

It may take a while to send..
Thanks I realy apreciate it  Cheesy
TheGrimm
Full Member
***
Offline Offline

Activity: 238
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
February 28, 2016, 08:45:56 PM
 #54

Your welcome, I know its a tiny amount but better then nothing :-)

Honestly all these people seem "interested" but keep asking you to do more and more but offer nothing :-(, you should make a donation campaign and once a certain amount is raised you will release a new part/update the script.

No one donates to open source scripts but they are so fast to use it (not talking about your script but in general) its truly sad.

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 28, 2016, 08:57:06 PM
 #55

Your welcome, I know its a tiny amount but better then nothing :-)

Honestly all these people seem "interested" but keep asking you to do more and more but offer nothing :-(, you should make a donation campaign and once a certain amount is raised you will release a new part/update the script.

No one donates to open source scripts but they are so fast to use it (not talking about your script but in general) its truly sad.
Unfortunately thats true  Sad
I'm working on this script for almost a year and sometimes it gets demotivating to work on this script because I'm spending time that I could have spent on my other projects or doing something else
Digitalbitcoin
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 502



View Profile WWW
February 28, 2016, 09:01:18 PM
 #56

well give any live demo url working with this script, So that can check accessibility and usability of script.
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 28, 2016, 09:07:59 PM
 #57

well give any live demo url working with this script, So that can check accessibility and usability of script.
I'm doing that. I'm building my personal website that will have all of my projects and the live demo of this script
TheGrimm
Full Member
***
Offline Offline

Activity: 238
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
February 28, 2016, 09:09:09 PM
 #58

Your welcome, I know its a tiny amount but better then nothing :-)

Honestly all these people seem "interested" but keep asking you to do more and more but offer nothing :-(, you should make a donation campaign and once a certain amount is raised you will release a new part/update the script.

No one donates to open source scripts but they are so fast to use it (not talking about your script but in general) its truly sad.
Unfortunately thats true  Sad
I'm working on this script for almost a year and sometimes it gets demotivating to work on this script because I'm spending time that I could have spent on my other projects or doing something else

Yea maybe just move on something else, This is not worth it, I had a few great ideas to start some much needed scripts (open source) but after looking at so many projects that been up over 1 year and receive 0 donations I decided not to, although I agree open source is good and much needed but I personally can not dedicate time on something that will give me 0 value long term you know.

I personally think it will be best if you work on something which will be profitable.

Although I know open source is basically this way (not just bitcoin related) (openssh got $3k in one year and its the most used protocol) and its hard to sell scripts due to people right away steal/pirate as soon as you start listing it for sale.

ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 01, 2016, 07:54:00 PM
 #59

Your welcome, I know its a tiny amount but better then nothing :-)

Honestly all these people seem "interested" but keep asking you to do more and more but offer nothing :-(, you should make a donation campaign and once a certain amount is raised you will release a new part/update the script.

No one donates to open source scripts but they are so fast to use it (not talking about your script but in general) its truly sad.
Unfortunately thats true  Sad
I'm working on this script for almost a year and sometimes it gets demotivating to work on this script because I'm spending time that I could have spent on my other projects or doing something else

Yea maybe just move on something else, This is not worth it, I had a few great ideas to start some much needed scripts (open source) but after looking at so many projects that been up over 1 year and receive 0 donations I decided not to, although I agree open source is good and much needed but I personally can not dedicate time on something that will give me 0 value long term you know.

I personally think it will be best if you work on something which will be profitable.

Although I know open source is basically this way (not just bitcoin related) (openssh got $3k in one year and its the most used protocol) and its hard to sell scripts due to people right away steal/pirate as soon as you start listing it for sale.
I think I will move on. This project became a waste of daily time
I have just some more updates ready to be released just to finish the admin pannel
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 09, 2016, 08:12:55 PM
Last edit: March 13, 2016, 07:21:53 PM by ZenJB
 #60

Update 4:
Official Website Launched: http://zenjb.tk/livedemo/TXZoneScript/
tommorisonwebdesign
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
March 09, 2016, 08:43:25 PM
 #61

Sharing is caring! I feel like making some contributions to the PTC script. I haven't looked at the source yet but I like your idea of launching this as a public open source project available on GitHub.

Signatures? How about learning a skill... I don't care either way. Everybody has to make a living somehow.
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 10, 2016, 01:08:38 PM
 #62

Sharing is caring! I feel like making some contributions to the PTC script. I haven't looked at the source yet but I like your idea of launching this as a public open source project available on GitHub.
Thanks  Wink
I apreciate it! I realy need some help to develop the new payment system  Tongue
kevinex
Full Member
***
Offline Offline

Activity: 282
Merit: 100


View Profile
March 17, 2016, 12:04:24 AM
 #63

nice script its not ptc model but traffic exchange.. Roll Eyes
i try create site with you script, i have problem in view page, i try put 5 different site but view page not random(rotator),
10 time view same site  Shocked
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 17, 2016, 04:15:49 PM
 #64

I have noticed already the bug and I've made a fix that is already present on the next update

The script chooses the website using a PHP function named rand() to generate a random number that matches with a website. The PHP function is the cause of the bug, because, sometimes it generates the same number making the same website to be viewed
tyz
Legendary
*
Offline Offline

Activity: 3360
Merit: 1531



View Profile
March 17, 2016, 05:53:00 PM
 #65

Could you please add to script to github or a similar platform. I found two bugs which I want to hand in or at least report. A bug tracker would be a good thing. Github offers such a tool.
ZenJB (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
March 17, 2016, 06:57:29 PM
 #66

Could you please add to script to github or a similar platform. I found two bugs which I want to hand in or at least report. A bug tracker would be a good thing. Github offers such a tool.
It's on GitHub the Source Code
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!