| Author |
Message |
Daniel-cmw
Site Admin


Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
|
Posted:
Mon May 12, 2003 11:20 am |
  |
I have tried to install Google Tap without success, is it not possible to release pre-coded files for 6.5 instead of telling people how to paste code into their own files?
If anyone can supply these files please email me, or supply a download link.
Thanks |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon May 12, 2003 11:56 am |
  |
The instructions are straight forward and most folks have no issues integrating them. The google tap product will continue to be released as-is, however, there is a new project under way which will have google tap integrated in to the right files. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
Daniel-cmw
Site Admin


Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
|
Posted:
Mon May 12, 2003 1:00 pm |
  |
The part thats confusing me is footer.php
Do I replace -
| Code: |
function foot() {
global $prefix, $user_prefix, $db, $index, $user, $cookie, $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4, $home, $module, $name;
if ($home == 1) {
blocks(Down); |
With
| Code: |
$contents = ob_get_contents(); // store buffer in $contents
ob_end_clean(); // delete output buffer and stop buffering
echo replace_for_mod_rewrite($contents); //display modified buffer to screen
foot(); |
??
Thats how i interpret the very small instruction part on the top of the file.
Cheers |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Mon May 12, 2003 1:11 pm |
  |
No, the instructions explicitly state find "foot();" and then replace with "......." |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
Daniel-cmw
Site Admin


Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
|
Posted:
Wed May 14, 2003 8:01 am |
  |
sorry, found it now, i wasnt looking far enough down the file.
Anyway, new problem.
when i installed it, all i got were a load of 404 errors. Any ideas why? |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Wed May 14, 2003 8:47 am |
  |
If all changes have been applied correctly and you get errors like 404, then the changes haven't been applied correctly. If you get internal server problems, then its most likely because you don't have mod_rewrite loaded. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
dsnail2000
Site Admin


Joined: Mar 17, 2003
Posts: 331
Location: Northern VA
|
Posted:
Wed May 14, 2003 8:58 am |
  |
have you loader analyzer.php? |
|
|
    |
 |
Daniel-cmw
Site Admin


Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
|
Posted:
Wed May 14, 2003 10:17 am |
  |
If the files are the same for everyone, cant someone pack the changed files for 6.5 ?
It would save alot of questions and headaches.
Ill have another go, but im pretty sure i applied everything that was in the instructions.
Cheers |
_________________ Read Me |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Wed May 14, 2003 10:19 am |
  |
That's the problem, folks change those files all the time. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
Daniel-cmw
Site Admin


Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
|
Posted:
Wed May 14, 2003 10:22 am |
  |
fair enough, ill get back in about 15 minutes with the verdict.
My server uses custom 404 pages and i havnt seen an internal server error from them.
Is it possible they dont have mod_rewrite loaded but its taking me there anyway? |
_________________ Read Me |
|
   |
 |
Daniel-cmw
Site Admin


Joined: Mar 02, 2003
Posts: 1662
Location: The UK!
|
Posted:
Wed May 14, 2003 11:37 am |
  |
No luck....  |
_________________ Read Me |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Wed May 14, 2003 12:16 pm |
  |
Try following the footer.php instructions for nuke 5.x. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
|
|