Ravens PHP Scripts: Forums
 

 

Search found 112 matches
Author Message
 Topic: Remove title..help
NoFantasy

Replies: 8
Views: 11715

PostForum: BBtoNuke   Posted: Fri Jan 05, 2007 7:39 am   Subject: Remove title..help
It's in the ../includes/page_header.php

Comment out a line looking like
title("$sitename: $mod_name");
 Topic: BBtoNuke.22 NP - Invalid Session. Please resubmit the form
NoFantasy

Replies: 102
Views: 169131

PostForum: BBtoNuke   Posted: Mon Dec 25, 2006 12:58 pm   Subject: BBtoNuke.22 NP - Invalid Session. Please resubmit the form
Problem vanished litterarly by itself, no explanation for it whatsoever. Might have been some bad handling of sessions in FireFox, dunno...

Still, a heads up in any case, since it will affect mods, ...
 Topic: BBtoNuke.22 NP - Invalid Session. Please resubmit the form
NoFantasy

Replies: 102
Views: 169131

PostForum: BBtoNuke   Posted: Mon Dec 25, 2006 11:47 am   Subject: BBtoNuke.22 NP - Invalid Session. Please resubmit the form
Probably good reasons to be careful with this release as it seems to have issues.

I installed it on Nuke 7.6, patched 3.3 (went trough all upgrades, from the included .17 in NP3.3, to .18, .19, .20 ...
 Topic: IP2C v22.12.06, error in Norway.sql and China.sql
NoFantasy

Replies: 6
Views: 16291

PostForum: NukeSentinel(tm) v2.5.x   Posted: Sat Dec 23, 2006 6:54 pm   Subject: IP2C v22.12.06, error in Norway.sql and China.sql
...couple of beers, truncate and lots of copy'n-paste=problem solved

Merry Xmas guys'n-girls
 Topic: IP2C v22.12.06, error in Norway.sql and China.sql
NoFantasy

Replies: 6
Views: 16291

PostForum: NukeSentinel(tm) v2.5.x   Posted: Sat Dec 23, 2006 5:56 pm   Subject: IP2C v22.12.06, error in Norway.sql and China.sql
Oh, forget the last post...*mumbling some words not suited for any Xmas and starts all over*
 Topic: IP2C v22.12.06, error in Norway.sql and China.sql
NoFantasy

Replies: 6
Views: 16291

PostForum: NukeSentinel(tm) v2.5.x   Posted: Sat Dec 23, 2006 5:53 pm   Subject: IP2C v22.12.06, error in Norway.sql and China.sql
...but hey, if i did a search in the NS admin on 84.%.%.% wouldn't the duplicate show up?
3400790016 - 3400794111 = 84.208.0.0 - 84.215.255.255

Only range showing up in IP2C results are 84.0.0.0 - ...
 Topic: IP2C v22.12.06, error in Norway.sql and China.sql
NoFantasy

Replies: 6
Views: 16291

PostForum: NukeSentinel(tm) v2.5.x   Posted: Sat Dec 23, 2006 5:27 pm   Subject: IP2C v22.12.06, error in Norway.sql and China.sql
Hm...i belived the first line in every sql file would do that...
DELETE FROM `nuke_nsnst_ip2country` WHERE `c2c`='no';

Will have a look anyways, thanks so far.
 Topic: IP2C v22.12.06, error in Norway.sql and China.sql
NoFantasy

Replies: 6
Views: 16291

PostForum: NukeSentinel(tm) v2.5.x   Posted: Sat Dec 23, 2006 4:12 pm   Subject: IP2C v22.12.06, error in Norway.sql and China.sql
Hm...found another one too...in China.sql

Line 239
INSERT INTO `nuke_nsnst_ip2country` (`ip_lo`, `ip_hi`, `date`, `c2c`) VALUES (3400790016, 3400794111, 1166140988, 'cn');

MySQL said:
Duplica ...
 Topic: IP2C v22.12.06, error in Norway.sql and China.sql
NoFantasy

Replies: 6
Views: 16291

PostForum: NukeSentinel(tm) v2.5.x   Posted: Sat Dec 23, 2006 3:51 pm   Subject: IP2C v22.12.06, error in Norway.sql and China.sql
Line 130:
INSERT INTO `nuke_nsnst_ip2country` (`ip_lo`, `ip_hi`, `date`, `c2c`) VALUES (1422917632, 1423441919, 1162701417, 'no');

Will generate:
MySQL said
Duplicate entry '1422917632-142344191 ...
 Topic: Getting rid of PHPSESSID= in search engine cached links
NoFantasy

Replies: 16
Views: 29323

PostForum: Apache   Posted: Wed Dec 20, 2006 8:22 pm   Subject: Re: Getting rid of PHPSESSID= in search engine cached links
According to what you have posted even on my site, even without mod rewriting of URL's, you are proposing that there is still an issue with duplicate content.
Yes, indeed...with or without rewritten ...
 Topic: Getting rid of PHPSESSID= in search engine cached links
NoFantasy

Replies: 16
Views: 29323

PostForum: Apache   Posted: Tue Dec 19, 2006 8:24 am   Subject: Getting rid of PHPSESSID= in search engine cached links
...yah, fully aware of i went off-topic somewhere up there, it should have been separate threads. Getting rid of duplicates is a general topic, all who implements any mod_rewrite package will suffer f ...
 Topic: Getting rid of PHPSESSID= in search engine cached links
NoFantasy

Replies: 16
Views: 29323

PostForum: Apache   Posted: Mon Dec 18, 2006 7:48 am   Subject: Getting rid of PHPSESSID= in search engine cached links
Hm, thanks Hitwalker, good information.
I did a bit of a research based on this and found these:
http://www.ysearchblog.com/archives/000372.html
http://www.google.com/support/webmasters/bin/answer. ...
 Topic: Getting rid of PHPSESSID= in search engine cached links
NoFantasy

Replies: 16
Views: 29323

PostForum: Apache   Posted: Sun Dec 17, 2006 9:07 am   Subject: re: Getting rid of PHPSESSID= in search engine cached links
Very Happy Very Happy Very Happy Very Happy
RewriteCond %{QUERY_STRING} ^phpsessid=.*$ [NC]
RewriteRule .* %{REQUEST_URI}? [R=301,L]
Don't ask me what it actually does, but it does remove t ...
 Topic: Getting rid of PHPSESSID= in search engine cached links
NoFantasy

Replies: 16
Views: 29323

PostForum: Apache   Posted: Fri Dec 15, 2006 10:06 am   Subject: Getting rid of PHPSESSID= in search engine cached links
Yes, im using the ShortLinks-mod...which of course does the job very well Razz
Initial problem with the phpsessid was this post:
http://www.ravenphpscripts.com/postt12000.html
...now, i solved that p ...
 Topic: Allowing to c 1 file in a list of iles using .htaccess how?
NoFantasy

Replies: 2
Views: 6197

PostForum: Apache   Posted: Thu Dec 14, 2006 5:30 pm   Subject: Allowing to c 1 file in a list of iles using .htaccess how?
<Files ~ "\.(php|txt)$">
order allow,deny
deny from all
</Files>
Assuming you have a html-file you want to be accessible and the rest not, this is the way...you d ...
 Topic: article--1-flat ..no extension ?..(SOLVED)
NoFantasy

Replies: 23
Views: 30330

PostForum: Apache   Posted: Thu Dec 14, 2006 3:23 pm   Subject: article--1-flat ..no extension ?..(SOLVED)
...well, i know they (google) don't follow any link that has the rel="nofollow"-tag in it...but they don't seem to remove it either, if already indexed... I have no info about how the other major craw ...
 Topic: article--1-flat ..no extension ?..(SOLVED)
NoFantasy

Replies: 23
Views: 30330

PostForum: Apache   Posted: Thu Dec 14, 2006 2:22 pm   Subject: article--1-flat ..no extension ?..(SOLVED)
Searching for the truth...? I'm in Razz
I found this article which basically make me look like a fool, lol ...however, it still doesnt seem to work the way they claim in this article, i have pages i re ...
 Topic: article--1-flat ..no extension ?..(SOLVED)
NoFantasy

Replies: 23
Views: 30330

PostForum: Apache   Posted: Thu Dec 14, 2006 12:33 pm   Subject: article--1-flat ..no extension ?..(SOLVED)
Meaning no offense, but i think that is wrong. 404's doesnt get dropped from their index. I see them all the time in the Google Webmaster Tools, which makes it easy to verify. Also, try a search in go ...
 Topic: Getting rid of PHPSESSID= in search engine cached links
NoFantasy

Replies: 16
Views: 29323

PostForum: Apache   Posted: Thu Dec 14, 2006 8:11 am   Subject: Getting rid of PHPSESSID= in search engine cached links
Some time back my web server provider messed up my site, now i'm stuck with loads of links looking like
backend.php?PHPSESSID=c6ee420bed2deb5b047ac722e46a440f
forums.html?PHPSESSID=c6ee420bed2deb5b0 ...
 Topic: article--1-flat ..no extension ?..(SOLVED)
NoFantasy

Replies: 23
Views: 30330

PostForum: Apache   Posted: Thu Dec 14, 2006 7:57 am   Subject: article--1-flat ..no extension ?..(SOLVED)
Just to get rid of any google cached links, this should go into the .htaccess-file:
RedirectMatch 301 /article--1-flat-0-([0-9]*) http://www.yourdomain.com/article$1.html
(articl ...
 Topic: ERROR: Problem adding range - NS 2.5.03
NoFantasy

Replies: 1
Views: 8413

PostForum: NukeSentinel(tm) v2.5.x   Posted: Tue Dec 12, 2006 2:22 pm   Subject: ERROR: Problem adding range - NS 2.5.03
It took a while before i figured out of this, but here it is:

I was trying to add 75.80.0.0 - 75.85.239.255 (US) to the IP2C-database and got this error message.

I looked a bit further and found ...
 Topic: Blocks and block administration enhancements
NoFantasy

Replies: 11
Views: 11189

PostForum: General/Other Stuff   Posted: Tue Dec 12, 2006 12:49 pm   Subject: Blocks and block administration enhancements
I'd say start out with the administration of the blocks. That would be a nice feature for bigger sites with many different modules and blocks. Display blocks per module is one of my favourites. I also ...
 Topic: ...an easy way to reuse assigned vars from forum in a block?
NoFantasy

Replies: 3
Views: 7486

PostForum: Blocks   Posted: Tue Dec 12, 2006 10:24 am   Subject: ...an easy way to reuse assigned vars from forum in a block?
...feels like i'm chewing a gum 10 times bigger than my mouth, lol

I probably have to choose between one of two methods first... Either a standard nuke block with additional queries or some sort of ...
 Topic: ...an easy way to reuse assigned vars from forum in a block?
NoFantasy

Replies: 3
Views: 7486

PostForum: Blocks   Posted: Sun Dec 10, 2006 9:19 am   Subject: ...an easy way to reuse assigned vars from forum in a block?
Basically i'm looking for a way to reuse the assigned vars made in the forum in a right block. I don't want to make new SQL's or something like it, just grab the already made vars and put it into a bl ...
 Topic: PHPSESSID gets automatically added to original HTML code
NoFantasy

Replies: 3
Views: 10243

PostForum: General/Other Stuff   Posted: Tue Dec 05, 2006 11:39 am   Subject: PHPSESSID gets automatically added to original HTML code
oh, nevermind...i found it by myself, just my brain temporarily out of order...
It seemes my web host made some changes to the server config, the answer was to put
php_value session.use_only_cookie ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©