You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 2 of 38)
After alot of discussion and testing with a coder i found in the host chat. we couldnt find good solution.
we tried to change return $_SERVER['REMOTE_ADDR']; into the "x forward for" and it works, as the ip becomes correct ones, but once someone visits the site, the server load becomes very high.
though your style.
open your style, hydrogen.css i think, find:
#brd-desc{
padding-top:0;
padding-bottom:0;
display: none !important;
}
Add the bold part, you can add the same line to the title and place and image with your custom title and description in a single image. i have done that.
The SEO wont be affected by this as the title and desc will be in the source.
in my search, it shows this:
elecom Traffic — Broadcasting at free rate. ... Latest news on telecommunication industry. 11 topics; 11 posts; Last post: 14-11-2012 16:27:02 by bledishkurti ...
your description is too short, make a bigger desc, use seo extension, thats all i can think of.
this is showing me this error when i try to use it in 1.4.2.
Notice: Undefined index: Required in /home/mfiehazy/public_html/register.php(418) : eval()'d code on line 14
I might have found the cause of this problem, i think its related to the host being on reverse proxy (what ever that means).
In functions.php its here on line 1138:
// Try to determine the correct remote IP-address
function get_remote_address()
{
$return = ($hook = get_hook('fn_get_remote_address_start')) ? eval($hook) : null;
if ($return != null)
return $return;
return $_SERVER['REMOTE_ADDR'];
}
I searched about this in fluxbb, i got to this topic:
http://fluxbb.org/forums/viewtopic.php?id=6166
http://fluxbb.org/forums/viewtopic.php?id=1049 (this one was by me long time ago lol)
In fluxbb 1.4 version, they have this constant:
http://fluxbb.org/docs/v1.4/constants#f … erse_proxy
Is that constant also avaliable in 1.4 version. If not why exactly i need to replace in that code.
@Kushi, Is there a way for the pages to be indexed, means shows up in search.
Well there is an option in stop bot questions extension, which there is a an option to stop showing bot questions after xx number of posts.
From the desc of this extension, it says it does checks in post form, links in messages etc, does that mean this extension does check for every post of every user?
May i ask for a feature to not make checks (as it will create load) after XX number of posts.
Is jquery is really required or just for fancy stuff. I don't like to load the extra js files.
Anyway i can get a fix for the menu. I am thinking about removing all the images from the menu, make it all text. how do i do that.
Bump!
Getting problems almost everyday, today again a bot was banned by akemist with his ip (server ip), so everyone going into the site was banned including me, i had to modify db again. done this like 6 times past week.
Can anyone help me on this, that phpbb guy found a few lines of solution, where can i put these lines in punbb?
if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && $_SERVER['SERVER_ADDR'] == $_SERVER['REMOTE_ADDR'])
{
$_SERVER['REMOTE_ADDR'] = htmlspecialchars((string) $_SERVER['HTTP_X_FORWARDED_FOR']);
}
Yes this would be awsome, but chat takes server load to the limit.
But yes i vote for this.
i think you should do that, its easy anyway.
if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && $_SERVER['SERVER_ADDR'] == $_SERVER['REMOTE_ADDR'])
{
$_SERVER['REMOTE_ADDR'] = htmlspecialchars((string) $_SERVER['HTTP_X_FORWARDED_FOR']);
}
where can i try to put this code.
Yes, i understood that latter. thank you.
what really, its working for me, maybe it was down at that time.
I have added the navlinks correctly according to first post instructions, the images are also correct.
Since all my extra navlinks are shown before the forums links, only the first few navlinks are shown in the mobile, all of them are extra navlinks.
I also have a problem, when i add extra navlinks with their buttons, only the first few navlinks buttons show, the rest are invisible.
Check my website in your phone.
ok finally managed to make it work. if anyone needs the stuff i changed, tell me.
arhhhhhhh, spend like 2 hrs on this, played with many values, as i had to increase main content main frm value and decrease others, but everything i do end up messing up the whole forum lol.
i am not talking about you, you are doing the best you can, but punbb doesn't have the same support they had few years ago before the fork.
i use this in my htaccess, its a caching system. just add it into your .htaccess file at the end. This will also help, Alot.
# Expires Headers - 2678400s = 31 days
<ifmodule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType image/gif "access plus 2678400 seconds"
ExpiresByType image/jpeg "access plus 2678400 seconds"
ExpiresByType image/png "access plus 2678400 seconds"
ExpiresByType text/css "access plus 518400 seconds"
ExpiresByType text/javascript "access plus 2678400 seconds"
ExpiresByType application/x-javascript "access plus 2678400 seconds"
</ifmodule>
# Cache Headers
<ifmodule mod_headers.c>
# Cache specified files for 31 days
<filesmatch "\.(ico|flv|jpg|jpeg|png|gif|css|swf)$">
Header set Cache-Control "max-age=2678400, public"
</filesmatch>
# Cache Javascripts for 31 days
<filesmatch "\.(js)$">
Header set Cache-Control "max-age=2678400, private"
</filesmatch>
</ifmodule>
<FilesMatch "\.(php)$">
<IfModule mod_headers.c>
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
</IfModule>
</FilesMatch>
#The following lines are to avoid bugs with some browsers
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# PunbbEnd
In my forums when i use this, no matter if i choose 2 rows option, it sometimes still becomes 3 rows because some users have bigger usernames.
Is there a way to make the whole Last Post column bigger.
lol they are almost dead because i have to help all those people with topics, i dont even have a coding knowledge.
Posts found: 26 to 50 of 934