If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Anonymous
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Author Message
Hi,

Hab da mal ne Frage. Wie kann ich bei diesem Vote den Cookies eine bestimmte Gültigkeit zuweisen? Wenn jetzt jemand abstimmt, kann er so lang nicht wieder voten, bis er seine Cookies löscht. Ich stell mir eine Gültigkeit von ein oder zwei Tagen vor.
just put an anchor (a name="") before your poll and edit the redirecting script to go to that anchor.
Ich würde gerne die Datumsanzeige wie oben in den Einträgen des Gästebuches verändern. Leider habe ich keine Stelle im Code gefunden.

Der 2. Post hier im Thema ist nicht von mir, den hat ein anderer User gemacht...
die IPs werden nur innerhalb einer gewissen zeit angezeigt.
siehe einstellung in der config-datei
worum geht's hier?
wat denn nun??
Ich habe es noch nicht gefunden, ich weiß nicht, was für ein minderbemittelter hier die User verarscht...

Ich würde gerne weiterhin eine Lösung wissen.
Hab`s gefunden, trotzdem danke!
Okay when someone votes, it returns to the top of the page. Then in order for them to vote again, they have to scroll all the way down.

I would like to know what code do I insert and where in order to make it so that it automatically returns to where the page once left off...


Anyone able to help me with that? Thanks
Hallo !
Habe das Gästebuch und würde in den Posts gerne die Anzeige des Datums verändern, so dass nach dem Monat/Jahr ein Bindestrich kommt und dann erst die Uhrzeit. Leider gelingt mir das nur im Admin Bereich, wo man die Einträge editiert.

Original:
Donnerstag, 19. Dezember 2002 01:00

Wunsch:
Donnerstag, 19. Dezember 2002 - 01:00

Wäre nett, wenn jemand helfen kann !

Daniel
I found the problem and fixed it.
Here's my mod for individual page counting.

Add a variable for each domain name pointing to your site. In my case I have two so I had to add two variables somewhere near the top of stat.pl. Preferably before the $cgiurl variable. Like so:


Under Misc Configurations add the following after $top_host:


After the country list and before sub parse_form a list of subroutines appears. After &http_ref and before &html_footer add the following line:


Next you need to have the logfile parser be made aware of its existence. Replace your sub parse_log with the following (stop just before $total_agent):


Find sub sort_ref further down. Add the following after it:


Next find sub http_ref. This prints the HTML for you to see your referrals. You need to add the following to see your sorted page list (change the HTML to whatever you desire):


We're done with stat.pl. Now the log.pl file needs to write the page into the logfiles. Inside log.pl find sub write_log and find open(DATA,">>$logdat"). Under that change the line print DATA to the following:


That's it for log.pl. The javascript on each page needs to be changed as well. Here it is (put it on every page you want to keep track of):


That should do it. I'm not a programmer so if it can be done more efficiently, please correct me.
Kann mir einer sagen in welcher Template der "Nächste Seite" Link eingetragen wird? In /lang/german.php ist der folgende Eintrag $Lang[NavPrev] und [NavNext]

Danke
Anyone knows, how to get it to work.
Any help will be greatly appreciated !

Thanks
Netscape 6 needs it's own code. Put the following under the Netscape 7 code above:


Still need help with screen resolution mod.
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum