Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Torrent Strike
Reply
  #11  
Old 8th December 2011, 19:07
accretio accretio is offline
Senior Member
 
Join Date: Nov 2011
South Africa
Posts: 26
Red face Personaling TorrentStrike login screen
okay daffy, i attached it to this post. thanks for all the trouble!
Attached Files
File Type: php stdfoot.php (5.2 KB, 8 views)
Reply With Quote
  #12  
Old 8th December 2011, 19:15
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
here
Attached Files
File Type: php stdfoot.php (1.4 KB, 11 views)
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #13  
Old 8th December 2011, 19:22
accretio accretio is offline
Senior Member
 
Join Date: Nov 2011
South Africa
Posts: 26
Red face Personaling TorrentStrike login screen
@daffy, i tried it and now the "stats" and "nzbs" can't be seen even once i logged in. how can i fix this, i need the boxes to show once the user logs in? thanks :-)

Last edited by accretio; 8th December 2011 at 21:18.
Reply With Quote
  #14  
Old 9th December 2011, 03:15
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Sorry, i read wrong, it sounded like you wanted these removed altogether. ok try this.
Attached Files
File Type: php stdfoot.php (5.3 KB, 9 views)
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #15  
Old 9th December 2011, 11:58
accretio accretio is offline
Senior Member
 
Join Date: Nov 2011
South Africa
Posts: 26
Red face Personaling TorrentStrike login screen
hey @daffy, thanks for all the help. its working now, but there seems to be an error with the NZB's block. The error is as follows:
--------------------------------------------------------------------------
Fatal error: Call to
undefined function
phpnzb_categories_list()
in /home/binzawgm
/public_html/themes
/ICGstation
/stdfoot.php
on line 60
--------------------------------------------------------------------------
I'm sorry that i'm asking so much questions, etc. but I guess it's the best way to learn for now. how do i solve this? Thanks

EDIT: Never mind, sorted it out. <?phpnzb_categories_list();?> had to be changed to <?nzb_categories_list();?>. All is well again. thanks so much!

Kanpai!

Last edited by accretio; 9th December 2011 at 12:32. Reason: fixed problem
Reply With Quote
  #16  
Old 9th December 2011, 16:46
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Default
PHP Code:
<?phpnzb_categories_list();?>
Should be

PHP Code:
<?php 
nzb_categories_list
();
?>
Dont use short open tags always ensure you use

PHP Code:
<?php
not

PHP Code:
<?
Your source code is ages old and there should be no usage of short open tag nowadays its old skool shit.
Reply With Quote
  #17  
Old 9th December 2011, 17:44
accretio accretio is offline
Senior Member
 
Join Date: Nov 2011
South Africa
Posts: 26
Default Personaling TorrentStrike login screen
Hey guys, thanks for all the help over the past few weeks/days (bigjoos and daffy). But now I'd like to remove the panels at the top of the screen that say:

Home, Browse, Profiles, Forum, FAQ

How would i go about removing this only when the user is not logged in, just like with the "Stats" boxes, etc. I want it to only appear once the user has logged on. I understand that I need to edit the stdhead.php file (for those who don't know, i'm using torrentstrike) but what exactly should i remove or add in the code?

I have attached stdhead.php to the post, since I'm using a modded version of TStrike.

Thanks

Last edited by accretio; 10th December 2011 at 14:14.
Reply With Quote
  #18  
Old 10th December 2011, 16:01
accretio accretio is offline
Senior Member
 
Join Date: Nov 2011
South Africa
Posts: 26
Unhappy
no seriously, how do i remove the panels?
Reply With Quote
  #19  
Old 10th December 2011, 17:11
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by accretio View Post
no seriously, how do i remove the panels?
lmfao that is a advertisment spam shit

post your .php file please, i cannot see it
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
  #20  
Old 10th December 2011, 17:30
accretio accretio is offline
Senior Member
 
Join Date: Nov 2011
South Africa
Posts: 26
Red face Personaling TorrentStrike login screen
oh sorry, forgot to attach the file to my previous post. here's the stdhead.php file. thanks again @daffy for helping.
Attached Files
File Type: php stdhead.php (7.0 KB, 3 views)
Reply With Quote
Reply

Tags
login , personaling , screen , torrentstrike

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 13:37. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.