Bitcoin Forum
June 21, 2024, 11:37:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
  Print  
Author Topic: BitShop - cryptocurrency shopping cart script [PHP/MYSQL] (v1.1.2)  (Read 74734 times)
SteamGamesBTC.com
Hero Member
*****
Offline Offline

Activity: 734
Merit: 507



View Profile WWW
January 10, 2015, 07:13:08 PM
 #441

@centauri
Did you check on another browser? However it seems like problem with your hosting provider (the configuration of server).

SteamGamesBTC.com
> Automatic 24/7 bot: purchase any Steam game 20% cheaper with Bitcoin! <
centauri
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 10, 2015, 07:16:25 PM
 #442

so what should i do
what will i ask the hosting about that ?

sorry for bad EN
SteamGamesBTC.com
Hero Member
*****
Offline Offline

Activity: 734
Merit: 507



View Profile WWW
January 10, 2015, 07:19:51 PM
Last edit: January 10, 2015, 07:40:41 PM by SteamGamesBTC.com
 #443

@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.

SteamGamesBTC.com
> Automatic 24/7 bot: purchase any Steam game 20% cheaper with Bitcoin! <
centauri
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 10, 2015, 07:30:32 PM
 #444

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 
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3962
Merit: 2207


Verified awesomeness ✔


View Profile WWW
January 10, 2015, 08:17:23 PM
 #445

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.

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 10, 2015, 10:45:55 PM
 #446

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);

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 10, 2015, 10:48:29 PM
 #447

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.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3962
Merit: 2207


Verified awesomeness ✔


View Profile WWW
January 10, 2015, 10:57:13 PM
 #448

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.

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

   ▄▄▀▀▀▀▀▀▀▄▄
 ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄
▄▀ █ ▄  █  ▄ █ ▀▄
█ █   ▀   ▀   █ █  ▄▄▄
█ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █   █
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█  █▄█
█ ▀▀█  ▀▀█  ▀▀█ █  █▄█

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
SteamGamesBTC.com
Hero Member
*****
Offline Offline

Activity: 734
Merit: 507



View Profile WWW
January 12, 2015, 12:36:45 PM
 #449

@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!

SteamGamesBTC.com
> Automatic 24/7 bot: purchase any Steam game 20% cheaper with Bitcoin! <
ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
January 13, 2015, 06:35:07 AM
 #450

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.
SteamGamesBTC.com
Hero Member
*****
Offline Offline

Activity: 734
Merit: 507



View Profile WWW
January 13, 2015, 09:47:48 AM
 #451

@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.

SteamGamesBTC.com
> Automatic 24/7 bot: purchase any Steam game 20% cheaper with Bitcoin! <
ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
January 13, 2015, 10:15:02 AM
 #452

@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.
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 13, 2015, 11:38:59 AM
 #453

@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.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
January 13, 2015, 09:48:13 PM
 #454

@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.
I set Coinbase API to true in SCI settings and entered all values but its still using old payment method.
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 14, 2015, 12:08:23 AM
 #455

I set Coinbase API to true in SCI settings and entered all values but its still using old payment method.
I'm guessing that $use_coinbase is returning false in the sci/process-order.php file. Several people are using the coinbase API so I know it works. If you're testing it on a local server that's probably why it wont work. It will fall back to the default payment gateway if it can't reach the coinbase API.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
ahmedjadoon
Legendary
*
Offline Offline

Activity: 1414
Merit: 1000


View Profile
January 14, 2015, 04:57:43 AM
 #456

I set Coinbase API to true in SCI settings and entered all values but its still using old payment method.
I'm guessing that $use_coinbase is returning false in the sci/process-order.php file. Several people are using the coinbase API so I know it works. If you're testing it on a local server that's probably why it wont work. It will fall back to the default payment gateway if it can't reach the coinbase API.
How to fix it?
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 14, 2015, 08:02:16 AM
Last edit: January 26, 2015, 09:19:00 AM by bitfreak!
 #457

I set Coinbase API to true in SCI settings and entered all values but its still using old payment method.
I'm guessing that $use_coinbase is returning false in the sci/process-order.php file. Several people are using the coinbase API so I know it works. If you're testing it on a local server that's probably why it wont work. It will fall back to the default payment gateway if it can't reach the coinbase API.
How to fix it?
I'm not sure what the problem is so I can't tell you how to fix it. I would need admin access to your site in order to properly diagnose the issue. If you have any PHP knowledge you should be able to work it out yourself. Problem was incorrect coinbase settings.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
reesev
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 24, 2015, 03:30:09 PM
 #458

Hey man I mentioned earlier about the error that some of my customers get..

when the click confirm and the progress bar starts moving.. after a couple of minutes they get

Transaction not found

This is random and doesnt affect all transactions.. I have only duplicated it once or twice.

What do you think it could be?
bitfreak! (OP)
Legendary
*
Offline Offline

Activity: 1536
Merit: 1000


electronic [r]evolution


View Profile WWW
January 26, 2015, 05:24:01 AM
 #459

Hey man I mentioned earlier about the error that some of my customers get..

when the click confirm and the progress bar starts moving.. after a couple of minutes they get

Transaction not found

This is random and doesnt affect all transactions.. I have only duplicated it once or twice.

What do you think it could be?
I don't really have a clue, you're the only person who seems to be having that issue. It seems like your database is behaving oddly. That error indicates that the transaction could not be located in your database, but in order to reach that point the transaction must have been inserted into the database. It's really an error which should never happen.

XCN: CYsvPpb2YuyAib5ay9GJXU8j3nwohbttTz | BTC: 18MWPVJA9mFLPFT3zht5twuNQmZBDzHoWF
Cryptonite - 1st mini-blockchain altcoin | BitShop - digital shop script
Web Developer - PHP, SQL, JS, AJAX, JSON, XML, RSS, HTML, CSS
Keillen
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 26, 2015, 11:17:31 AM
 #460

I bought this script yesterday but cant seem to be able to get the ticker to update.

I have created the cron job and it dont seem to update.

Can you please help?

THanks.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 »
  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!