View Full Version : Chang the AVS logo
Hey guys can someone tell me how to change the AVS logo form ,
warning page.. If some one can tell me the path for that , its really help ful..
Thanks
Mike
Shytime
03-30-2010, 05:11 AM
Hi Mike,
If you do a search for "change logo" you will see different threads of information on how to do it. Here is a link that will help you. http://forums.adultvideoscript.com/showthread.php?t=1&highlight=change+logo
axwax
03-30-2010, 08:53 AM
Right click on the logo and then "Propreties" or "Image Details", you will see the full path of the image.
catup
03-30-2010, 08:56 AM
go to your webpage and open the "code source" in the IE bar.
you will see the location of your logo:
"http://www.pornbow.com/templates/frontend/default/images/logo.png
Thanks Guys I Change the Logo , But the problem is The splash page (the warning page) logo got really small.. I don't know why is that.. Any suggestions Guys?
hottube
03-30-2010, 09:13 PM
Thanks Guys I Change the Logo , But the problem is The splash page (the warning page) logo got really small.. I don't know why is that.. Any suggestions Guys?
Yes I have the same problem
axwax
03-30-2010, 09:23 PM
Thanks Guys I Change the Logo , But the problem is The splash page (the warning page) logo got really small.. I don't know why is that.. Any suggestions Guys?
You must edit the ".php" file. I don't remember wich is its name, just look the browser when you join the splash page and look at the address ( example: http://www.yoursite.com/enter.php ), if the name of the .php fil is "enter.php" you will need to edit it.
Just edit the variable regarding the logo size, the same as the real logo size.
hottube
03-30-2010, 09:54 PM
Thanks Guys I Change the Logo , But the problem is The splash page (the warning page) logo got really small.. I don't know why is that.. Any suggestions Guys?
OK I made it,here are:templates/frontend/your templ
than edit enter.tpl
Thanks for the hint axwax
<style type="text/css">
body { background-color: #070707; margin: 0 20px 0 20px; }
.align-center { text-align: center; }
#container { width: 650px; margin-left: auto; margin-right: auto; }
#logo { margin: 600px 0 50px 0; }
#logo img { border: none;}
#warning { font: normal 26px "Lucida Sans Unicode", Arial; color: #999; letter-spacing: -1px; }
#warning2 { margin: 20px 0 0 0; font: normal 16px "Lucida Sans Unicode", Arial; color: #555; }
#enter { float: left; margin: 50px 0 0 150px; }
#leave { float: right; margin: 50px 150px 0 0; }
#enter a, #leave a { display: block; width: 100px; height: 34px; background:transparent url({/literal}{$baseurl}{literal}/templates/frontend/default/images/enter_btn.png) no-repeat; font: normal 19px/30px "Lucida Sans Unicode", Arial; color: #ccc; text-decoration:none; text-align: center; }
</style>
Guys What do you change here? I tried to change the logo px's but nothing happening
hottube
03-30-2010, 10:16 PM
You mast change this:
(width="82" height="59")
<div id="logo" class="align-center">
<a href="/"><img src="{$baseurl}/templates/frontend/default/images/logo.png" width="82" height="59" alt="{$site_name|escape:'html'} Logo!" /></a>
axwax
03-31-2010, 05:49 AM
<style type="text/css">
body { background-color: #070707; margin: 0 20px 0 20px; }
.align-center { text-align: center; }
#container { width: 650px; margin-left: auto; margin-right: auto; }
#logo { margin: 600px 0 50px 0; }
#logo img { border: none;}
#warning { font: normal 26px "Lucida Sans Unicode", Arial; color: #999; letter-spacing: -1px; }
#warning2 { margin: 20px 0 0 0; font: normal 16px "Lucida Sans Unicode", Arial; color: #555; }
#enter { float: left; margin: 50px 0 0 150px; }
#leave { float: right; margin: 50px 150px 0 0; }
#enter a, #leave a { display: block; width: 100px; height: 34px; background:transparent url({/literal}{$baseurl}{literal}/templates/frontend/default/images/enter_btn.png) no-repeat; font: normal 19px/30px "Lucida Sans Unicode", Arial; color: #ccc; text-decoration:none; text-align: center; }
</style>
Guys What do you change here? I tried to change the logo px's but nothing happening
This is the generic CSS style, you must edit the code under the "body" tag.
This is the "enter.php" file to edit:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>yoursite.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Free Porn Videos" />
<meta name="keywords" content="porn, sex, porno, free porn, porn tube, porn videos, stream porn, free streaming porn, full sex videos, sex videos, sex tube, amataur sex movies, free porn videos" />
<meta name="revisit-after" content="1" />
<link rel="shortcut icon" href="/favicon.ico" />
<style type="text/css">
body { background-color: #070707; margin: 0 20px 0 20px; }
.align-center { text-align: center; }
#container { width: 650px; margin-left: auto; margin-right: auto; }
#logo { margin: 100px 0 30px 0; }
#logo img { border: none;}
#warning { font: normal 26px "Lucida Sans Unicode", Arial; color: #999; letter-spacing: -1px; }
#warning2 { margin: 20px 0 0 0; font: normal 16px "Lucida Sans Unicode", Arial; color: #555; }
#enter { float: left; margin: 50px 0 0 150px; }
#leave { float: right; margin: 50px 150px 0 0; }
#enter a, #leave a { display: block; width: 100px; height: 34px; background:transparent url(http://www.yoursite.com/templates/frontend/default/images/enter_btn.png) no-repeat; font: normal 19px/30px "Lucida Sans Unicode", Arial; color: #ccc; text-decoration:none; text-align: center; }
</style>
</head>
<body>
<div id="container">
<div id="logo" class="align-center">
<a href="/"><img src="http://www.yoursite.com/templates/frontend/default/images/logo.png" width="82" height="59" alt="yoursite.com Logo!" /></a>
</div>
<div id="warning" class="align-center">
WARNING: This website contains explicit adult material.
</div>
<div id="warning2" class="align-center">
You may only enter this Website if you are at least
18 years of age, or at least the age of majority in the jurisdiction
where you reside or from which you access this Website. If you do not
meet these requirements, then you do not have permission to use the
Website.
</div>
<div id="enter">
<a href="http://www.yoursite.com">Enter</a>
</div>
<div id="leave">
<a href="http://www.google.com">Leave</a>
</div>
</body>
</html>
For exactly you need to edit this:
<div id="logo" class="align-center">
<a href="/"><img src="http://www.yoursite.com/templates/frontend/default/images/logo.png" width="82" height="59" alt="yoursite.com Logo!" /></a>
</div>
axwax
03-31-2010, 05:51 AM
OK I made it,here are:templates/frontend/your templ
than edit enter.tpl
Thanks for the hint axwax
You are welcome ;)
Thanks Guys ,:) I don't know whats the Problem , I did what you guys have said..
I changed the width and height, what is does is changing the "warning" page the upper end bigger(the high form the logo to upper end of the page) .. but the Logo is still the same size..
hottube
03-31-2010, 08:55 AM
PHP Code:
<style type="text/css">
body { background-color: #070707; margin: 0 20px 0 20px; }
.align-center { text-align: center; }
#container { width: 650px; margin-left: auto; margin-right: auto; }
#logo { margin: 600px 0 50px 0; }
#logo img { border: none;}
#warning { font: normal 26px "Lucida Sans Unicode", Arial; color: #999; letter-spacing: -1px; }
#warning2 { margin: 20px 0 0 0; font: normal 16px "Lucida Sans Unicode", Arial; color: #555; }
#enter { float: left; margin: 50px 0 0 150px; }
#leave { float: right; margin: 50px 150px 0 0; }
#enter a, #leave a { display: block; width: 100px; height: 34px; background:transparent url({/literal}{$baseurl}{literal}/templates/frontend/default/images/enter_btn.png) no-repeat; font: normal 19px/30px "Lucida Sans Unicode", Arial; color: #ccc; text-decoration:none; text-align: center; }
</style>
Guys What do you change here? I tried to change the logo px's but nothing happening
When you edit enter.php scroll down to this line:
</head>
<body>
<div id="container">
<div id="logo" class="align-center">
<a href="/"><img src="http://www.yoursite.com/templates/frontend/default/images/logo.png" width="82" height="59" alt="yoursite.com Logo!" /></a>
</div>
<div id="warning" class="align-center">
WARNING: This website contains explicit adult material.
Than change: (width="82" height="59")
like this:
<div id="logo" class="align-center">
<a href="/"><img src="http://www.yoursite.com/templates/frontend/default/images/logo.png" width="182" height="159" alt="yoursite.com Logo!" /></a>
</div>
axwax
03-31-2010, 09:54 AM
Thanks Guys ,:) I don't know whats the Problem , I did what you guys have said..
I changed the width and height, what is does is changing the "warning" page the upper end bigger(the high form the logo to upper end of the page) .. but the Logo is still the same size..
You need to change these lines:
<div id="logo" class="align-center">
<a href="/"><img src="http://www.pornbow.com/templates/frontend/default/images/logo.png" width="82" height="59" alt="PornBow.com Logo!" /></a>
</div>
With those:
<div id="logo" class="align-center">
<a href="/"><img src="http://www.pornbow.com/templates/frontend/default/images/logo.png" width="333" height="250" alt="PornBow.com Logo!" /></a>
</div>
If you have some problems again here is the completly code of your "enter.php" page, just copy it and paste:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PornBow.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Free Porn Videos" />
<meta name="keywords" content="porn, sex, porno, free porn, porn tube, porn videos, stream porn, free streaming porn, full sex videos, sex videos, sex tube, amataur sex movies, free porn videos" />
<meta name="revisit-after" content="1" />
<link rel="shortcut icon" href="/favicon.ico" />
<style type="text/css">
body { background-color: #070707; margin: 0 20px 0 20px; }
.align-center { text-align: center; }
#container { width: 650px; margin-left: auto; margin-right: auto; }
#logo { margin: 100px 0 30px 0; }
#logo img { border: none;}
#warning { font: normal 26px "Lucida Sans Unicode", Arial; color: #999; letter-spacing: -1px; }
#warning2 { margin: 20px 0 0 0; font: normal 16px "Lucida Sans Unicode", Arial; color: #555; }
#enter { float: left; margin: 50px 0 0 150px; }
#leave { float: right; margin: 50px 150px 0 0; }
#enter a, #leave a { display: block; width: 100px; height: 34px; background:transparent url(http://www.pornbow.com/templates/frontend/default/images/enter_btn.png) no-repeat; font: normal 19px/30px "Lucida Sans Unicode", Arial; color: #ccc; text-decoration:none; text-align: center; }
</style>
</head>
<body>
<div id="container">
<div id="logo" class="align-center">
<a href="/"><img src="http://www.pornbow.com/templates/frontend/default/images/logo.png" width="333" height="250" alt="PornBow.com Logo!" /></a>
</div>
<div id="warning" class="align-center">
WARNING: This website contains explicit adult material.
</div>
<div id="warning2" class="align-center">
You may only enter this Website if you are at least
18 years of age, or at least the age of majority in the jurisdiction
where you reside or from which you access this Website. If you do not
meet these requirements, then you do not have permission to use the
Website.
</div>
<div id="enter">
<a href="http://www.pornbow.com">Enter</a>
</div>
<div id="leave">
<a href="http://www.google.com">Leave</a>
</div>
</body>
</html>
Thanks Everyone.. I got it now..:)
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.