rejetto forum

Check this!!!!!!!

Guest · 47 · 28675

0 Members and 1 Guest are viewing this topic.

Offline Martok

  • Occasional poster
  • *
    • Posts: 88
    • View Profile
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
Cheers,

Martok



jack_2000

  • Guest
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)


Offline Mara

  • Occasional poster
  • *
    • Posts: 39
    • View Profile
Yes i now. What is the problem ????
Some pics of my temple
-> http://contakt.hit.bg/ <-


Anonymous

  • Guest
Quote from: "Mara"
Yes i now. What is the problem ????

the download link doesn't work, plz check it once again, thx a lot!


Offline pendave

  • Occasional poster
  • *
    • Posts: 4
    • View Profile
Really a wrong connection!

please send the file to other server such as www.Rapidshare.de

Wish to share the joyness!


Offline Mara

  • Occasional poster
  • *
    • Posts: 39
    • View Profile
The link not work becouse I'm not share the tpl file enywheare.
Some pics of my temple
-> http://contakt.hit.bg/ <-


Anonymous

  • Guest
Quote from: "Mara"
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!


Offline moondog

  • Occasional poster
  • *
    • Posts: 67
    • View Profile
So u dont feel like sharing your template. Then why show every one but wow it looks very nice


Offline Mara

  • Occasional poster
  • *
    • Posts: 39
    • View Profile
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  :(
Some pics of my temple
-> http://contakt.hit.bg/ <-


Offline moondog

  • Occasional poster
  • *
    • Posts: 67
    • View Profile
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


Offline Mara

  • Occasional poster
  • *
    • Posts: 39
    • View Profile


rojetto what is this????<span class=in_bar style="width:%perc%">?????? How to make the bar with 200px width????
Some pics of my temple
-> http://contakt.hit.bg/ <-


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
you can double the value of %perc%
but to do so i think you have to use javascript
it's not difficult


Offline Martok

  • Occasional poster
  • *
    • Posts: 88
    • View Profile
You may put in something like:
Code: [Select]
<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.
Cheers,

Martok


Offline Mara

  • Occasional poster
  • *
    • Posts: 39
    • View Profile
This is nice :D







Code: [Select]
<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">&nbsp;&nbsp;Back</div>
<div class="menuitems" url="/">
  <img border="0" src="~img1" width="16" height="16">&nbsp;&nbsp;Home</div>
<hr>
<div class="menuitems" url="f.htm">
  <img border="0" src="/~img63" width="16" height="16">&nbsp;&nbsp; Fullscrean</div>
<hr>
<div class="menuitems" url="/data/~login">
  <img border="0" src="/~img26" width="16" height="16">&nbsp;&nbsp;Login</div>
<div class="menuitems" url=""><img border="0" src="/~img3">&nbsp;&nbsp;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>
Some pics of my temple
-> http://contakt.hit.bg/ <-