Add banner link there, but blank page results

<b><u>TopList</u> 1.x <i>Hack</i></b> Support forum

Moderator: Admin & mods

New postby *Santana* » 05 Jan 2007, 22:28

ok thank you very much
©*Santana*
User avatar
*Santana*
Starter
Starter
 
Posts: 20
Joined: 26 Dec 2006, 19:34
Cash on hand: 500.00

New postby WyriHaximus » 10 Jan 2007, 09:22

Ok I found the problem (on my laptop) and got a very simple solution. You placed the lang include inside an IF, and it should be just outside of it. I'll post you the fix when I get back home posting from my work and can't user my laptop here :).
Image
User avatar
WyriHaximus
Site Admin
Site Admin
 
Posts: 957
Joined: 13 Feb 2002, 16:14
Cash on hand: 7,040.61
Bank: 103,323.27
Location: Koedijk, Alkmaar, The Netherlands
antispam: No

New postby *Santana* » 10 Jan 2007, 09:48

ah ok thank you very much
©*Santana*
User avatar
*Santana*
Starter
Starter
 
Posts: 20
Joined: 26 Dec 2006, 19:34
Cash on hand: 500.00

New postby WyriHaximus » 10 Jan 2007, 19:36

Open: common.php
Find:
Code: Select all
   }
include($forum_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_toplist.'.$phpEx);
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_toplist.'.$phpEx);
}

?>

Replace with:
Code: Select all
   }
}

include($forum_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_toplist.'.$phpEx);
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_toplist.'.$phpEx);

?>


Should do the trick :).
Image
User avatar
WyriHaximus
Site Admin
Site Admin
 
Posts: 957
Joined: 13 Feb 2002, 16:14
Cash on hand: 7,040.61
Bank: 103,323.27
Location: Koedijk, Alkmaar, The Netherlands
antispam: No

New postby *Santana* » 10 Jan 2007, 20:59

oh thats cool great wonderful

but now i can see that i can an url and a site adding but when i do this we can not see

can you look my forum for this ??

http://www.poesie-und-lyrik.at

and what is a button banner what for pictures are this??

thanks

Best wishes

Santana
©*Santana*
User avatar
*Santana*
Starter
Starter
 
Posts: 20
Joined: 26 Dec 2006, 19:34
Cash on hand: 500.00

New postby *Santana* » 11 Jan 2007, 08:56

Now i become this error

Code: Select all
Warning: getimagesize(http://www.poesie-und-lyrik.at/Poesie-und-Lyrik/banner/phpbb2_banner_486.jpg) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /home/.sites/32/site1019/web/Poesie-und-Lyrik/toplist.php on line 591

Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/32/site1019/web/Poesie-und-Lyrik/toplist.php:591) in /home/.sites/32/site1019/web/Poesie-und-Lyrik/includes/page_header.php on line 760

Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/32/site1019/web/Poesie-und-Lyrik/toplist.php:591) in /home/.sites/32/site1019/web/Poesie-und-Lyrik/includes/page_header.php on line 762

Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/32/site1019/web/Poesie-und-Lyrik/toplist.php:591) in /home/.sites/32/site1019/web/Poesie-und-Lyrik/includes/page_header.php on line 763


hm
©*Santana*
User avatar
*Santana*
Starter
Starter
 
Posts: 20
Joined: 26 Dec 2006, 19:34
Cash on hand: 500.00

New postby WyriHaximus » 12 Jan 2007, 02:38

*Santana* wrote:Now i become this error

Code: Select all
Warning: getimagesize(http://www.poesie-und-lyrik.at/Poesie-und-Lyrik/banner/phpbb2_banner_486.jpg) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in /home/.sites/32/site1019/web/Poesie-und-Lyrik/toplist.php on line 591

Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/32/site1019/web/Poesie-und-Lyrik/toplist.php:591) in /home/.sites/32/site1019/web/Poesie-und-Lyrik/includes/page_header.php on line 760

Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/32/site1019/web/Poesie-und-Lyrik/toplist.php:591) in /home/.sites/32/site1019/web/Poesie-und-Lyrik/includes/page_header.php on line 762

Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/32/site1019/web/Poesie-und-Lyrik/toplist.php:591) in /home/.sites/32/site1019/web/Poesie-und-Lyrik/includes/page_header.php on line 763


hm
The image URL is wrong. There is no image on that location ;).

Something you can do is go to line 591 of toplist.php and place @ in front of getimagesize.
Image
User avatar
WyriHaximus
Site Admin
Site Admin
 
Posts: 957
Joined: 13 Feb 2002, 16:14
Cash on hand: 7,040.61
Bank: 103,323.27
Location: Koedijk, Alkmaar, The Netherlands
antispam: No

New postby *Santana* » 12 Jan 2007, 09:00

The Button1
The Banner1

he can not see is on the server

the banner in the code is on the server on much more positions

Where i must give the html code, when the people adding the side?

I am to doof for this sorry
©*Santana*
User avatar
*Santana*
Starter
Starter
 
Posts: 20
Joined: 26 Dec 2006, 19:34
Cash on hand: 500.00

New postby WyriHaximus » 12 Jan 2007, 23:25

Huh?

People get the HTML code displayed on their screen and emailed to them when they add their site :).
Image
User avatar
WyriHaximus
Site Admin
Site Admin
 
Posts: 957
Joined: 13 Feb 2002, 16:14
Cash on hand: 7,040.61
Bank: 103,323.27
Location: Koedijk, Alkmaar, The Netherlands
antispam: No

New postby *Santana* » 12 Jan 2007, 23:45

cool i have the problem fixed

i have under mods an .htaccess have and this have the buttons make blocking

now is ok but i must looking when the button from the side is to big than i must work make smaler

i hope you come to look to my forum now

im happy

thanks best wishes

Santana
©*Santana*
User avatar
*Santana*
Starter
Starter
 
Posts: 20
Joined: 26 Dec 2006, 19:34
Cash on hand: 500.00

New postby *Santana* » 13 Jan 2007, 00:22

i have a little prob with the table from the toplist

how must i do that the tables from out hits inhits and img smaler becaus i have in the foot a big scroll that is not easy
©*Santana*
User avatar
*Santana*
Starter
Starter
 
Posts: 20
Joined: 26 Dec 2006, 19:34
Cash on hand: 500.00

New postby WyriHaximus » 13 Jan 2007, 22:13

*Santana* wrote:cool i have the problem fixed

i have under mods an .htaccess have and this have the buttons make blocking

now is ok but i must looking when the button from the side is to big than i must work make smaler

i hope you come to look to my forum now

im happy

thanks best wishes

Santana
Cool :D.

*Santana* wrote:i have a little prob with the table from the toplist

how must i do that the tables from out hits inhits and img smaler becaus i have in the foot a big scroll that is not easy
You could disable the img count field for example or set the max width of the banners lower :).
Image
User avatar
WyriHaximus
Site Admin
Site Admin
 
Posts: 957
Joined: 13 Feb 2002, 16:14
Cash on hand: 7,040.61
Bank: 103,323.27
Location: Koedijk, Alkmaar, The Netherlands
antispam: No

Previous

Return to TopList 1.x

Who is online

Users browsing this forum: No registered users and 1 guest

  • Advertisement
cron