Pages:
Author

Topic: BitShop - cryptocurrency shopping cart script [PHP/MYSQL] (v1.1.2) - page 15. (Read 74792 times)

legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
@ahmedjadoon
The number of required confirmations you can change by editing /sci/config.php

Code:
// number of confirmations needed (can't be 0)
$confirm_num = 1;

Due your security reasons there's no ability to change it to 0 (trust me it's really important). Better idea, if you'd like to have instant payments is enabling Coinbase as payment gateway.
How the Coinbase gateway works.
It just uses the coinbase.com API to process your payments, meaning your wallet will be managed by coinbase instead of having to manage the keys yourself. Read the /install/coinbase.txt file for the setup instructions.
legendary
Activity: 1414
Merit: 1000
@ahmedjadoon
The number of required confirmations you can change by editing /sci/config.php

Code:
// number of confirmations needed (can't be 0)
$confirm_num = 1;

Due your security reasons there's no ability to change it to 0 (trust me it's really important). Better idea, if you'd like to have instant payments is enabling Coinbase as payment gateway.
How the Coinbase gateway works.
hero member
Activity: 734
Merit: 507
@ahmedjadoon
The number of required confirmations you can change by editing /sci/config.php

Code:
// number of confirmations needed (can't be 0)
$confirm_num = 1;

Due your security reasons there's no ability to change it to 0 (trust me it's really important). Better idea, if you'd like to have instant payments is enabling Coinbase as payment gateway.
legendary
Activity: 1414
Merit: 1000
I receive complaints from users that bar loads really slow. I don't want to wait for 3 confirmations. Just 1 confirmation would be enough or no confirmation at all just confirm the payment.  Please tell how to fix it.
hero member
Activity: 734
Merit: 507
@bitfreak!
Wow, didn't know you're developing the altcrypto. Good luck! However day by day I'm full of hope that the next release will add ability to change existing products to automatic/manual, as it's damn needed option. Cheers mate!

Bump... as last days there's pretty high traffic on the site and I really don't wanna create double products (manual and automatic). Hope you bitfreak works on it. Hope you're fine!

Bump!
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
The headers have already been sent, but session_write_close() was called before session_start() was called for a second time. But apparently that doesn't work properly on all versions of PHP. I didn't write this part of this script so I don't know if it always had this issue. But the fix I described above should work according to this stackoverflow question.
Aaaah I see. You learn something everyday, right? I guess it showed for him because of how error_reporting/display_error was set.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
The error is in the text. The headers have already been sent to the user, which means that they cannot be changed and so a session cannot be created. Did you change anything in meta.inc.php? Or do you sent something to the user before you do session_start()? session_start() has to be the first thing sent to the user if I'm not mistaken.
The headers have already been sent, but session_write_close() was called before session_start() was called for a second time. But apparently that doesn't work properly on all versions of PHP. I didn't write this part of this script so I don't know if it always had this issue. But the fix I described above should work according to this stackoverflow question.
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Quote
i'm getting this error
Open the buy.inc.php file and add this code after line 20:

     ini_set('session.use_only_cookies', false);
     ini_set('session.use_cookies', false);
     ini_set('session.use_trans_sid', false);
     ini_set('session.cache_limiter', null);
copper member
Activity: 3948
Merit: 2201
Verified awesomeness ✔
The error is in the text. The headers have already been sent to the user, which means that they cannot be changed and so a session cannot be created. Did you change anything in meta.inc.php? Or do you sent something to the user before you do session_start()? session_start() has to be the first thing sent to the user if I'm not mistaken.
newbie
Activity: 5
Merit: 0
i tested it on free hosting it has a lot of problems i don't advice to test it on free hosting it's not work on it
any way
i guess my problem related with DNS cuz i just changed the dns to paid hosting ( iguess )

i will wait until tomorrow to see if that fixed the problem 
hero member
Activity: 734
Merit: 507
@centauri
I don't know, but I know what I would do in your case. Wink I will try to place an order in another web browser. Guess the result will be the same, just but to be sure. Then I would test the Bitshop script on another hosting, even on any free one - just for testing.
newbie
Activity: 5
Merit: 0
so what should i do
what will i ask the hosting about that ?

sorry for bad EN
hero member
Activity: 734
Merit: 507
@centauri
Did you check on another browser? However it seems like problem with your hosting provider (the configuration of server).
newbie
Activity: 5
Merit: 0
newbie
Activity: 5
Merit: 0
thank you i will try it
and thank you for fast respond ^_^
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
i installed it on my website but when i'm trying to setup coinbase and check the url on coinbase settings it's keep say that

Server responded with: 500 Internal Server Error
A 500 error is what should happen when you test it in coinbase, because it's not providing any legit transaction data to the script.

any way i tried to put any product and want to test it when i'm trying to pay it keep say

All API's are unavailable. Please try again later.
That means your server is unable to make any remote connections, check that you have curl installed.

please i sent an email to you throw your website but i didn't get any respond
Sorry the contact form is currently not working due to a stupid filter put in place by my host.
newbie
Activity: 5
Merit: 0
i have many problems in the script

i installed it on my website but when i'm trying to setup coinbase and check the url on coinbase settings it's keep say that

Server responded with: 500 Internal Server Error

any way i tried to put any product and want to test it when i'm trying to pay it keep say

All API's are unavailable. Please try again later.


please i sent an email to you throw your website but i didn't get any respond

sorry for my bad EN
legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
You cannot export keys if you have no keys in your database (notice it says "there are no keys yet").
newbie
Activity: 3
Merit: 0
What is the best way to transfer btc in my website to my blockchain.info wallet and immediately use it?

1. Login to admin area
2. Got to Orders
3. Select MANAGE KEYS
4. Select EXPORT KEYS
5. Input private RSA key when prompted
6. Copy text from "Blockchain.info Format" box
7. Log into Blockchain.info wallet
8. Select "Import / Export" from top menu
9. Select "Import Wallet" from side menu
10. Paste text from step 6 into box and submit

4. Select EXPORT KEYS
Unexpected problem locating keys.

http://s017.radikal.ru/i414/1501/78/143337988c36.png

legendary
Activity: 1536
Merit: 1000
electronic [r]evolution
Thx, will give it a shot... also, would you be interested in looking at something non shop related ? Can discuss a small fee if required.
Depends on how complicated the job is. Got a lot in the pipe right now.
Pages:
Jump to: