Everything posted by lee the pee
-
Heart Internet - worst customer services I have ever experienced
Picking Hostgator is worse because they offer "Unlimited" which NO HOST can offer. That's one read flag to avoid a host. Btw with the £10 when you first paid then £16 to renew im guessing the £10 was a sign up offer only. Should of read their terms.
-
My website is saying malware?
Theres no real way to stop it but prevention is the key. Looks like they gained access to your account and im guessing only your account as the host would of said "The server was breached etc..". You can just be sure to have good strong passwords. Also do regular back ups. And hope you notice the problem before the back up file is backed up and rewritten. But saying that your host should have backed up files if they offer daily back ups and should be able to download and upload a back up from before the hack. If you are using a shared hosting account it would be down to the host to make sure the sever is safe from crackers and hackers. If you have your own VPS think about getting it hardened by a server company.
-
THIS website
Bottom left for me also. But the forum is run on IPB forum http://www.invisionpower.com
-
where to register .my domain
Ive never heard of .my i even looked on 123-reg.co.uk/godaddy.com and didn't find anything. Then i googled it and .my is a malaysia domain extension which could be why its not listed on any UK/US sites. Its also expensive from what i saw on a site. Do you plan to launch a site in malaysia? Could be worth looking for a web host in malaysia and see if they offer domains.
-
Website hosting for forums
Any new forum could just start on a shared hosting deal. And under 5GB disk space, but upgrading would be needed if you start allowing users to upload files and pictures.
-
seo-forums.com
I know some companies will pass on emails to the clients for certain reasons. The only email linked to that domain is 627f211062db4f9da49c1bea0513674a.protect@whoisguard.com you could try emailing that and explain your issue and they may pass it on. Worth a shot.
-
cPanel nightmares
Its one of the most problems with not being able to access Cpanel because of blocked IPs. Glad you got it sorted.
-
cPanel nightmares
Contact your host to see if your IP has been blocked. To many failed attempts would result in a ban on the IP in question.
-
Transfer a .com from gandhi.net
No idea who they are. There site says "This Site Is Under Construction and Coming Soon". I guess no one is around to sort it out.
-
Buy a new domain or Auction
A good name something people can remember and don't need a pen and paper to right it down nor to long. Also check that other top level domains extensions aint taken. Example: you want www.mydomain.com but www.mydomain.co.uk is taken don't bother as people could get confused. Don't buy auction domains as they can cost more and aint valid for long. I get my domains from 123-reg.co.uk and always have done. But people may suggest other sites. GoDaddy.com is also good for domains ive used. .com domains you can buy a min of 1 year upwards and .co.uk min of 2 years. Just my input.
-
Transfer site/databse to another host
Depends who owns the site. Although some web hosts will transfer your account if you move to them.
-
Approx. UK Hosting Costs - A fishing excercise
I think that is a little extreme. You can get a dedi server for under £100 a month. Could you provide a link to this site so can take a further look?
-
Is this host to good to be true?
Ive seen this host before. Someone asked same thing on another forum and they said they offered 1 year free hosting. No catch right? Wrong they had a setup fee of £15.00 i think it was. No host these days charge a setup fee for a shared hosting account. VPS or dedi maybe.
-
Please recommend a host for me
How much are you looking to spend? How much disk space would you need? Would you want to give each domain its own control panel? If so grab a reseller hosting. From experience/reviews/etc.. stay away from hostgator and any other host with an animal in it lol. Its also good to keep both domains and hosting at different places. Cause if the host ups and leaves with your money it could take a long time to get domains back. Its free to transfer a .co.uk to a host but you can pay full price moving other top level domains.
-
Bandwidth charges
Most hosts don't add a charge for bandwidth. Its normally included in the package price. Ideally you offer like 1GB disk space & 10GB bandwidth for about £2.00. Hosts charge per GB disk space not bandwidth. Some charge if clients go over their allotted bandwidth and charge like £1 per extra 5GB added on. And so on.
-
Image Page
Hi im building my portfolio and im having a images page and i don't want the images to be next to each other but i want like rows of maybe about 5 images with spaces between. How could this be done?
-
Image code
I have a image code but i can't seem to upload any files or get any to show. I tired to contact the person who gave me the code but he no longer exists on a site i used ages ago. The file button: <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Upload File:</label> <input type="file" name="file" id="file" /> <br /> <input type="submit" name="submit" value="Submit" /> </form> Upload_File.php <font color="red"><h3>Thankyou for uploading!</h3></font> <br /> <?php if ((($_FILES["file"]["type"] == "image/gif") || ($_FILES["file"]["type"] == "image/jpeg") || ($_FILES["file"]["type"] == "image/png") || ($_FILES["file"]["type"] == "image/jpg") || ($_FILES["file"]["type"] == "image/pjpeg")) && ($_FILES["file"]["size"] < 30000000)) { if ($_FILES["file"]["error"] > 0) { echo "Return Code: " . $_FILES["file"]["error"] . "<br />"; } else { echo "Upload: " . $_FILES["file"]["name"] . "<br />"; echo "Type: " . $_FILES["file"]["type"] . "<br />"; echo "Size: " . ($_FILES["file"]["size"] / 1024) . " Kb<br />"; echo "Temp file: " . $_FILES["file"]["tmp_name"] . "<br />"; if (file_exists("upload/" . $_FILES["file"]["name"])) { echo $_FILES["file"]["name"] . " already exists. "; } else { move_uploaded_file($_FILES["file"]["tmp_name"], "uploads/" . $_FILES["file"]["name"]); echo "URL: " . "URL TO YOUR FILE UPLOAD FOLDER" . $_FILES["file"]["name"]; } } } else { echo "Sorry, an error occurred. Your File was a format that we do not currently host."; } ?> </div> <div class="meta"> <p class="byline"> </p> </div> </div> </div> <!-- end content --> <div style="clear: both;"> </div> </div> <!-- end page --> Ive tried to add my folder where i want the images to go but nothing appears. I want the images to upload to a folder called www.mydomain.com/images Thanks.
-
Adding new div tag pushes box down
Ive got 2 boxes that look normal. But i want to add a 3rd but when i add the extra box is pushes one of the others down. Ive attached a picture of the section i want brought up. also the css for all 3 boxes. .columnLeft { float: left; width: 560px; height: auto; margin: 10px; padding: 0px; -moz-box-shadow: 3px 3px 4px #fff; /* Firefox */ -webkit-box-shadow: 3px 3px 4px #fff; /* Safari/Chrome */ box-shadow: 3px 3px 3px #fff; /* Opera and other CSS3 supporting browsers */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#fff')";/* IE 8 */ : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#fff');/* IE 5.5 - 7 */ } .columnLeft1 { float: left; width: 560px; height: auto; margin: 10px; padding: 0px; float: left; -moz-box-shadow: 3px 3px 4px #fff; /* Firefox */ -webkit-box-shadow: 3px 3px 4px #fff; /* Safari/Chrome */ box-shadow: 3px 3px 3px #fff; /* Opera and other CSS3 supporting browsers */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#fff')";/* IE 8 */ : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#fff');/* IE 5.5 - 7 */ } .columnRight { float: left; width: 280px; height: auto; margin: 10px; padding: 5px; text-align: center; }
-
Hosting in the UK
EzPzHosting.co.uk Ive used them for about 3 years now. Great uptime, fast support.
-
Browser issue
I removed the height thing and its fixed the repeat issue. And i don't understand that css reset.
-
Browser issue
My site www.leighsullivanphotography.co.uk appears fine in both chrome and firefox. But in IE the footer is smaller then the body and it part repeats its self. Also the header seems to have a gap between it and the body. Again looks fine in chrome and firefox. Running latest updated browsers. Can anyone help me fix it?
-
Profile template or related?
Hey guys im looking for a basic HTML/CSS design where i can use the design for like a clan member page. It would need a profile pic, and have pictures underneath which expand (I can add myself if needed). Then have like a info section about location, a bio etc... If someone could point to a site where i could find one, or know something similar id be grateful.
-
Just a small html/css image scroll bar?
How would one go about creating a html/css image scroll bar with maybe a fancy theme? Looking to have images about 400x300 or something so i can have about 5 on one page before linking to lets says page 2. I don't want any java or scripts just good old html/css?
-
Making an image downloadable
I see no point in zipping one file in different sizes and having people downloading it and unzipping it lol. You can see on this webpage: http://www.oleole.com/wallpapers/uefa/arseblogjackwilsherewallpaper/mw202w.asp?et=t&ei=58 where you click a different size and it downloads straight away.
-
Making an image downloadable
Ive googled it, and looked on here but nothing. What it is i do photography and i want to do desktop wallpapers but in different size's and what i want to do it when you click like the 1280x1000 or what ever it downloads straight away. How do i go about doing it? I don't want people to click on a image have it open a new tab or what ever and having them right click and save as. I know it can be done as this wall paper sites offer it. Thanks.