leezard
Members-
Posts
550 -
Joined
-
Last visited
Everything posted by leezard
-
for a clickable link use ftp://www.12string.net once that page opens click file>log on as and enter username and password
-
How Do I Make An Ftp Url For Anonymous Access?
leezard replied to a topic in CPanel and Site Maintenance
here is the way i would do it first I would make a folder called music or something like that in my public directory. then go to ftp set up and set up an ftp account with whatever username and password you want. In the ftp setup screen it will ask you for a directory that this ftp account will have access to, enter the name of the folder that you just created so it will looks something like /home/cpanelname/public_html/music then click create now, once thats done, if you have the person go to ftp://www.yoursite.com they'll either get a screen that has some tips for using ftp, or a password box..but down in the bottom right it will say ananymous@yoursite.com. click on file in the upper left and click log on as, then he'll get a name and password box, the only folder he will have access to is the folder you created and specified for that username -
I see all images fine, if he is using a firewall (usually zonealarm pro is the guilty party but other firewals do it to) try turning off the firewall and then viewing the page. sometimes a firewall will think images on a page are pop up adds (dont ask me why) it happens with zona alarm a LOT.
-
heck, I'd do it for less
-
in cpanel scroll to the bottom, right below manage mysql is phpmyadmin, you can upload a db with that.
-
http://www.coxar.pwp.blueyonder.co.uk/
-
unless the sign up process requires you have a domain name (I cant remember if it does or not) you will be given an address to access your site that is the IP address of the server and then your username like http://123.123.123.123/~username
-
Off Topic -leezard I Love Your Tag Line Quote...!
leezard replied to shop-et's topic in Open Discussion
hehe thanks, I LOVE that movie! -
there is a HUGE difference in this http://www.x-trememodz.com/images/reviews/...o/tnIMAGE90.JPG and this the first link goes to the same image if the first link is on someones page that gets say 50,000 views a day, thats not going to affect my bandwidth at all, unless someone chooses to follow that link, going to my site and looking at my image/text whatever. There is no copyright infringement involved because you cant copyright a URL and the person following that url is viewing the image on my server/site. if the second hotlinked image is posted on the same site that gets 50,000 hits a day that 50,000 times a day that MY bandwidth is used, if that image is used without my permission that copyright infringement, i took the picture, i own it.
-
theres your answer, at least the way i understand it. If someone puts a link to a picture that is on my site on their site thats all fine and good, because the person following that link is going to my site. (so to speak) If someone hotlinks a picture (displays a picture from my site on their site using my bandwidth) thats wrong. now, if that same person saves the picture off my site to their hard drive and then uploads it to their own server and displays it on their page you get into a whole nother issue
-
using any copyrighted materia without permission is illegal. hotlinkng un copyrighted images isnt illegal, if they wanna help pay the hosting costs everymonth, hotlink away.
-
yup, theres a few more magazines coming out with his work in them...wired, pc magazine uk etc. Hes working on a case now that we are taking to a competition in decenmber.
-
Paul (CrimsonSky) got it working, was something to do with the way the file was viewed and then uploaded.
-
well, that string looks right...looks like this is something for one of the gurus that actually has access to the server sorry i couldnt help
-
www.thebestcasescenario.com
-
this is what we put in his htaccess file, these are the sites that have permission to hotlink his images. >RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://thebestcasescenario.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://thebestcasescenario.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.thebestcasescenario.com/ [NC] RewriteCond %{HTTP_REFERER} !^http://www.thebestcasescenario.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.gruntville.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.hardforum.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.pheatonforums.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.twistedforums.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.ocaddiction.com [NC] RewriteCond %{HTTP_REFERER} !^http://www.yoshi.us/forums [NC] RewriteCond %{HTTP_REFERER} !^http://forum.x-trememodz.com [NC] #RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
-
heh, theres a BUNCH of sites hotlinking his images, CrimsonSky's work is pretty popular
-
the only problem with that is some of the images are on authorized stites (like mine) Thats why we have been trying to do it via htaccess
-
Simple script that you can insert in a .php page that will email you when Google is indexing your site. You will need to change the values in the script for your own site and contact details. Simple version ><? if(eregi("googlebot",$HTTP_USER_AGENT)) { mail("you@youremail.com", "Googlebot detected on yourdomainname.com", "Google has crawled yourdomainname.com"); } ?> Advanced version This is a much better version that will automatically fill in the Domain, the actual Page (including any query strings), as well as tell you the Date and Time the page was crawled. ><? if(eregi("googlebot",$HTTP_USER_AGENT)) { if ($QUERY_STRING != "") {$url = "http://".$SERVER_NAME.$PHP_SELF.'?'.$QUERY_STRING;} else {$url = "http://".$SERVER_NAME.$PHP_SELF;} $today = date("F j, Y, g:i a"); mail("you@youremail.com", "Googlebot detected on http://$SERVER_NAME", "$today - Google crawled $url"); } ?>
-
installing nuke isnt that hard, if you need a hand let me know
-
to make sure that IE always loads a new page open IE click tools at the top and then internet options. In the area that it says temporary internet files click on settings, put a check in every visit to the page and click ok. *Disclaimer* If it is your ISP storing cached pages this probably wont help, but it might
-
i need to find the link to this avatar randomizer i found....would be perfect for doc
-
sounds like a cacheing problem to me, I've had problems before where I could go to a website and it would pull up a page that google has cached. On your computer make sure you have it set to check for new page EVERY time a page is visited. That stopped my problems with loading old pages that had been cached.
-
I looked at the e107 portal, it's pretty much exactly the same as the phpnuke portal that TCH provides in your control panel, unless theres a reason you like the e107 portal, giving phpnuke a try might be an option.
