Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
  #321  
Old 12th June 2015, 22:36
b990rvn b990rvn is offline
Senior Member
 
Join Date: Aug 2014
Posts: 15
Default
ok ... i will talk to them...

And the other problem ...when i tri to upload a torrent says " What the hell did you upload? This is not a bencoded file! "
Reply With Quote
  #322  
Old 8th August 2015, 20:05
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Where are you hosting your site?

Could it possibly be shared hosting or even worse free hosting because Ive played around with Torrentstrike AKA modded Tbdev and ive never got this error before...
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #323  
Old 15th September 2015, 22:14
codreanuionut codreanuionut is offline
Senior Member
 
Join Date: Sep 2015
Posts: 15
Default
Hi guy's.. i want to install this tracker, but in include there is no config.php file.. so how i'm i supposed to do? When i access the page without any config.php i get to

http://localhost/$url

anyone can tell me where is the file that i should configure? pls..
Reply With Quote
  #324  
Old 15th September 2015, 23:52
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Hello,
Code:
localhost/admincp.php
there a so many answers out here.
__________________
only me
Reply With Quote
  #325  
Old 30th October 2015, 15:05
Slocate's Avatar
Slocate Slocate is offline
Senior Member
 
Join Date: Aug 2013
P2P
Posts: 18
Default
After finish of all things in http://mydomain.com/admincp.php

Configuration Settings
sql/fullymodded.sql file successfully installed...

REMEMBER to install the forum after making your sysop account by just clicking the forum link at the top

Fullymodded Installation is finished now, you can click here to register a Sysop Account.

When i click on Sysop Account i go to signup page http://mydomain.com/signup.php but on signup page get this error:

Click the image to open in full size.

$res = mysql_query("SELECT * FROM bans WHERE $nip >= first AND $nip <= last") or sqlerr(__FILE__, __LINE__);

Please, help me what i must to do...

Last edited by Slocate; 30th October 2015 at 16:47.
Reply With Quote
  #326  
Old 30th October 2015, 19:55
kOni kOni is offline
Senior Member
 
Join Date: Apr 2012
P2P
Posts: 17
Default
Quote:
Originally Posted by Scronler View Post
After finish of all things in http://mydomain.com/admincp.php

Configuration Settings
sql/fullymodded.sql file successfully installed...

REMEMBER to install the forum after making your sysop account by just clicking the forum link at the top

Fullymodded Installation is finished now, you can click here to register a Sysop Account.

When i click on Sysop Account i go to signup page http://mydomain.com/signup.php but on signup page get this error:

Click the image to open in full size.

$res = mysql_query("SELECT * FROM bans WHERE $nip >= first AND $nip <= last") or sqlerr(__FILE__, __LINE__);

Please, help me what i must to do...


try this
PHP Code:
$res mysql_query("SELECT * FROM bans WHERE '$nip' >= first AND '$nip' <= last") or sqlerr(__FILE____LINE__); 
Reply With Quote
The Following User Says Thank You to kOni For This Useful Post:
Slocate (30th October 2015)
  #327  
Old 30th October 2015, 21:33
Slocate's Avatar
Slocate Slocate is offline
Senior Member
 
Join Date: Aug 2013
P2P
Posts: 18
Default
Quote:
Originally Posted by kOni View Post
try this
PHP Code:
$res mysql_query("SELECT * FROM bans WHERE '$nip' >= first AND '$nip' <= last") or sqlerr(__FILE____LINE__); 
Its works now! Thanks so much!


Another error when i click on userdetails

SQL Error

Table 'imgp2p_db.phpbb_posts' doesn't exist

Do u have idea how can fix it :(

Last edited by Slocate; 30th October 2015 at 21:49.
Reply With Quote
  #328  
Old 31st October 2015, 11:55
kOni kOni is offline
Senior Member
 
Join Date: Apr 2012
P2P
Posts: 17
Default
Quote:
Originally Posted by Slocate View Post
Its works now! Thanks so much!


Another error when i click on userdetails

SQL Error

Table 'imgp2p_db.phpbb_posts' doesn't exist

Do u have idea how can fix it :(


if you not going to install the phpbb forum...

change this
PHP Code:
$res mysql_query("SELECT COUNT(*) FROM phpbb_posts WHERE poster_id=" $poste_id) or sqlerr(); 
PHP Code:
$res mysql_query("SELECT username FROM phpbb_users WHERE username=" $user["id"]) or sqlerr(); 
to this
PHP Code:
$res mysql_query("SELECT COUNT(*) FROM posts WHERE poster_id=" $poste_id) or sqlerr(); 
PHP Code:
$res mysql_query("SELECT username FROM users WHERE username=" $user["id"]) or sqlerr(); 
Reply With Quote
The Following User Says Thank You to kOni For This Useful Post:
C-4 (26th January 2016)
  #329  
Old 3rd February 2016, 13:22
Slocate's Avatar
Slocate Slocate is offline
Senior Member
 
Join Date: Aug 2013
P2P
Posts: 18
Default
Ty

Last edited by Slocate; 3rd February 2016 at 13:34.
Reply With Quote
  #330  
Old 3rd February 2016, 13:24
DND DND is online now
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
i just don't get why people continue using outdated code with the newest PHP/Mysql builds.. obviously some code won't work anymore..
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
Reply

Tags
fullymodded , torrents tracker , torrentstrike , v10

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Torrentstrike Fullymodded v1.0 Seedbox problem!Help! jernej1 Torrent Strike 4 19th December 2012 22:09
Hit&Run system for Fullymodded adrian21 Torrent Strike 5 1st July 2010 22:29
Help with torrentstrike fullymodded v1.0 RikT Torrent Strike 0 24th September 2008 12:52
TS FullyModded 1.0 Problem NighTing Torrent Strike 4 13th September 2008 16:51
Torrentstrike Fullymodded v1.0 Passkey HELP Robz Torrent Strike 6 11th September 2008 22:49



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