| Author |
Message |
jblg18
Nuke Cadet


Joined: Aug 12, 2003
Posts: 3
|
Posted:
Tue Aug 12, 2003 7:13 am |
  |
I have downloaded google tap 6.0 and in the 6.x folder there are 6 files.
block-modules.txt
footer.txt
header.txt
sessions.txt
htaccess.txt
block-old_articles.php
I have edited all the files required, header.php, footer.php sessions.php and block-modules.php. I have also uploaded block-old_articles.php. I have renamed htaccess to .htaccess and uploaded it in many destinations but im not sure which folder to put it in.
And basically it doesnt work, can anyone tell me if im not doing anything right? Or missing files, or something else.
thanx very much. |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Tue Aug 12, 2003 7:21 am |
  |
The .htaccess file goes in the same place config.php and mainfile.php are. |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
jblg18
Nuke Cadet


Joined: Aug 12, 2003
Posts: 3
|
Posted:
Tue Aug 12, 2003 7:25 am |
  |
Ive put the .htaccess file in that location, but it still doesnt work. Is it possible to get the files, which have been edited already? |
|
|
   |
 |
jblg18
Nuke Cadet


Joined: Aug 12, 2003
Posts: 3
|
Posted:
Tue Aug 12, 2003 7:28 am |
  |
Infact it is working, but it is not working on the main page, ie index.php, is there anything i can do? |
|
|
   |
 |
chatserv
General


Joined: Jan 12, 2003
Posts: 3128
Location: Puerto Rico
|
Posted:
Tue Aug 12, 2003 7:49 am |
  |
index.php does not get changed by GT as far as i know |
_________________ Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources |
|
    |
 |
manunkind
Sergeant


Joined: Aug 16, 2003
Posts: 75
|
Posted:
Sat Aug 16, 2003 4:32 pm |
  |
Actually it does. It gets changed to index.html
At least on mine it does. |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Sat Aug 16, 2003 4:42 pm |
  |
I'm doing some more work right now on GT and a permissions shell script. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
frozendirt
Nuke Cadet


Joined: Aug 16, 2003
Posts: 6
|
Posted:
Sat Aug 16, 2003 6:38 pm |
  |
Anyone have the problem that the articles on the index.php page show html links with bizzarre crap in the them and don't work?
http://support.wedohosting.com/index.php
Any assistance would be appreciated..
not sure what's up. |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Sat Aug 16, 2003 7:17 pm |
  |
Hi frozendirt, I'm browsing your site just fine and all looks nominal. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
frozendirt
Nuke Cadet


Joined: Aug 16, 2003
Posts: 6
|
Posted:
Sun Aug 17, 2003 5:58 pm |
  |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon Aug 18, 2003 2:23 pm |
  |
Ahh, its because php-nuke at times uses the ampersand html code, and sometimes doesn't. That's why it works for some links and not others at this time. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
jimmorrison
Corporal


Joined: Sep 27, 2003
Posts: 60
|
Posted:
Sat Sep 27, 2003 8:10 pm |
  |
I believe I have a fix for this
go to header.php
find
| Code: |
"'(?<!/)modules.php\?name=News&file=article&sid=([0-9]*)&mode=([0-9]*)&order=([0-9]*)&thold=([0-9]*)'",
|
and underneath it place
| Code: |
"'(?<!/)modules.php\?name=News&file=article&sid=([0-9]*)&mode=([a-z]*)&order=([0-9]*)&thold=([0-9]*)'",
|
Further down find
| Code: |
"article-\\1-\\2-\\3-\\4.html",
|
and underneath it place
| Code: |
"article-\\1-\\2-\\3-\\4.html",
|
|
|
|
    |
 |
frozendirt
Nuke Cadet


Joined: Aug 16, 2003
Posts: 6
|
Posted:
Sat Sep 27, 2003 8:56 pm |
  |
Well I tried the mod. I still get an error when I click the read more link.. |
|
|
   |
 |
jimmorrison
Corporal


Joined: Sep 27, 2003
Posts: 60
|
Posted:
Sat Sep 27, 2003 9:37 pm |
  |
question:
you did add the code huh? It sounds like you replaced it (regarding my last post)
Doest the link to the article via the topics.html page work correctly?
eg atricle-7--0-0.html |
|
|
    |
 |
frozendirt
Nuke Cadet


Joined: Aug 16, 2003
Posts: 6
|
Posted:
Sat Sep 27, 2003 10:23 pm |
  |
the link from the topics (which I renamed "Story Archive" has always worked, just a bizzare URL. My problem has been with the "more" or rate article on the index.php articles.
Hmm. But you might be onto something here...
The fix changed the urls into something more usable but they created error messages .. I deleted the changes and it went back to the wierd urls but they don't create error messages... |
|
|
   |
 |
|
|