Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
Thread Tools
  #111  
Old 10th April 2009, 05:23
Strikey's Avatar
Strikey Strikey is offline
Senior Member
 
Join Date: Jan 2009
United Kingdom
Posts: 57
Default Great Source
As far as i can see this is a great source, the only problem that i have is that if i set something on the site, for example the theme or turn the shout off or even if i log off on some pages it will be there and some pages it will not it doesn't work correctly unless i cleare my cache everytime may i have some assistance on this.
Reply With Quote
  #112  
Old 12th April 2009, 05:49
XxBraveGuyxX XxBraveGuyxX is offline
Member
 
Join Date: Apr 2009
P2P
Posts: 2
Default
For some reason takelogin.php wont work...

as soon i try to login i get a huge error...

Code:
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/dictbreaker/21b1fee3321bfbac73542e0b2f0747998e0eb86d) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a7726278/public_html/takelogin.php on line 6


PHP Error Message
Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/settings/STAFFNAMES) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a7726278/public_html/include/bittorrent.php on line 258


PHP Error Message
Warning: fopen(/usr/local/apache/htdocs/settings/STAFFNAMES) [function.fopen]: failed to open stream: Operation not permitted in /home/a7726278/public_html/include/bittorrent.php on line 258

and it continues.......any idea wats wrong....here is a website take a look ...testingfortorrent.netii.net

Last edited by XxBraveGuyxX; 12th April 2009 at 07:11.
Reply With Quote
  #113  
Old 12th April 2009, 10:26
KiD's Avatar
KiD KiD is offline
Senior Member
 
Join Date: Nov 2008
Denmark
Posts: 110
Default ...
have you traid this:

http://bvlist.com/5602-post8.html
__________________
Regards KiD

ThemeFactory - Tracker Related Skins, Graphic & Support
Visit us here: http://www.themefactory.net
Reply With Quote
  #114  
Old 12th April 2009, 10:39
thereal thereal is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 16
Default
Code:
Warning:  mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 36

Warning:  Missing argument 1 for bark(), called in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 47 and defined in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 23

I get this error screen, whats wrong?
Reply With Quote
  #115  
Old 12th April 2009, 23:14
brysf150 brysf150 is offline
Senior Member
 
Join Date: Nov 2008
Posts: 16
Default
Quote:
Originally Posted by naspoli View Post
I have the same problem. How to fix?


thanks guys!


for new staff add them to STAFFNAMES and STAFFIDS in /settings


Quote:
Originally Posted by thereal View Post
Code:
Warning:  mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 36

Warning:  Missing argument 1 for bark(), called in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 47 and defined in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 23

I get this error screen, whats wrong?

on takelogin.php replace

Code:
function bark($text) 
{ 
print("<title>Error!</title>"); 
print("<table width='100%' height='100%' style='border: 8px ridge #000000'><tr><td align='center'>"); 
print("<center><h1 style='color: #CC3300;'>Error:</h1><h2>" . htmlspecialchars($text) . "</h2></center>"); 
print("<center><INPUT TYPE='button' VALUE='Back' onClick=\"history.go(-1)\"></center>"); 
print("</td></tr></table>"); 
die; 
}
with

Code:
function bark($text = "Username or password incorrect")
{
  stderr("Login failed!", $text);
}
Reply With Quote
  #116  
Old 12th April 2009, 23:52
thereal thereal is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 16
Default
Quote:
Originally Posted by brysf150 View Post
for new staff add them to STAFFNAMES and STAFFIDS in /settings





on takelogin.php replace

Code:
function bark($text) 
{ 
print("<title>Error!</title>"); 
print("<table width='100%' height='100%' style='border: 8px ridge #000000'><tr><td align='center'>"); 
print("<center><h1 style='color: #CC3300;'>Error:</h1><h2>" . htmlspecialchars($text) . "</h2></center>"); 
print("<center><INPUT TYPE='button' VALUE='Back' onClick=\"history.go(-1)\"></center>"); 
print("</td></tr></table>"); 
die; 
}
with

Code:
function bark($text = "Username or password incorrect")
{
  stderr("Login failed!", $text);
}

but now it takes me to a blank screen after login?
Reply With Quote
  #117  
Old 13th April 2009, 01:09
Strikey's Avatar
Strikey Strikey is offline
Senior Member
 
Join Date: Jan 2009
United Kingdom
Posts: 57
Default
try removing the htaccess file and can somebody please respond to my previous post
Reply With Quote
  #118  
Old 14th April 2009, 13:11
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Talking Installer
If you get a bit code in the installer causing issue replace it with default code from 01.01.08 , thats the core of the installer - If your getting issues and dont understand how to work with the maxcoder function then comment the function out on bittorrent.php and then comment out all the

Code:
maxcoder():
Thats on every file and thats it job done no more banned for unauthorized staff :)

@strikey thats simply a cache issue - the stdhead and stdhead files need - pragma no cache added - i know that because as the installer sits at an advanced stage it works perfect with IE FF3 ect now no problems.

@xxthebraveguyxx - Free Web Hosting
PHP Error Message
Warning: fopen() [function.fopen]: open_basedir restriction in effect.

Your told and clearly instructed on readme to use on a dedicated server only not even shared - are you suprised.

All the versions of this code thats out there are old now - all posted issues were resolved ages ago.

Last edited by Bigjoos; 14th April 2009 at 13:29.
Reply With Quote
  #119  
Old 15th April 2009, 09:37
starisloven starisloven is offline
Member
 
Join Date: Feb 2009
Bosnia-Herzegovina
Posts: 4
Default
How to disable PIN code when logging in, or to remain only during the verification of registration? Also interested in me that I can be set to the registration is only through invitation?
Reply With Quote
  #120  
Old 20th April 2009, 06:58
brysf150 brysf150 is offline
Senior Member
 
Join Date: Nov 2008
Posts: 16
Default
On login.php remove

PHP Code:
<script type="text/javascript" src="captcha/captcha.js"></script> 
and
PHP Code:
  <tr>
    <td>&nbsp;</td>
    <td>
      <div id="captchaimage">
      <a href="<?php echo $_SERVER['PHP_SELF']; ?>" onclick="refreshimg(); return false;" title="Click to refresh image">
      <img class="cimage" src="captcha/GD_Security_image.php?<?php echo time(); ?>" alt="Captcha image is messed atm" />
      </a>
      </div>
     </td>
  </tr>
  <tr>
      <td class="rowhead">PIN:</td>
      <td>
        <input type="text" maxlength="6" name="captcha" id="captcha" onBlur="check(); return false;"/>
      </td>
  </tr>
and on takelogin.php change

PHP Code:
if (!mkglobal("username:password:captcha"))
    die();
    
session_start();
  if(empty(
$captcha) || $_SESSION['captcha_id'] != strtoupper($captcha)){
      
header('Location: login.php');
      exit();

to

PHP Code:
if (!mkglobal("username:password"))
    die();
    
session_start(); 
Reply With Quote
The Following User Says Thank You to brysf150 For This Useful Post:
starisloven (22nd April 2009)
Reply

Tags
codex , installer , v4


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
YSE PRE6 with installer kp380lv Yuna Scatari Edition (YSE) 4 11th May 2010 23:32
$$looking for a installer and coder for my tracker$$ wltan Sell & Buy 9 8th May 2010 20:42
Gazelle Installer and Programmer Gazeller Sell & Buy 1 16th January 2010 20:23
My theme for tbdev installer KiD Community Cafe 2 17th October 2009 10:28



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