tutoriale photoshop, brushes, patterns, gradient
Site afiliat proiectului Wtricks.com
   
   
  REGULAMENT | Search | Members | Calendar | Help  
 


Post Reply  Post Thread 
Script counter
Author Message
TilvarIonut
De al casei
***


Posts: 50
Group: Registered
Joined: Dec 2007
Status: Offline
Reputation: 0
Lei: 295.64
Post: #1
Script counter

Am facut acest script count.php :

Code:
[php:1:a46a16fb66]<?php
$c_ip = $HTTP_COOKIE_VARS["user_ip"];
$counter_file = "counter.txt";
$counter_file_line = file($counter_file);

if(!$c_ip)
{
/dupa acel timp se creaza unul nou
setcookie("user_ip", $REMOTE_ADDR, time()+360000);
$counter_file_line[0]++;
$cf = fopen($counter_file, "w+");
fputs($cf, "$counter_file_line[0]");
fclose($cf);
}

elseif($c_ip != $REMOTE_ADDR)
{
$counter_file_line[0]++;
$cf = fopen($counter_file, "w+");
fputs($cf, "$counter_file_line[0]");
fclose($cf);
}
echo $counter_file_line[0];
?>[/php:1:a46a16fb66]


Asa... apoi, am creat un fisier text counter.txt cu CHMOD 777

Apoi in celula de jos din aceasta paginaテつ テつ am scrisテつ テつ  <? include "count.php"; ?>

De ce nu merge contorul??テつ テつ unde e gresit?


http://www.filme-bune.com

This post was last modified: 03-16-2008 03:30 AM by TilvarIonut.

03-16-2008 03:22 AM
Find all posts by this user Quote this message in a reply
Ibrahym
Ucenic
****


Posts: 186
Group: Registered
Joined: Feb 2008
Status: Offline
Reputation: 0
Lei: 803.47
Post: #2
RE: Script counter

Daca ne spui si noua ce vrei sa faci defapt poate te ajutam ! Big Grin sunt sigur ca vei gasi raspuns la intrebarile tale ! Big Grin

03-19-2008 07:10 AM
Visit this users website Find all posts by this user Quote this message in a reply
TilvarIonut
De al casei
***


Posts: 50
Group: Registered
Joined: Dec 2007
Status: Offline
Reputation: 0
Lei: 295.64
Post: #3
RE: Script counter

Pai... speram sa se observe din primul post: un contor de vizite in functie de IP... adica sa nu se adauge o vizita daca dau refresh... sa-mi inregistreze ip-ul


http://www.filme-bune.com
03-19-2008 08:34 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Script de Click Linck Counter  & Program Tv ? wordweb 12 1,020 06-24-2008 06:57 AM
Last Post: wordweb

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

 

 Invatam Net
Esti nou pe aici? Vorbeste-ne despre tine.
Citeste articole si tutoriale unice.
Ai un site? Iti putem oferi un review.

  Parteneri

  


-->