rejetto forum
Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Mara on March 19, 2006, 09:02:20 PM
-
chek my tpl theme -> http://contakt.hit.bg/New.JPG
-
chek my tpl theme -> http://contakt.hit.bg/New.JPG
Looks really nice! Is the Template available somewhere?
-
Sec please :D ..... are you 84.182.233.190 ?????
-
Download it from here : http://contakt.hit.bg/New.tpl
-
but you need also to edit links for the background pictures!!!!
pffff fuck.....
http://contakt.hit.bg/tpl.rar
heare is ALL
-
Sec please :D ..... are you 84.182.233.190 ?????
Yes, I was trying if 'guess IP from Screenshot works!
BTW: Haveing such meterial unprotected might be dangerous, at least in Germany it would be.
Just some commments: in the backround stuff, you used
background= url('http://...../img/bg1.gif');
the better solution is
background: url('/img/bg1.gif');
the change from = to : is simply to make it work on Firefox (IE ignores this), the other thing is to make it usable if IP changes.
I think I will change it a bit (add upload/login/stuff). Great Job!
-
background: url('/img/bg1.gif'); < this not working...
i dont know why
-
download archive agen
http://contakt.hit.bg/tpl.rar
-
download archive agen
http://contakt.hit.bg/tpl.rar
Sorry, I get only Error 404.
For me, the background works:
(http://img218.imageshack.us/img218/5739/hfs23ra.th.jpg) (http://img218.imageshack.us/my.php?image=hfs23ra.jpg)
-
OK i will see the options on my server.
for the link - try agen after minute, i will fix it
-
http://contakt.hit.bg/new.rar
-
Do you now haw to make my sait onley with LOCAL acces.
-
In Menu under 'Limits'>'Bans', you can add
\127.0.0.1
This bans everyone but localhost. External users only see the 'You are banned' message. If you check 'Disconnect without reply', they won't even see this.
-
Yes, but i wish the computers in my network to have access.
I'm not with unlimitet internet trafic. This is the problem. :#)
-
pp:
.... And your tip for background it's working :) .....
-
You can set a range of IPs here:
\192.168.0.0-192.168.0.255
or you enumerate them one by one,
\192.168.123.0;192.168.123.1;192.168.123.2
I have to end now, tomorrow is a long day, some sleep would be great :D
-
OK Thenks
-
you know mara the real problem with
hit.bg is that the server is CasE sEnSetive :)
you should try to use ONLY one type of
case or you must get the name as is
or you 'll get 404 B)
-
Yes i now. What is the problem ????
-
Yes i now. What is the problem ????
the download link doesn't work, plz check it once again, thx a lot!
-
Really a wrong connection!
please send the file to other server such as www.Rapidshare.de
Wish to share the joyness!
-
The link not work becouse I'm not share the tpl file enywheare.
-
The link not work becouse I'm not share the tpl file enywheare.
so could you so nice to send me a copy?
My email address is: scorpic at gmail.com
thx a lot!
-
So u dont feel like sharing your template. Then why show every one but wow it looks very nice
-
Yes I will not give anybody my themple. I show it because I want make You to create some diferent of original temlates. 90% of You change the colors of the original tpl and says "look my beautiful tpl". Yes they are beautifuls but its not Yours...... However. I will not shere my becouse You will change the pics and etc., and again same history. MADE YOUR OUN TPLS. I give you just a ideas.
Very sorry for my bad english :(
-
I have my own i dont know html at all one thing u got i love is the galliery now that is sweet. I see your good at html. Dont want the template just want the code for image gallary
-
(http://contakt.hit.bg/upload.JPG)
rojetto what is this????<span class=in_bar style="width:%perc%">?????? How to make the bar with 200px width????
-
you can double the value of %perc%
but to do so i think you have to use javascript
it's not difficult
-
You may put in something like:
<span class=out_bar style="width:200px"><span class=in_bar style="width:%perc%%"></span></span>
This would make the out_bar 200 pixels width and the in_bar n percents of the 200 pixels (where 'n' is the progress).
I haven't tested it, but it should work.
-
This is nice :D
(http://contakt.hit.bg/menu1.JPG)
(http://contakt.hit.bg/menu.JPG)
<html>
<head>
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Web Site: http://www.dynamicdrive.com -->
<!-- Begin
var menuskin = "skin0"; // skin0, or skin1
var display_url = 0; // Show URLs in status bar?
function showmenuie5() {
var rightedge = document.body.clientWidth-event.clientX;
var bottomedge = document.body.clientHeight-event.clientY;
if (rightedge < ie5menu.offsetWidth)
ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
else
ie5menu.style.left = document.body.scrollLeft + event.clientX;
if (bottomedge < ie5menu.offsetHeight)
ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
else
ie5menu.style.top = document.body.scrollTop + event.clientY;
ie5menu.style.visibility = "visible";
return false;
}
function hidemenuie5() {
ie5menu.style.visibility = "hidden";
}
function highlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "highlight";
event.srcElement.style.color = "white";
if (display_url)
window.status = event.srcElement.url;
}
}
function lowlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "";
event.srcElement.style.color = "";
window.status = "";
}
}
function jumptoie5() {
if (event.srcElement.className == "menuitems") {
if (event.srcElement.getAttribute("target") != null)
window.open(event.srcElement.url, event.srcElement.getAttribute("target"));
else
window.location = event.srcElement.url;
}
}
// End -->
</script>
</head>
<body>
<div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5();">
<div class="menuitems" url="javascript:history.back();">
<img border="0" src="/~img14" width="16" height="16"> Back</div>
<div class="menuitems" url="/">
<img border="0" src="~img1" width="16" height="16"> Home</div>
<hr>
<div class="menuitems" url="f.htm">
<img border="0" src="/~img63" width="16" height="16"> Fullscrean</div>
<hr>
<div class="menuitems" url="/data/~login">
<img border="0" src="/~img26" width="16" height="16"> Login</div>
<div class="menuitems" url=""><img border="0" src="/~img3"> m1crosoft@abv.bg</div>
</div>
<script language="JavaScript1.2">
if (document.all && window.print) {
ie5menu.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;
}
</script>
</body>
</html>
-
rojetto what is this????<span class=in_bar style="width:%perc%">?????? How to make the bar with 200px width????
You must be using an older v2.0 beta version template if you are showing code like that in your template. That old span class code isn't compatible with all major browsers any more. It has been fixed in the latest v2.0 beta versions and is fixed in v2.0 FINAL. Suggest you upgrade to 2.0 FINAL and get the proper code from the default template.
To make the bar 200px wide:
In template go to [progress]. In %style% section under [progress] change .out_bar { width: 100px; to 200px;
Looks like you use a lot of javascript. You should try to make your site more user friendly as not everyone keeps javascript enabled for many reasons (ex. security, privacy etc.)
-
ok thenks!
-
In template go to [progress]. In %style% section under [progress] change .out_bar { width: 100px; to 200px;
But i need to change .in_bar width to 200.
On defult .in_bar width = %perc%. For 200px i need to do this %perc%*2, but this is not support of the brouser. And finali how rojetto seys, I need to write java script . :D
And thenks for the advise. Meny peoplle are disable the java scripts
-
(http://contakt.hit.bg/new1.JPG)
(http://contakt.hit.bg/new2.JPG)
-
Here's a view of my search page.
(indexed without url and other file info for this example for obvious reasons)
(http://img236.imageshack.us/img236/5259/search9ix.th.jpg) (http://img236.imageshack.us/my.php?image=search9ix.jpg)
a view of my upload page
(http://img205.imageshack.us/img205/2644/upload2lb.th.jpg) (http://img205.imageshack.us/my.php?image=upload2lb.jpg)
a view of my wallpaper page
(http://img232.imageshack.us/img232/6161/wallpaper1hm.th.jpg) (http://img232.imageshack.us/my.php?image=wallpaper1hm.jpg)
The point I'm trying to make here is that even though we are all running the same HFS engine, we can customize our sites to any way we want. Nobody's site or template should be considered better than others. They are all good. Not everybody's computer skills are the same and not everybody wants the same look or features. (My template is not available for public distribution).
-
Here's a view of my search page.
...
a view of my wallpaper page
...
Maverick,
i've visited your site some time ago and liked you wallpaper page.
Unfortunately, i forgot to bookmark the page or to save the source.
I assume that you made an index page which contains the thumbnails and linked them to the actual jpegs.
Nothing to do with HFS in general, but hard "html craftmanship".
Or did you find a way to do it automatically?
If yes, would you share the principle idea?
If it's javascript, i'm not interested, sorry.
Wrt. the search page, i assume again, that you make use of an external service/website.
If not, would you share the principal idea?
~GeeS~
-
I assume that you made an index page which contains the thumbnails and linked them to the actual jpegs.
Yes, that is correct. Actually I have 20 Wallpaper index pages right now. Each thumbnail also has its own small html with code needed to open the full-size image when clicked on. I also have pages set up the same way for family photos but those pages are only available for family members.
Nothing to do with HFS in general, but hard "html craftmanship".
Or did you find a way to do it automatically?
If yes, would you share the principle idea?
If it's javascript, i'm not interested, sorry.
No javascript at all. Not done automatically. All the html was manually coded by me. Not all done at the same time. I keep adding to it as I get new images that I like.
Wrt. the search page, i assume again, that you make use of an external service/website.
If not, would you share the principal idea?
No I don't use an external service/website. However, that option is good too if ads and web privacy isn't a issue for you. I use a commercial search engine builder application. My search engine uses javascript and works very well. However, once HFS supports PHP and/or ASP (soon I hope), I will switch over. More info on what I use to build my search engine is HERE (http://www.aleadsoft.com/search-engine-builder-pro/index.php). (there are other similar tools on net). Obviously, I create my HFS Search page using html which of course includes the search engine script.
I didn't mention this before, as I'm not using it that much right now and it's not something everybody wants, but I also have Chat Rooms. (external application activated from my HFS site - there are many available on the net). HFS is so versatile. ;)
a view of my chat room
(http://img142.imageshack.us/img142/9134/chat21ni.th.jpg) (http://img142.imageshack.us/my.php?image=chat21ni.jpg)
-
Thanks for sharing! You answered my questions completely.
No I don't use an external service/website. However, that option is good too if ads and web privacy isn't a issue for you.
Just because privacy is my major concern these days, i don't like external services. OT: For these reason i'm searching/experimenting to combine hfs with a ssl/https-proxy... but still unsuccesful :(
-
OT: For these reason i'm searching/experimenting to combine hfs with a ssl/https-proxy... but still unsuccesful :(
I was trying to do that too. But like you unsucessful. That is one feature that I wish rejetto would be able to implement into HFS. But I don't think he will.
-
what feature?
-
I Ask some one a few days ago on how to make a gallary and they wouldnt tell me. Mara lol just like to say got it. Thankz to photoshop cs 2 has a gallary maker right in the software under scripts.
-
what feature?
https support.
-
"kamelia" lol :D
there really are a lot of Bulgarians around aren't there?
-
might I ask what the point is of reviving a thread thats over a year old?
-
Thread necromancy ?
-
That's the reason I lock my threads after I got my answer. Prevents zombie threads like this.
-
:D Thread necromancy. yea, you proved your point well there ;D