Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 112 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: Remove title..help | |
| NoFantasy Replies: 8 Views: 11715 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| ...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 |
|
| 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 |
|
| ...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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| ...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 |
|
| 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 |
|
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 |
|
| Yes, im using the ShortLinks-mod...which of course does the job very well 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 |
|
| <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 |
|
| ...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 |
|
| Searching for the truth...? I'm in 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| ...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 |
|
| 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 |
|
| 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 ... |
|
| Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
