Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 2nd April 2011, 02:34
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default Setup Error
i start to install phpmy Bittorrent in my windows sever host
in the step of adding admin i got this error message :

PHP Code:
Error executing SQL Query INSERT INTO torrent_users  (usernameclean_usernamepasswordemailnameuploadedactive,  act_keylevelcan_do)  VALUES('mahmoud','mahmoud','password here ','email is here ',  'Mahmoud ElmasrY'''1,'MC44NzUwMDIwMCAxMzAxNzAzNjcz''admin',  'owner');
Error ID1366
Error Message
Incorrect integer value'' for column 'uploaded' at row 1 
and i try to fix it by insert the value but i failed
i just only success when i use the localhost database insert statement :

PHP Code:
INSERT INTO `torrent_usersVALUES (10x4d61686d6f7564,  0x6d61686d6f7564'Mahmoud ElmasrY',  0x6d706164742e6f726740676d61696c2e636f6d'0000-00-00 00:00:00',  '*********'NULLNULL'blank.gif''no',  'true'NULLNULLNULLNULLNULLNULL'admin'0x6f776e657200,  10'MC4yNjg3MTAwMCAxMzAxMDg3NTUw'NULLNULLNULL2130706433,  '**********''2011-03-25 23:18:17''yes',  NULL0000''0000x747275650x747275650'0000-00-00  00:00:00'0.0'false'0.0'0000-00-00 00:00:00'NULL'0000-00-00  00:00:00'00'0000-00-00 00:00:00'000x66616c7365NULL); 
and when i return to the index i got blank page
and no data over there :shock:
Reply With Quote
  #2  
Old 2nd April 2011, 14:06
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
do you get a blank page before you login or after? did you remove/rename the setup folder?
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #3  
Old 2nd April 2011, 15:53
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
do you get a blank page before you login or after? did you remove/rename the setup folder?
i didn't reach the end of setup and i cant add the admin account throw setup
and when i try to fix the admin error i got blank page without login
the index is blank
Reply With Quote
  #4  
Old 2nd April 2011, 16:16
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
open setup/steps/6.php and find
PHP Code:
if ($can_proceed
and add before
PHP Code:
if (!isset($give_sign_up_credit) OR $give_sign_up_credit == "")$give_sign_up_credit 0
drop your data base and try again.
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #5  
Old 2nd April 2011, 16:18
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
open setup/steps/6.php and find
PHP Code:
if ($can_proceed
and add before
PHP Code:
if (!isset($give_sign_up_credit) OR $give_sign_up_credit == "")$give_sign_up_credit 0
drop your data base and try again.
ok sir
i will do it right now
thanks
Reply With Quote
  #6  
Old 2nd April 2011, 16:36
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
open setup/steps/6.php and find
PHP Code:
if ($can_proceed
and add before
PHP Code:
if (!isset($give_sign_up_credit) OR $give_sign_up_credit == "")$give_sign_up_credit 0
drop your data base and try again.
hello
this only fix the setup add admin step
and still the site blank
and no data appear at all
thanks
Reply With Quote
  #7  
Old 2nd April 2011, 16:53
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Please check your server error logs and set your server to show errors.
Can you provide me with a ling so that I can see?
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #8  
Old 2nd April 2011, 16:55
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
Please check your server error logs and set your server to show errors.
Can you provide me with a ling so that I can see?
how to check that file
and my site url is : http://trackit.tk/pmt
free domain in premium windows host
thanks
Reply With Quote
  #9  
Old 2nd April 2011, 17:06
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
to set show_errors you have to do that in your server control panel or php.ini file
to view errors there should be a option there to.
first lets try to fix one thing first open include/fuctions.php
find
PHP Code:
if (ip_valid(&$_SERVER[$c])) { 
and change it to
PHP Code:
if (ip_valid($_SERVER[$c])) { 
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #10  
Old 2nd April 2011, 19:24
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
to set show_errors you have to do that in your server control panel or php.ini file
to view errors there should be a option there to.
first lets try to fix one thing first open include/fuctions.php
find
PHP Code:
if (ip_valid(&$_SERVER[$c])) { 
and change it to
PHP Code:
if (ip_valid($_SERVER[$c])) { 
ok
after the change
i got this in the index :

Quote:

thanks
Reply With Quote
Reply

Tags
error , setup

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 18:06. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.