Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Mano ip

Parašė nuken· 2009 Spa. 29 15:10:39
#1

Sveiki, man reiktų tokio php failo (ar kodo) kaip www.manoip.lt lygiai tokio pačio :)
Kas duos +10

Redagavo nuken· 2009 Spa. 29 15:10:00

Parašė Meskis· 2009 Spa. 29 15:10:38
#2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
        <title> manoIP.lt <> Tavo IP adresas </title>
        <meta name="description" content="Tavo IP adresas" />
        <meta name="keywords" content="ip, mano ip, mano ip adresas, my ip, my ip adress, manoip, manoip.lt, tavo ip, ip adresas" />
        <style type="text/css">
                html {
                        padding: 0;
                        margin: 0;
                        width: 100%;
                                   }
                body {
                         text-align: center;
                         vertical-align: middle;
                        height: 95%;
                }
                p {
                        margin-top: 20%;
                        font-family: Tahoma, cursive;
                        font-weight: bolder;
                        line-height: 100%;
                        font-size: 5em;
                        color: #000;
                        cursor: hand;
                }
        </style>
        <script language="javascript" type="text/javascript">
        <!--
                function copy_clip(meintext)
                {

                if (window.clipboardData)
                {

                window.clipboardData.setData("Text", meintext);

                }
                else if (window.netscape)
                {

                netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');

                var clip = Components.classes['@mozilla.org/widget/clipboard;1'].createInstance(Components.interfaces.nsIClipboard);
                if (!clip) return;

                var trans = Components.classes['@mozilla.org/widget/transferable;1'].createInstance(Components.interfaces.nsITransferable);
                if (!trans) return;

                trans.addDataFlavor('text/unicode');

                var str = new Object();
                var len = new Object();

                var str = Components.classes["@mozilla.org/supports-string;1"].createInstance(Components.interfaces.nsISupportsString);

                var copytext=meintext;

                str.data=copytext;

                trans.setTransferData("text/unicode",str,copytext.length*2);

                var clipid=Components.interfaces.nsIClipboard;

                if (!clip) return false;

                clip.setData(trans,null,clipid.kGlobalClipboard);

                }
                return false;
                }
        //-->
        </script>
</head>

<body>
    <p><span onclick="return copy_clip('joptvaimat')" onmouseover="window.status='click to copy';" onmouseout="window.status='';">82.135.222.242</span></p>
<script language="javascript" type="text/javascript">
<!--
var _hey_lt_w = "", _hey_lt_h = "", _hey_lt_c = "";
//-->
</script>
<script language="javascript1.2" type="text/javascript">
<!--
_hey_lt_w = screen.width; _hey_lt_h = screen.height; _hey_lt_c = navigator.appName.indexOf("Microsoft") >= 0 ? screen.colorDepth : screen.pixelDepth;
//-->
</script>
<script language="javascript" type="text/javascript">
<!--
document.write("<a target='_blank' href='http://www.hey.lt/details.php?id=manoip001'><img width=88 height=31 border=0 src='//www.hey.lt/count.php?id=manoip001&width=" + _hey_lt_w + "&height=" + _hey_lt_h + "&color=" + _hey_lt_c + "&referer=" + escape(document.referrer) + "' alt='Hey.lt - Nemokamas lankytojø skaitliukas'><\/a>");
//-->
</script>
<noscript>
<a target="_blank" href="http://www.hey.lt/details.php?id=manoip001"><img width=88 height=31 border=0 src="//www.hey.lt/count.php?id=manoip001" alt="Hey.lt - Nemokamas lankytojø skaitliukas"></a>
</noscript>           
            <script type="text/javascript">
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
            </script>
            <script type="text/javascript">
            try {
            var pageTracker = _gat._getTracker("UA-118083-6");
            pageTracker._trackPageview();
            } catch(err) {}</script>

                 
</body>

</html>




:]

Redagavo Meskis· 2009 Spa. 29 15:10:25

Parašė nuken· 2009 Spa. 29 15:10:19
#3

Mh, ir rodys tavo ip jeigu ką taip jau meginau ;)

Parašė Saul1us· 2009 Spa. 29 15:10:20
#4

meskis, tavo variantas:
http://mp3baze.us/ip/ip.php :D:D rodo tavo ip kai žiūrėjai

Parašė Meskis· 2009 Spa. 29 15:10:19
#5

pakeisk dabar, ir paziurek ka rodys :D gerai nebenusisnekesiu, nemuskit :s
Taigi as zinau, kad taip nieko nesigaus.. reikia protingu zmoniu klaust :p

Redagavo Meskis· 2009 Spa. 29 15:10:16

Parašė nuken· 2009 Spa. 29 15:10:45
#6

Meški tas pats.

Parašė MAnjack· 2009 Spa. 29 15:10:13
#7

echo $_SERVER['REMOTE_ADDR'];



Parašė minimukas· 2009 Spa. 29 15:10:48
#8

gal sitoki http://tavoip.hata.lt/ rasyk y pm susitarsim :)

Parašė nuken· 2009 Spa. 29 15:10:47
#9

Manjack skaityk, ką rašau.
Minimukas nereik ten išvis šūdmakeris.

Parašė Saul1us· 2009 Spa. 29 15:10:49
#10

http://mp3baze.us/ip/ip.php manau va tinks toks :D aišku pasiredaguosi padidinsi font ir pan
<?php

###########################################################################
#                                                                         #
# Neither http://www.4webhelp.net/ nor its members accept any             #
# responsibility, either expressed or implied, for any damage caused by   #
# using this script or the misuse of this script.                         #
#                                                                         #
#                                                                         #
#                          INSTRUCTIONS                                   #
#                                                                         #
# 1) Copy this code to an editor such as Notepad and save it with a       #
# .php  extension.                                                        #
# 2) FTP this file to a folder on your site in ASCII mode                 #
# 3) Call up this file in your web browser to see your IP                 #
#                                                                         #
###########################################################################

print ('Your IP is: '.$_SERVER['REMOTE_ADDR'].'.');

?>

<p>This script courtesy of <a href="http://www.4webhelp.net/">4WebHelp</a>.</p>




Redagavo Saul1us· 2009 Spa. 29 15:10:36

Parašė nuken· 2009 Spa. 29 15:10:45
#11

Žinau aš šitą.

Parašė minimukas· 2009 Spa. 29 15:10:28
#12

Minimukas nereik ten išvis šūdmakeris.

kaskodel ten ivis uz tuos daug geresnis ir graziau atrodantis.

Parašė nuken· 2009 Spa. 29 15:10:49
#13

Reik tokio kaip ten... kaip tu nesupranti

Parašė MAnjack· 2009 Spa. 29 15:10:24
#14

Tai pasididink fontą, įsidėk skaitliuką ir turėsi. :[

Parašė nuken· 2009 Spa. 29 15:10:20
#15

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
        <title> manoIP.lt <> Tavo IP adresas </title>
        <meta name="description" content="Tavo IP adresas" />
        <meta name="keywords" content="ip, mano ip, mano ip adresas, my ip, my ip adress, manoip, manoip.lt, tavo ip, ip adresas" />
        <style type="text/css">
                html {
                        padding: 0;
                        margin: 0;
                        width: 100%;
                                   }
                body {
                         text-align: center;
                         vertical-align: middle;
                        height: 95%;
                }
                p {
                        margin-top: 20%;
                        font-family: Tahoma, cursive;
                        font-weight: bolder;
                        line-height: 100%;
                        font-size: 5em;
                        color: #000;
                        cursor: hand;
                }
        </style>
</head>

<body>
    <p><span onclick="return copy_clip('joptvaimat')" onmouseover="window.status='click to copy';" onmouseout="window.status='';">echo $_SERVER['REMOTE_ADDR'];</span></p>             
</body>

</html>




Pažiūrėkit photoshop.our.lt/ip kas blogai,.?

Redagavo nuken· 2009 Spa. 29 15:10:56

Parašė Pakartoti slaptažodį· 2009 Spa. 29 15:10:17
#16

<?php ir ?> sudėk pradžioj ir pabaigoj.

Parašė nuken· 2009 Spa. 29 15:10:17
#17

Dabar pažiūrėk.

Parašė Saul1us· 2009 Spa. 29 15:10:37
#18

Ta pats negali? neveikia rodo kad 2 eilutėj kažkas blogai

Parašė nuken· 2009 Spa. 29 15:10:39
#19

Meginau aš jau šitą vark daryti, nieko neįšėjo su tais php .....

Parašė Pakartoti slaptažodį· 2009 Spa. 29 16:10:41
#20

Čia su HTML nepadarysi, tik su PHP. Mėgink taip:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
        <title> manoIP.lt <> Tavo IP adresas </title>
        <meta name="description" content="Tavo IP adresas" />
        <meta name="keywords" content="ip, mano ip, mano ip adresas, my ip, my ip adress, manoip, manoip.lt, tavo ip, ip adresas" />
        <style type="text/css">
                html {
                        padding: 0;
                        margin: 0;
                        width: 100%;
                                   }
                body {
                         text-align: center;
                         vertical-align: middle;
                        height: 95%;
                }
                p {
                        margin-top: 20%;
                        font-family: Tahoma, cursive;
                        font-weight: bolder;
                        line-height: 100%;
                        font-size: 5em;
                        color: #000;
                        cursor: hand;
                }
        </style>
</head>

<body>
    <p><span onclick="return copy_clip('joptvaimat')" onmouseover="window.status='click to copy';" onmouseout="window.status='';"><?php echo $_SERVER['REMOTE_ADDR']; ?></span></p>             
</body>

</html>



Redagavo Pakartoti slaptažodį· 2009 Spa. 29 16:10:35

Parašė nuken· 2009 Spa. 29 16:10:00
#21

Follow parašė:
Čia su HTML nepadarysi, tik su PHP. Mėgink taip:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
<title> manoIP.lt <> Tavo IP adresas </title>
<meta name="description" content="Tavo IP adresas" />
<meta name="keywords" content="ip, mano ip, mano ip adresas, my ip, my ip adress, manoip, manoip.lt, tavo ip, ip adresas" />
<style type="text/css">
html {
padding: 0;
margin: 0;
width: 100%;
}
body {
text-align: center;
vertical-align: middle;
height: 95%;
}
p {
margin-top: 20%;
font-family: Tahoma, cursive;
font-weight: bolder;
line-height: 100%;
font-size: 5em;
color: #000;
cursor: hand;
}
</style>
</head>

<body>
<p><span onclick="return copy_clip('joptvaimat')" onmouseover="window.status='click to copy';" onmouseout="window.status='';"><?php echo $_SERVER['REMOTE_ADDR']; ?></span></p>
</body>

</html>


Smile off.
Very gūd, i love jū. Kai galėsiu +10

Redagavo nuken· 2009 Spa. 29 16:10:13

Parašė Pakartoti slaptažodį· 2009 Spa. 29 16:10:36
#22

Malonu. :)

Parašė Naktibalda· 2009 Spa. 29 16:10:00
#23

Mano trumpesnis variantas. Prisegu.

https://webdnd.com/forum/attachm...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> Tavo IP </title>
<meta name="keywords" content="ip, mano ip, mano ip adresas, tavo ip, ip adresas" />
<meta name="description" content="Tavo IP" />
<style type="text/css">
                p {
                        margin-top: 20%;
                        font-family: Tahoma, cursive;
                        font-weight: bolder;
                        line-height: 100%;
                        font-size: 5em;
                        color: #000;
                        cursor: hand;
                }
        </style>
<td class="p"><p align="center">
<?$ip = getenv("REMOTE_ADDR"); ?><?php echo($ip) ?></b>
</body>
</html>




Redagavo Naktibalda· 2009 Spa. 29 16:10:27

Parašė Arvydas· 2009 Spa. 29 16:10:23
#24

bandau ir aš kątik testinau , turi veikti ;]

parsisiusk : www.gtas.lt/ha.rar

Parašė nuken· 2009 Spa. 29 20:10:50
#25

Aš pasidaręs esu :DD

Parašė iMantux· 2009 Spa. 29 20:10:14
#26

Oi kad sunku, pasakė manjack funkcija ir jis negali fonto pasididint :D

Parašė nuken· 2009 Spa. 29 20:10:05
#27

iMantux, patylėk :DD

Parašė iMantux· 2009 Spa. 29 20:10:57
#28

Neaiškink tu čia.

Parašė maxas66· 2009 Spa. 29 20:10:36
#29

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
        <title> manoIP.lt <> Tavo IP adresas </title>
        <meta name="description" content="Tavo IP adresas" />
        <meta name="keywords" content="ip, mano ip, mano ip adresas, my ip, my ip adress, manoip, manoip.lt, tavo ip, ip adresas" />
        <style type="text/css">
                html {
                        padding: 0;
                        margin: 0;
                        width: 100%;
                                   }
                body {
                         text-align: center;
                         vertical-align: middle;
                        height: 95%;
                }
                p {
                        margin-top: 20%;
                        font-family: Tahoma, cursive;
                        font-weight: bolder;
                        line-height: 100%;
                        font-size: 5em;
                        color: #000;
                        cursor: hand;
                }
        </style>
        <script language="javascript" type="text/javascript">
        <!--
                function copy_clip(meintext)
                {

                if (window.clipboardData)
                {

                window.clipboardData.setData("Text", meintext);

                }
                else if (window.netscape)
                {

                netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');

                var clip = Components.classes['@mozilla.org/widget/clipboard;1'].createInstance(Components.interfaces.nsIClipboard);
                if (!clip) return;

                var trans = Components.classes['@mozilla.org/widget/transferable;1'].createInstance(Components.interfaces.nsITransferable);
                if (!trans) return;

                trans.addDataFlavor('text/unicode');

                var str = new Object();
                var len = new Object();

                var str = Components.classes["@mozilla.org/supports-string;1"].createInstance(Components.interfaces.nsISupportsString);

                var copytext=meintext;

                str.data=copytext;

                trans.setTransferData("text/unicode",str,copytext.length*2);

                var clipid=Components.interfaces.nsIClipboard;

                if (!clip) return false;

                clip.setData(trans,null,clipid.kGlobalClipboard);

                }
                return false;
                }
        //-->
        </script>
</head>

<body>
    <p><span onclick="return copy_clip('joptvaimat')" onmouseover="window.status='click to copy';" onmouseout="window.status='';"><?php echo $_SERVER['REMOTE_ADDR']; ?></span></p>
<script language="javascript" type="text/javascript">
<!--
var _hey_lt_w = "", _hey_lt_h = "", _hey_lt_c = "";
//-->
</script>
<script language="javascript1.2" type="text/javascript">
<!--
_hey_lt_w = screen.width; _hey_lt_h = screen.height; _hey_lt_c = navigator.appName.indexOf("Microsoft") >= 0 ? screen.colorDepth : screen.pixelDepth;
//-->
</script>
<script language="javascript" type="text/javascript">
<!--
document.write("<a target='_blank' href='http://www.hey.lt/details.php?id=manoip001'><img width=88 height=31 border=0 src='//www.hey.lt/count.php?id=manoip001&width=" + _hey_lt_w + "&height=" + _hey_lt_h + "&color=" + _hey_lt_c + "&referer=" + escape(document.referrer) + "' alt='Hey.lt - Nemokamas lankytojø skaitliukas'><\/a>");
//-->
</script>
<noscript>
<a target="_blank" href="http://www.hey.lt/details.php?id=manoip001"><img width=88 height=31 border=0 src="//www.hey.lt/count.php?id=manoip001" alt="Hey.lt - Nemokamas lankytojø skaitliukas"></a>
</noscript>           
            <script type="text/javascript">
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
            </script>
            <script type="text/javascript">
            try {
            var pageTracker = _gat._getTracker("UA-118083-6");
            pageTracker._trackPageview();
            } catch(err) {}</script>

                 
</body>

</html>




Redagavo maxas66· 2009 Spa. 29 20:10:55

Parašė nuken· 2009 Spa. 29 20:10:35
#30

Mastai ką darai? Jau parašyta gi.

Parašė maxas66· 2009 Spa. 29 20:10:42
#31

Tu sakei tokio pačio, taigi nemačiau čia niekur tokio pačio kodo veikiančio, so ėmiau ir įdėjau.

Parašė nuken· 2009 Spa. 29 20:10:08
#32

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
        <title> manoIP.lt <> Tavo IP adresas </title>
        <meta name="description" content="Tavo IP adresas" />
        <meta name="keywords" content="ip, mano ip, mano ip adresas, my ip, my ip adress, manoip, manoip.lt, tavo ip, ip adresas" />
        <style type="text/css">
                html {
                        padding: 0;
                        margin: 0;
                        width: 100%;
                                   }
                body {
                         text-align: center;
                         vertical-align: middle;
                        height: 95%;
                }
                p {
                        margin-top: 20%;
                        font-family: Tahoma, cursive;
                        font-weight: bolder;
                        line-height: 100%;
                        font-size: 5em;
                        color: #000;
                        cursor: hand;
                }
        </style>
</head>

<body>
    <p><span onclick="return copy_clip('joptvaimat')" onmouseover="window.status='click to copy';" onmouseout="window.status='';"><?php echo $_SERVER['REMOTE_ADDR']; ?></span></p>             
</body>

</html>





Dar padėkojau.

Redagavo nuken· 2009 Spa. 29 20:10:33

Parašė maxas66· 2009 Spa. 29 20:10:22
#33

nesvarbu, identiško norėjai, tai ir gavai :D

Parašė iMantux· 2009 Spa. 29 20:10:40
#34

Neisijausk čia estrela žmogus padeda o tu čia stumi, raminančiu gausi tuoi.