Link-Vault.com  

Go Back   Link-Vault.com > Link Vault Help and Support > Set-up Online Support

Set-up Online Support Online help for adding a new site to Link Vault, to an existing account or a new account

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-02-2010, 01:26 PM
daman69xo daman69xo is offline
Junior Member
 
Join Date: Jul 2008
Posts: 18
daman69xo is on a distinguished road
Default Site Showing No Vaultage

Dugie,

Site has been updated. Please check my account which is username:
directusa

The site is now back online but not showing any vaultage.

I have this on my .htaccess file:
AddType application/x-httpd-php .php .htm .html
php_value auto_append_file "footer.php"

With this, the validation shows as:
bank.directoryusa.biz

Site Approval Status Approved on 25 Jul 2006
Latest Link Vault Script Version 1.4.01
Your Script Version unknown failed
Site Reset failed
Communications Check unknown failed
This Page should contain Temporary Test Link passed
This Page should contain Temporary Test Link passed
This Page should contain Temporary Test Link passed
Site Active Status Site remains Not Active




Suggested course of action:

Get the latest code by going to 'site setup instructions'

Check this link: http://bank.directoryusa.biz/lvXXX.p...tscriptversion ; when you view source on the page the only text should be 1.4.01 with no spaces (or any character) before or after the text.

Talk to your host and make sure that they allow you to make http requests from your server to ours. There may be a firewall that kicks in if too many requests are made successively triggered by our site evaluation process.

Check that the file http://bank.directoryusa.biz/XXX.txt has the correct read / write permissions.


But if I just use:
AddType application/x-httpd-php .php .htm .html
in the htaccess file then it shows:

bank.directoryusa.biz

Site Approval Status Approved on 25 Jul 2006
Latest Link Vault Script Version 1.4.01
Your Script Version 1.4.01 passed
Site Reset passed
Communications Check Communications OK passed
This Page should contain Temporary Test Link failed
This Page should contain Temporary Test Link failed
This Page should contain Temporary Test Link failed
Site Active Status Site remains Not Active

What's the best way to resolve this?

Chmod is 644 for htacces file

Last edited by daman69xo; 02-07-2010 at 07:28 PM. Reason: further explanation
Reply With Quote
  #2  
Old 02-08-2010, 08:34 AM
Dugie's Avatar
Dugie Dugie is offline
Administrator
 
Join Date: Jun 2005
Location: UK
Posts: 1,902
Dugie is on a distinguished road
Default

Sorry for my late reply.

You really shouldn't post your lvXXX security code. I've edited your post for you..

This error indicates you are including some code twice:
http://bank.directoryusa.biz/lvXXX.p...tscriptversion :
Quote:
1.4.01

Fatal error: Cannot redeclare link_vault_shutdownfunction() (previously declared in /home2/director/public_html/bank/lvXXX.php:1380) in /home2/director/public_html/bank/lvXXX.php on line 1386
The cause of the error is this line in your .htaccess:
Code:
php_value auto_append_file "footer.php"
You should take it out, and have your Link Vault PHP code in an include such as 'lvFooter.php'. Then you simply paste this at the bottom of each page on your site which should have the LV code:
PHP Code:
<?php
include 'lvFooter.php';
?>
As your site appears to be database driven, you should have no problems pasting this code into a few files.
__________________
Dugie @ Link Vault
Please read the Faq n Guidelines before you Sign Up
Reply With Quote
  #3  
Old 02-08-2010, 12:34 PM
daman69xo daman69xo is offline
Junior Member
 
Join Date: Jul 2008
Posts: 18
daman69xo is on a distinguished road
Default

Hi Dugie,

For this subdomain:
http://bank.directoryusa.biz/

I took out that line in the htaccess file:
php_value auto_append_file "footer.php"

Then I put the Link Vault PHP code in an include such as 'lvFooter.php
and pasted this at the bottom of footer.php file:
<?php
include 'lvFooter.php';
?>

So i check to validate and got this msg:

bank.directoryusa.biz

Site Approval Status Approved on 25 Jul 2006
Latest Link Vault Script Version 1.4.01
Your Script Version 1.4.01 passed
Site Reset passed
Communications Check Communications OK passed
This Page should contain Temporary Test Link failed
This Page should contain Temporary Test Link failed
This Page should contain Temporary Test Link failed
Site Active Status Site remains Not Active

If you noticed on http://autorepair.directoryusa.biz/

It looks that it is active and there's no problems there so I'm puzzled how this would be different. These are no difference in structure so bank.directoryusa.biz subdomain should not have any problems either.

Can you tell me why "http://autorepair.directoryusa.biz" works but "http://bank.directoryusa.biz " does not?
Reply With Quote
  #4  
Old 02-08-2010, 01:26 PM
Dugie's Avatar
Dugie Dugie is offline
Administrator
 
Join Date: Jun 2005
Location: UK
Posts: 1,902
Dugie is on a distinguished road
Default

The fact that turning test mode on for http://bank.directoryusa.biz/ does not result in test links being placed on http://bank.directoryusa.biz/ suggests that there is something wrong with the way that you have set up this particular subdomain in Link Vault.

I suggest that you delete the Link Vault files for that site from your server, and follow the Site Setup instructions again for that site, from scratch.
__________________
Dugie @ Link Vault
Please read the Faq n Guidelines before you Sign Up
Reply With Quote
  #5  
Old 02-08-2010, 07:32 PM
daman69xo daman69xo is offline
Junior Member
 
Join Date: Jul 2008
Posts: 18
daman69xo is on a distinguished road
Default

Dugie,

To do this would take a long time to set everything up again. If it worked before and nothing was changed then how come I lost vaultage? I had thousands in vaultage before the site was inactive b/c I had changed the site. Now, I put it back as is and now it's as if I have to start this all over again.

Shouldn't it link vault script just reactivate to working form if the site is back up? Why is it so difficult just to get everything back in place?
Reply With Quote
  #6  
Old 02-08-2010, 07:43 PM
daman69xo daman69xo is offline
Junior Member
 
Join Date: Jul 2008
Posts: 18
daman69xo is on a distinguished road
Default

I just erased the lv files from that subdomain, and re-uploaded it again. This hasnt made any positive progress. Everything is still the same and test links are still not visible.
Reply With Quote
  #7  
Old 02-10-2010, 03:35 AM
daman69xo daman69xo is offline
Junior Member
 
Join Date: Jul 2008
Posts: 18
daman69xo is on a distinguished road
Default

Dugie,

There are thousands of pages. There has to be an easier way to add that line of code to each php page. The htaccess line would've been best as it would've auto appended that link vault script onto every page automatically.

There is a line of code for the first link vault file. It says:
"if (defined('LINK_VAULT_ScriptVersion')) {
//echo '<b>lv*.php: Warning - You are including lv*.php more than once.</b>';
return; //This return prevents the rest of the code from being included again."

This should've prevent the script verification to process without any issues since I named the footer as "lvfooter.php" But this still did not resolve the case. What do you suggest is the best way to process these thousands of pages?




Quote:
Originally Posted by Dugie View Post
Sorry for my late reply.

You really shouldn't post your lvXXX security code. I've edited your post for you..

This error indicates you are including some code twice:
http://bank.directoryusa.biz/lvXXX.p...tscriptversion :


The cause of the error is this line in your .htaccess:
Code:
php_value auto_append_file "footer.php"
You should take it out, and have your Link Vault PHP code in an include such as 'lvFooter.php'. Then you simply paste this at the bottom of each page on your site which should have the LV code:
PHP Code:
<?php
include 'lvFooter.php';
?>
As your site appears to be database driven, you should have no problems pasting this code into a few files.
Reply With Quote
  #8  
Old 02-10-2010, 09:12 AM
Dugie's Avatar
Dugie Dugie is offline
Administrator
 
Join Date: Jun 2005
Location: UK
Posts: 1,902
Dugie is on a distinguished road
Default

Quote:
Originally Posted by daman69xo View Post
Dugie,

To do this would take a long time to set everything up again. If it worked before and nothing was changed then how come I lost vaultage? I had thousands in vaultage before the site was inactive b/c I had changed the site. Now, I put it back as is and now it's as if I have to start this all over again.

Shouldn't it link vault script just reactivate to working form if the site is back up? Why is it so difficult just to get everything back in place?
The problem is probably that you are doing something wrong. As soon as we get this working, and all of your pages are revisited (to let Link Vault know about them), you will have your same vaultage back.


Quote:
Originally Posted by daman69xo View Post
I just erased the lv files from that subdomain, and re-uploaded it again. This hasnt made any positive progress. Everything is still the same and test links are still not visible.
That isn't quite what I asked you to do. I asked you to:
Quote:
Originally Posted by Dugie View Post
..delete the Link Vault files for that site from your server, and follow the Site Setup instructions again for that site, from scratch.
I appreciate you may have actually done this, and just worded your response ambiguously, but I need to make sure.


Quote:
Originally Posted by daman69xo View Post
Dugie,

There are thousands of pages. There has to be an easier way to add that line of code to each php page. The htaccess line would've been best as it would've auto appended that link vault script onto every page automatically.

There is a line of code for the first link vault file. It says:
"if (defined('LINK_VAULT_ScriptVersion')) {
//echo '<b>lv*.php: Warning - You are including lv*.php more than once.</b>';
return; //This return prevents the rest of the code from being included again."

This should've prevent the script verification to process without any issues since I named the footer as "lvfooter.php" But this still did not resolve the case. What do you suggest is the best way to process these thousands of pages?
I imagined you were using mod_rewrite with something like /serveListings.php?state=AK&City=Hoonah as the actual PHP script.

Are you telling me that each page such as http://bank.directoryusa.biz/AK/Hoonah.php is actually a separate PHP file on your webserver?

If that is the case, for now we can forget about getting the code on every page. We just need to get the code working on http://bank.directoryusa.biz/ and we can move forward from there.

If you just want this to work, you can PM me with FTP details and I'll take a look.
__________________
Dugie @ Link Vault
Please read the Faq n Guidelines before you Sign Up
Reply With Quote
  #9  
Old 02-15-2010, 08:42 AM
Dugie's Avatar
Dugie Dugie is offline
Administrator
 
Join Date: Jun 2005
Location: UK
Posts: 1,902
Dugie is on a distinguished road
Default

I like to check up on unresolved topics.

Looking at your site, it appears you have the Link Vault code being included twice, so you have two sets of links.

That at best looks silly, and at worst could possibly affect something on the search engine side.
__________________
Dugie @ Link Vault
Please read the Faq n Guidelines before you Sign Up
Reply With Quote
  #10  
Old 05-21-2010, 11:55 AM
daman69xo daman69xo is offline
Junior Member
 
Join Date: Jul 2008
Posts: 18
daman69xo is on a distinguished road
Default no vaultage

hi dugie,

My server crashed and i had to re-install the site through cpanel. However, now it has caused different problems and site is showing no vaultage.

For example, when i clicked to check site and activate, i get this error:

bank.directoryusa.biz


Site Approval Status Approved on 25 Jul 2006

Latest Link Vault Script Version 1.4.01

Your Script Version unknown failed

Site Reset failed

Communications Check unknown failed

This Page should contain Temporary Test Link failed

This Page should contain Temporary Test Link failed

This Page should contain Temporary Test Link failed

Site Active Status Site remains Not Active




Suggested course of action:

Get the latest code by going to 'site setup instructions'

Check this link: http://bank.directoryusa.biz/lvAZOCJ...tscriptversion ; when you view source on the page the only text should be 1.4.01 with no spaces (or any character) before or after the text.

Talk to your host and make sure that they allow you to make http requests from your server to ours. There may be a firewall that kicks in if too many requests are made successively triggered by our site evaluation process.

Check that the file http://bank.directoryusa.biz/AZOCJJ29OcA1JpPa.txt has the correct read / write permissions.

----------------------

Then when I click to check script version, I get this error page:

http://bank.directoryusa.biz/lvAZOCJ...scriptversion:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@bank.directoryusa.biz and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at bank.directoryusa.biz Port 80



Do you know what is causing this problem?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 09:41 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.