2
votes
2answers
33 views

How to determine which files are used by website

I recently became responsible for a PHP / HTML / MySQL website. The document structure is full of duplicate files and folders making the site appear more complex than it is. Is there any tool I can ...
0
votes
0answers
6 views

Load a section of page separately from the rest? [migrated]

I want to check the status of a couple servers and display on a page if they're up or down. Currently, I'm doing this with PHP's fsockopen() function. As part of this function, you determine a timeout ...
0
votes
2answers
114 views

POST data to another form with php

I want to create a form on my page to get information this is easily done and the problem. I want to 'POST' information to my own php-page, creating a new id and saving the information to my ...
-1
votes
1answer
59 views

How to redirect to a new page and have the new page display dynamic data [closed]

This seems like a pretty obvious question, but for some reason I have yet to find an answer. The goal here is to have a user click a link, for example like on this site, the user clicks a question and ...
2
votes
2answers
83 views

404 page not showing URL

My 404 page (/404.php) works, it's sending the proper headers (404 - Not found) But the thing is, it's not giving the link that caused it (eg example.com/thisisnon-existant.htm) but instead it's ...
1
vote
3answers
236 views

Does Google treat .html pages differently from .php pages? [duplicate]

Possible Duplicate: Should I use a file extension or not? My current hosting provider does not let me put PHP code inside of a .html page. So part of my content is in a database and ...
0
votes
0answers
21 views

Problem with shadow class in css [closed]

I was making my first site with php and jquery. I was trying to include this in the website : http://tympanus.net/codrops/2011/09/05/slicebox-3d-image-slider/ But I can't get the shadow and ...
-1
votes
1answer
557 views

How to retrieve an image from MySQL database and display the image as background on body? [closed]

How do I retrieve an image from MySQL database (I know how to display image by retrieving from database but here i want to display differently) i.e. display the image as background on body and image ...
0
votes
1answer
131 views

Is it possible to design website using tablets? And Which tablets support XAMPP? [closed]

I am trying to ditch my laptop for a tablet, and be able to practice PHP, HTML, CSS on the fly. But, I don't know which tablet to buy that can support even basic apps like Notepad++ and XAMPP.
2
votes
1answer
61 views

Why are perfectly legitimate pages on my website registering in Google Webmasters as 404?

I have seen this question asked several times here, but never clearly answered. I suspect it has something to do with my .htaccess file: # BEGIN WordPress <IfModule mod_rewrite.c> ...
2
votes
3answers
67 views

understanding technology that news websites use

I am trying to understand the technology which many news websites use please have a look at this website http://www.shritimes.com/ if you click any news item then the particular thing gets zoomed ...
2
votes
3answers
164 views

Hiding php includes from search spiders?

Quick and simple question. I have 80+ html files which I want to be crawled. They are individual product pages. Each of these pages calls its content using php includes. These php include files are ...
-1
votes
1answer
71 views

Wordpress Theme [closed]

I'm trying to create a basic wordpress theme. As far as I know the basic files I need are the style.css, header.php, index.php, footer.php, functions.php. Then it should show a blank site with some ...
0
votes
0answers
61 views

How can I make this script output each categories item per category [closed]

Ok so here is the deal currently this script outputs all the products in a parent category as well as the products in the child categories. What i would like to do is seperate the output based on ...
0
votes
1answer
66 views

Prevent file table from showing navigation links [closed]

I am trying to display the files in my folder, "Amir", but my table keeps displaying all of the files, "." and "..". How can I prevent my table from displaying ".." or "."? I have placed the code and ...
0
votes
1answer
166 views

SEO and suboptimal source code

I have a wordpress website for my business and its success will be largely dependent on google ranking. The structure of the theme I'm using is designed for a blog, not for a business website. That ...
53
votes
4answers
28k views

Are there any clear indicators that my sitemap file is beneficial?

I have recently created a sitemap.xml file and uploaded it to my Google Webmasters Tools account. Google didn't report any issues or errors with the uploaded sitemap of my site. Now my question is: ...
1
vote
3answers
226 views

User Accounts on a website

A website that I'm making on my mac has been giving me issues. I'm trying to create user accounts for the site using php but chrome/firefox keeps downloading it instead. So I use my iPad and it keeps ...
0
votes
0answers
72 views

Best Practices for publishing to a web server [closed]

I have a high traffic PHP based website and have 2 web servers which sit under a load balancer. I only have FTP access to change the files on the 2 servers when I wish to make changes to the site. ...
1
vote
2answers
86 views

Domain files download upon opening

I'm having this wierd issue with my Domain. My domain is saoo.eu hosted on HostZilla. The issue is that whenever I open an html/php file it automatically downloads it instead of opening it into the ...
1
vote
0answers
394 views

I need this Font Picker for my project but I'm not able to get it working. [closed]

I am trying to create a "FontPicker" just like a normal "color picker". I have see many websites implementing "font picker" please check out http://mklogo.com for example, where the fonts are ...
0
votes
1answer
180 views

Webiste Testing for SQL and CSS injection [duplicate]

Possible Duplicate: Tools to check for common vulnerabilities? I would like to ask some tools or code for testing my new created website from SQL or CSS injection. The website in created in ...
1
vote
0answers
132 views

Is there a way to capture a users data after a Paypal transaction has been completed? [closed]

Are there any $_POST variables that are sent with my transaction complete url, that I can save in the users session. I would like to be able to capture the email address from the customers PayPal ...
1
vote
3answers
1k views

Create a search for my HTML and CSS site that runs without an internet connection or database?

I have a website that I have written out in plain old HTML and CSS, and want to integrate a search function into it. However, the site is meant to be run offline, from host machines in their local web ...
1
vote
2answers
254 views

Robots.txt not working because my site is still searchable

I put a robots.txt in my server This is the code that I putted in User-agent: * Disallow: / I just want my entire site won't be searchable in google. I also put in the NO INDEX, NO FOLLOW on the ...
2
votes
2answers
231 views

Change content of page depending on Google search

A client has asked me to tailor the content of their homepage based on how the user got there from Google. His example is something like: If a user searches Google for Cars in Barcelona, then the ...
0
votes
2answers
296 views

Adding <description> metadata in php / html for google results page [duplicate]

Possible Duplicate: Does Google use the Meta Description Tag for Description of Page? I've got a simple website that uses a php script to geolocate a user's IP and redirect accordingly - UK ...
2
votes
2answers
58 views

How to block certain pages/files of a web domain?

How do I make certain pages only viewable by me? For example, let's say I own mydomain.com, and I want to be the only one that can see mydomain.com/mypage.php. I tried changing the permissions of ...
1
vote
1answer
95 views

Zen Cart - different banners for each page

I have a zen cart shop with a costumized template and for now there is a slideshow gallery under the header. I need to keep this gallery for the first page only, but on all the other pages there ...
3
votes
1answer
102 views

Can I get IIS to treat some .shtml files as .php files?

I want to be able to get IIS to interpret SHTML files (only in a specific directory) as PHP, and interpret the rest as SHTML. If so, then how?
1
vote
1answer
233 views

Make all subdomains load the same page, how is it called/done?

Is there a way to make all subdomains show the same page. I got the idea somewhere you could have a page like idk information.com and if an user typed miami.information.com he would get information ...
1
vote
1answer
872 views

Why is video streaming so slow from my site?

I have some .flv files on my site and I've been using JWplayer to embed them into my webpages. The embedding looks like this: <embed flashvars="file=/tmp/<?php echo $row["location"]; ...
2
votes
2answers
400 views

How can I tell if someone is logged into a google account?

At this point I don't want to interface w/ google account, I just would like to know if they are logged in to a google account or not, and then serve slightly different links if they are|aren't. I'm ...
1
vote
6answers
3k views

SEO .html, .php or nothing [duplicate]

Possible Duplicate: Should I use a file extension or not? Hi Guys, When I make a site, should I use the .php extension, rewrite it to .html or just remove it (.htaccess)? What's your ...
1
vote
2answers
647 views

Most standard / Best way to keep the same top menu among different web pages?

What's the standard way to keep the same menu on top among different web pages without having to duplicate it on each page (I don't mean that it doesn't reload like when using frames and only loading ...
0
votes
2answers
440 views

Sidebar for Navigation in Website

I want to have a sidebar in my website with navigation in it. I will use script like phpBB etc. but I want sidebar to be displayed on every page. So I am thinking about making a Sidebar in HTML and ...
1
vote
1answer
102 views

Thoughts on this approach for a news post caching system?

I'm working on a website which uses /news/title-of-news-article--111.html (111 = unique ID of the news article). I was thinking it might be a good idea to have some form of a caching system for the ...
1
vote
1answer
402 views

Google Analytics shows 0 Visits?

I checked Analytics yesterday for pageviews, and had several hundred of them (for yesterday). Not today when I check "Yesterdays" stats (which yesterday showed several hundreds), it shows 0...? How ...