Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: del scripto.
Parašė Mantas_· 2009 Bal. 23 18:04:14
#1
Sveiki, kaip apdaryti kad rodytu nario ip?
Deje jūsų ip: "čia rodo nario ip" jau užregistruotas.
Parašė Peacemaker· 2009 Bal. 23 18:04:53
#2
<?php echo $REMOTE_ADDR; ?>
Parašė Mantas_· 2009 Bal. 23 18:04:47
#3
neveikia.
Parašė desire· 2009 Bal. 23 18:04:01
#4
<?php $ip = $_SERVER["REMOTE_ADDR"]; print $ip; ?>
Parašė Mantas_· 2009 Bal. 23 19:04:22
#5
neveikia :|
Parašė paulius7· 2009 Bal. 23 20:04:33
#6
openside("Mano IP");
echo "<table><tr><td background='tavo_img.gif' align='center' height='103' width='143'><font color='white'>".USER_IP."</font></td></tr></table>";
closeside();
Redagavo paulius7· 2009 Bal. 23 20:04:47
Parašė Mantas_· 2009 Bal. 23 20:04:14
#7
:D apie tave patyliu :[
Parašė paulius7· 2009 Bal. 23 20:04:08
#8
o kas blogai :[
Parašė Mantas_· 2009 Bal. 23 20:04:40
#9
man ne panelės reikia o index.php faile jei dar nesupratai...
Parašė FuturesF1re· 2009 Bal. 23 20:04:56
#10
paulius7 parašė:
openside("Mano IP");
echo "<table><tr><td background='tavo_img.gif' align='center' height='103' width='143'><font color='white'>".USER_IP."</font></td></tr></table>";
closeside();
toks tu man ziaurus
Parašė Mantas_· 2009 Bal. 23 20:04:17
#11
sakau :D
Parašė desire· 2009 Bal. 24 20:04:26
#12
Golf_3 paaiskink kur , kaip , kam tau reikia to script'o? nes negali buti , kad tas kur tau daviau neveikia..
Parašė Tomcis· 2009 Bal. 24 20:04:52
#13
$ip = getenv('REMOTE_ADDR');
print $ip;
Bandyk įterpt tarp
php tagų.
Redagavo Tomcis· 2009 Bal. 24 20:04:41
Parašė desire· 2009 Bal. 24 20:04:16
#14
ka zinau man veikia ir mano:
<?php $ip = $_SERVER["REMOTE_ADDR"]; print $ip; ?>
ir hak3r1z:
<?php
$ip = getenv('REMOTE_ADDR');
print $ip;
?>
Parašė 123· 2009 Bal. 25 00:04:56
#15
:) Nesmerkit jo jis nezino ko pats nori :D
Parašė Mantas_· 2009 Bal. 25 09:04:03
#16
123 parašė:
:) Nesmerkit jo jis nezino ko pats nori :D
tylėk tu čia :|
Aš persisiunčiau registracijos modą, kad galėtu registruotis tik 1 ip, 1 vartotjas. Tagi index.php faile noriu padaryti kad rodytu jo ip.
Parašė desire· 2009 Bal. 25 12:04:54
#17
jei nori ideti i sita faila:
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "maincore.php";
redirect($settings['opening_page']);
?>
tai nepavyks, nes cia tik nukreipia i kita puslapi kuri nurodei nustatymuos (pvz.: i news.php)
Parašė Mantas_· 2009 Bal. 25 12:04:35
#18
o dieve dar tokiu durniu atsiranda tai...
Parašė desire· 2009 Bal. 25 12:04:44
#19
blt , kad as nesuprantu ko tu nori nx .. aiskink normaliai ko reik tada ir tau bus paaiskinta normaliai... :D
nes pz nesuprantu kaip gali neveikt paprastas script:
$ip = $_SERVER["REMOTE_ADDR"];
print $ip;
Parašė Mantas_· 2009 Bal. 25 12:04:38
#20
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright © 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: Register
| Version: 1.00
| Author: Paslaptinga
| Web:aš
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "../../maincore.php";
require_once "../../subheader.php";
require_once "../../side_left.php";
opentable("Antra registracija!");
echo "<p align='center'>
<img src='restricted.gif'title='Priėjimas uždraustas' border='0'></p><br>
<p align='center'><font face='Verdana' size='1'>Jusų ip: čia rodo ip jau užregistruotas. Vienas IP - vienas vartotojas!<br>
<br>
Prašome paspauskite nuorodą:<br>
<br>
<p align='center'><font face='Verdana' size='1'>
Pamiršai slaptažodį? -- <a href='".BASEDIR."lostpassword.php'>PAPRAŠYK NAUJO</a> -- </font></p>";
closetable();
require_once "../../side_right.php";
require_once "../../footer.php";
?>
Parašė desire· 2009 Bal. 25 12:04:00
#21
reikejo iskart duot script sita
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright © 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: Register
| Version: 1.00
| Author: Paslaptinga
| Web:aš
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "../../maincore.php";
require_once "../../subheader.php";
require_once "../../side_left.php";
$ip = $_SERVER["REMOTE_ADDR"];
opentable("Antra registracija!");
echo "<p align='center'>
<img src='restricted.gif'title='Priėjimas uždraustas' border='0'></p><br>
<p align='center'><font face='Verdana' size='1'>Jusų ip: $ip jau užregistruotas. Vienas IP - vienas vartotojas!<br>
<br>
Prašome paspauskite nuorodą:<br>
<br>
<p align='center'><font face='Verdana' size='1'>
Pamiršai slaptažodį? -- <a href='".BASEDIR."lostpassword.php'>PAPRAŠYK NAUJO</a> -- </font></p>";
closetable();
require_once "../../side_right.php";
require_once "../../footer.php";
?>
tikrink ar veikia jei ne tai sakyk koks error...
p.s. man veikia sitas
Redagavo desire· 2009 Bal. 25 12:04:09
Parašė Mantas_· 2009 Bal. 25 12:04:26
#22
dėkui :D