Skocz do zawartości

Anonymous

Rejestracja: 10 mar 2013
Poza forum Ostatnio: mar 10 2014 22:00
-----

Moje tematy

Przeniesienie forum MyBB

31 marca 2013 - 13:20

Witam! :)
No to tak. Mam takie pytanie, czy jest tu ktoś kto potrafi i przeniósł by mi forum z hostingera na inny serwer? Za darmo ?

Problem z baza MySQL

25 marca 2013 - 17:00

Mam taki problem z baza, a mianowicie gdy chce zalogowac sie do bazy to wyskakuje mi taki oto komunikat:

phpMyAdmin - Error

Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.

 

No i nie wiem co jest. Wie ktos moze jak to naprawic? :)


Zegar pokazujący ile czasu istnieje strona

17 marca 2013 - 09:10

Kod:

<script>
<!--

var montharray=new Array
("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray
[todaym]+" "+todayd+", "+todayy
var paststring=montharray
[m-1]+" "+d+", "+yr
var difference=(Math.round
((Date.parse(todaystring)-
Date.parse(paststring))/
(24*60*60*1000))*1)
difference+=" dni"
document.write("Witryna
NAZWA_STRONY istnieje od 10.09.2000,
czyli "+difference+"!")
}
//enter the count up date using
the format year/month/day
countup(2000,09,10)
//-->
</script>


Wyszukiwarka google na twoja stronę

17 marca 2013 - 08:55

Wyszukiwarka google która możesz wstawić na swoją stronę. :)
Oto kod:

 

<form method="get"
action="http://www.google.com/
search">
<!-- Logo Google -->
<a href="http://
www.google.com/">
<img src="http://
www.google.com/logos/
Logo_40wht.gif" alt="Google" />
</a>
<br />
<!-- Pole tekstowe -->
<input type="text" name="q"
size="20" maxlength="255" />
<!-- Przycisk 'Szukaj' -->
<input type="submit"
name="btnG" value="Szukaj">
<br />
<!-- Nasza strona -->
<input type="hidden"
name="domains" value="http://
twoja-strona.pl" />
<!-- Kodowanie znaków -->
<input type="hidden" name="ie"
value="iso-8859-2" />
<input type="hidden" name="oe"
value="iso-8859-2" />
<br />
<!-- Pole wyboru (gdzie
wyszukiwać) -->
<input type="radio"
name="sitesearch" value="">
WWW
</input>
<input type="radio"
name="sitesearch" value="http://
twoja-strona.pl" checked="checked">
Na tej stronie
</input>
</form>

Limit czasu oglądania strony

16 marca 2013 - 17:40

Limit czasu oglądania strony.
Java Script.
A oto kod:

<!--Customize the time (90) and
dest URL to your own-->
<script language="Javascript">
<!--
/*
This credit must stay here for
use
For this script, visit java-
scripts.net
or http://wsabstract.com
*/
var countdown = "90"
function doCount() {
if (countdown > 0) {
countdown--
}
else {
document.location =
"http://www.java-scripts.net"
}
window.status=countdown + "
seconds left to view this page."
setTimeout('doCount()',1000)
}
doCount()
//-->
</script>

 

 

Źródło: SKRYPTOTEKA