Jump to content

Camrynb

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Camrynb

  1. I am having an issue with duplicate pages being found on my site. I have looked into this a lot. Different pages are doing it for different reasons. Some, like the home page are doing it, due to a www no-www problem. Some are doing it because the pages themselves are too similar. Others, I believe, are doing it because of user ID numbers assigned to the URL when a customer logs in. (The last I am unsure whether I can really fix) Here is my problem. Like many on here, I am sure, I know very little about coding. Especially PHP. My boss wants to try to accomplish this in house. Yes, I understand that it is much harder than people give credit for and I have gotten multiple quotes from multiple coders trying to sway him to use a person with the knowledge and heck, a person who deserves the money, to do this. As of right now he is set on at least trying to figure this out in house. Even if this means making some mistakes along the way. Now that that is out of the way here are at least some of my questions: - I am working through the /cpanel of the site to look for the pages I need in order to put a canonical or a 301 redirect. (The pages that are just too similar I will be adding unique text and images to to try and help with those duplication issues.) However, I don't know how to find them! For example, let's say I am trying to find the homepage to put the rel=canonical tag into the header. well I know the homepage will be index.php which I have found. However what will be the duplicate pages? Will they just be in a subfolder such as the includes folder (depending on where whoever coded the site decided to put it) There is another index.php in this folder but it is a different file size. And this is the easiest of the pages to find. (at least if I have the index.php part correct) Not only that but when I go into the index.php I find this: /* Tell forum.php to redirect to the default url as defined in the navigation manager */ define('VB_REDIRECT', true); Doesn't this already mean that duplicate (which was named http://www.killbillet.com/forum.php?s=9b0841ea53f918d77f12ba32487df7ca) already redirect to the index?? I worry that if I put another redirect or canonical I will do damage. Some suggestions on locating pages and fixing these issues would be very helpful. Thank you for reading this (if you made it all the way through it)
  2. I am working in VBulletin 4.2.1 and I am just trying to change a sentence that is on the home page of my forum. I can not find this darn thing to change it! I downloaded Firebug in hopes that it would help me in locating but no luck. Is there a simple way to see something on this forum, that I did not create, and find a sort of path that I can follow in VBulletins coding. Simple is not the best word, I mean a more accurate way. I have been searching in the edit styles and templates section. I looked in the template manager. I'm just going in circles now. Help would be very much appreciated!
  3. I recently brought a page from my website into Dreamweaver and added some code than uploaded it back onto my page. Now just that page of the site is in ruins and has this message repeating over and over, the difference being what file the script is looking for: Warning: include_once(MaxAmpsDigital/public_html/vsadmin/db_conn_open.php) [function.include-once]: failed to open stream: No such file or directory in /home/maxamps/public_html/70and100mphclub.php on line 5 Warning: include_once() [function.include]: Failed opening 'MaxAmpsDigital/public_html/vsadmin/db_conn_open.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/maxamps/public_html/70and100mphclub.php on line 5 Warning: include_once(MaxAmpsDigital/public_html/vsadmin/inc/languagefile.php) [function.include-once]: failed to open stream: No such file or directory in /home/maxamps/public_html/70and100mphclub.php on line 6 Warning: include_once() [function.include]: Failed opening 'MaxAmpsDigital/public_html/vsadmin/inc/languagefile.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/maxamps/public_html/70and100mphclub.php on line 6 Warning: include_once(MaxAmpsDigital/public_html/vsadmin/includes.php) [function.include-once]: failed to open stream: No such file or directory in /home/maxamps/public_html/70and100mphclub.php on line 7 Warning: include_once() [function.include]: Failed opening 'MaxAmpsDigital/public_html/vsadmin/includes.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/maxamps/public_html/70and100mphclub.php on line 7 Warning: include_once(MaxAmps/public_html/70and100mphclub.php) [function.include-once]: failed to open stream: No such file or directory in /home/maxamps/public_html/70and100mphclub.php on line 8 Warning: include_once() [function.include]: Failed opening 'MaxAmps/public_html/70and100mphclub.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/maxamps/public_html/70and100mphclub.php on line 8 Warning: include_once(MaxAmpsDigital/public_html/vsadmin/inc/metainfo.php) [function.include-once]: failed to open stream: No such file or directory in /home/maxamps/public_html/70and100mphclub.php on line 9 Warning: include_once() [function.include]: Failed opening 'MaxAmpsDigital/public_html/vsadmin/inc/metainfo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/maxamps/public_html/70and100mphclub.php on line 9 I had made the same change to other pages and this problem did not occur. I tried uploading the original file back onto the server and my page still looks like this. I am very worried and I can't figure out how to at the very least get my page back to normal. (even if this means before the changes I want) I need to figure out where the script is looking for these files because the link must be wrong or something... Even though I didn't change anything like that. I don't know what to look for when it comes to fixing this problem or even where to look. In each of the files mentioned in the warnings? My page that I made changes to has this at the top: <?php session_cache_limiter('none'); session_start(); ini_set('url_rewriter.tags', ''); include_once "MaxAmpsDigital/public_html/vsadmin/db_conn_open.php"; include_once "MaxAmpsDigital/public_html/vsadmin/inc/languagefile.php"; include_once "MaxAmpsDigital/public_html/vsadmin/includes.php"; include_once "MaxAmps/public_html/70and100mphclub.php"; include_once "MaxAmpsDigital/public_html/vsadmin/inc/metainfo.php";?> </SCRIPT> But I don't believe there is anything wrong here. Sorry for how long this is I just wanted to give as much information as I could in order to get some help! Please and Thank you! Help would be greatly appreciated. Camryn
×
×
  • Create New...