Pages:
Author

Topic: [Pre Alpha] PHPCoin - page 4. (Read 11015 times)

legendary
Activity: 1358
Merit: 1002
August 08, 2011, 11:27:46 AM
#59
It's all alphanumeric (for now).  I copy/pasted it directly from the other script I have that works just fine.   Huh  I'll keep playing around with it and see if I can figure out what the problem is.  Obviously, it's not the code, or other people would be having trouble as well.

Maybe firewall, or port forwarding?
localhost has nothing to do with that. Tongue

SgtSpike never said anything about his server architecture, so maybe you are jumping into conclusions.

All he said was that he installed phpcoin in a VPS, he never said that his bitcoind was on the same machine.
hero member
Activity: 560
Merit: 500
August 08, 2011, 11:24:28 AM
#58
It's all alphanumeric (for now).  I copy/pasted it directly from the other script I have that works just fine.   Huh  I'll keep playing around with it and see if I can figure out what the problem is.  Obviously, it's not the code, or other people would be having trouble as well.

Maybe firewall, or port forwarding?
localhost has nothing to do with that. Tongue
legendary
Activity: 1358
Merit: 1002
August 08, 2011, 11:23:13 AM
#57
It's all alphanumeric (for now).  I copy/pasted it directly from the other script I have that works just fine.   Huh  I'll keep playing around with it and see if I can figure out what the problem is.  Obviously, it's not the code, or other people would be having trouble as well.

Maybe firewall, or port forwarding?
legendary
Activity: 1400
Merit: 1005
August 08, 2011, 11:20:15 AM
#56
It's all alphanumeric (for now).  I copy/pasted it directly from the other script I have that works just fine.   Huh  I'll keep playing around with it and see if I can figure out what the problem is.  Obviously, it's not the code, or other people would be having trouble as well.
legendary
Activity: 1218
Merit: 1000
August 07, 2011, 05:56:45 AM
#55
Not what seams, the user or pass are wrong.
If any have special chars like $ or " or ' try to change it in the config like:

$btcpass = "ajhgs$sjh";

to

$btcpass = 'ajhgs$sjh';

if has ' escape it, like $btcpass = 'kljah\'jkjd';
legendary
Activity: 1400
Merit: 1005
August 06, 2011, 06:30:02 PM
#54
I downloaded and installed the pre-alpha on a VPS.  I can't get it to communicate with my bitcoind install (throws an error regarding that after I log in to the account I registered), but another script I wrote based on bitcoin-php worked just fine.  Any ideas?

What error is that? Did you set up rightly the $btcuser and $btcpass to match your rpcuser/rpcpass?
Yes, $btcuser and $btcpass are set up correctly.  I triple-checked it.

Code:
Bitcoin Network Blocks:
Warning: fopen(http://[email protected]:8332) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 401 Authorization Required in /var/www/phpcoin/classes/jsonRPCClient.php on line 132

Fatal error: Uncaught exception 'Exception' with message 'Unable to connect to http://myusername:[email protected]:8332' in /var/www/phpcoin/classes/jsonRPCClient.php:140 Stack trace: #0 [internal function]: jsonRPCClient->__call('getblockcount', Array) #1 /var/www/phpcoin/html/main.php(50): jsonRPCClient->getblockcount() #2 /var/www/phpcoin/index.php(40): include('/var/www/phpcoi...') #3 {main} thrown in /var/www/phpcoin/classes/jsonRPCClient.php on line 140
hero member
Activity: 560
Merit: 500
August 06, 2011, 03:24:15 PM
#53
Ah, I didn't know you were going to do an admin panel.


[Edit]: Just looked up a few post and saw the stuff not in the beta.
legendary
Activity: 1218
Merit: 1000
August 06, 2011, 03:18:42 PM
#52
Not quite, if I want it that way I would do it in such way in the first place.
The full bitcoind info is meant to go on the admin panel, not in the user frontend.
hero member
Activity: 560
Merit: 500
August 06, 2011, 02:55:05 PM
#51
Ah, well I'm making slight changes to the connection count.


If you want, I can give you what I've changed so far.
legendary
Activity: 1218
Merit: 1000
August 06, 2011, 02:34:30 PM
#50
Would it be possible to add list of address for each of the accounts, and maybe a list of transactions for each account (although I guess blockexporer is pretty much the same thing)?

Sry, went to sleep a bit.
On your issue, the idea is as follow: on that drop down on main page you will be able to switch the current account (Account you're viewing), so the address shown and movements will be of the currently foregrounded account. Currently (before went to sleep that is) I'm doing the form for people to add more accounts, this directive in the config table: user_l_accounts sets the nr. of accounts as user can have under the same login.
hero member
Activity: 560
Merit: 500
August 06, 2011, 02:29:48 PM
#49
Would it be possible to add list of address for each of the accounts, and maybe a list of transactions for each account (although I guess blockexporer is pretty much the same thing)?
hero member
Activity: 560
Merit: 500
August 06, 2011, 12:40:16 PM
#48
I'll be more than happy to provide more feedback once I figure out how to get bitcoind working.
https://bitcointalksearch.org/topic/how-can-i-tell-if-bitcoind-is-working-34902
legendary
Activity: 1218
Merit: 1000
August 06, 2011, 12:31:36 PM
#47
You should modify your files to allow a different IP and Port to RCP (I've already made the changes for me to test).

Will start the VM  (where I develop it) and do some more work, along with that change. Thank you for the feedback.
hero member
Activity: 560
Merit: 500
August 06, 2011, 12:01:58 PM
#46
You should modify your files to allow a different IP and Port to RCP (I've already made the changes for me to test).
legendary
Activity: 1218
Merit: 1000
August 06, 2011, 07:13:44 AM
#45
I downloaded and installed the pre-alpha on a VPS.  I can't get it to communicate with my bitcoind install (throws an error regarding that after I log in to the account I registered), but another script I wrote based on bitcoin-php worked just fine.  Any ideas?

What error is that? Did you set up rightly the $btcuser and $btcpass to match your rpcuser/rpcpass?
legendary
Activity: 1218
Merit: 1000
August 06, 2011, 07:10:01 AM
#44
Looks great. How do you plan to continue?

The following features are still missing for it to be released as beta:

1) Schedule and recurring payments

2) Admin menu

3) Account creation

4) Address book

Then just need to create some docking modules, like:

SCI, MtGox/TH, etc...

The idea was to provide a GUI for users installing Bitcoin in a minimal Linux VM. Like: you install a Debian 6 in a VM, no X, install this script to manage the wallet in that Virtual Machine. Obviously it can also operate as an e-Wallet, that's why I put that in the VPS
legendary
Activity: 1400
Merit: 1005
August 05, 2011, 11:56:11 PM
#43
I downloaded and installed the pre-alpha on a VPS.  I can't get it to communicate with my bitcoind install (throws an error regarding that after I log in to the account I registered), but another script I wrote based on bitcoin-php worked just fine.  Any ideas?
newbie
Activity: 34
Merit: 0
August 05, 2011, 11:26:24 PM
#42
Looks great. How do you plan to continue?
legendary
Activity: 1218
Merit: 1000
August 05, 2011, 10:42:10 PM
#41
OK, I'll repick this project, but before, here's a preview of it working:

http://88.198.142.82/index.php

or

https://88.198.142.82/index.php (self-signed cert)

Now, please note [IMPORTANT]:

- I rented that cinfu VPS FOR TESTING ONLY, it's rented for ONE MONTH until 5th Sep

Do not store there large btc amounts! (You'd been warned!)

For those with theories about SQLi and alike: HERE'S YOUR CHANCE! Grab it and prove it! Feel free to do it.  Wink

There're no changes between this install and what I put available for download, other than the config files, obviously.
legendary
Activity: 1400
Merit: 1005
July 30, 2011, 05:04:22 PM
#40
Working... the only thing I was up to do before release the beta was to implement schedule and recurring payouts and admin accounts.
I may re-pick this project later on.
Awww, I am sad you decided to drop it.  I appreciate the work - I'm going to be using the package as a starting point for one of the projects I am working on!
Pages:
Jump to: