Re: could someone make me a visitor counter?

2020-10-13 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: could someone make me a visitor counter? @12i don't see a way to save var's value. but as i said, use databases to save the value. update the value on the db when new visiter visits. URL: https://forum.audiogames.net/post/579885/#p579885 -- Audiogames-reflector mailing list

Re: could someone make me a visitor counter?

2020-10-12 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector
Re: could someone make me a visitor counter? Honestly, I wouldn't use Php for this, but I also don't use Php for anything, because it's disgusting and I hate it.I'd probably just use _javascript_ and send an HttpRequest to your server that says: "Yo, I gots a new visitor." and th

Re: could someone make me a visitor counter?

2020-10-12 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: could someone make me a visitor counter? @14No. Sorry.  You get what you pay for, basically.  Someone might know of something but it'll be unreliable, and honestly whatever you have now is probably unreliable too. URL: https://forum.audiogames.net/post/579714/#p579714

Re: could someone make me a visitor counter?

2020-10-12 Thread AudioGames . net Forum — Developers room : moaddye via Audiogames-reflector
Re: could someone make me a visitor counter? @12,is there a free one I can loginto? I can't pay URL: https://forum.audiogames.net/post/579691/#p579691 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: could someone make me a visitor counter?

2020-10-12 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: could someone make me a visitor counter? Yeah, that's what I mean about you probably not having enough access on whatever ftp thing you've found.  If you want to do this stuff even halfway properly you need to run your own server or sign up for a service that gives you some JS that'll

Re: could someone make me a visitor counter?

2020-10-12 Thread AudioGames . net Forum — Developers room : moaddye via Audiogames-reflector
Re: could someone make me a visitor counter? I do understand php, even though it is at a basic level. Here's some of what I can do,$var=0;$web="www.website.com";$s=date("s");echo "welcome visitor to ".$web.".";echo "This server, Your time is&quo

Re: could someone make me a visitor counter?

2020-10-12 Thread AudioGames . net Forum — Developers room : Lucas1853 via Audiogames-reflector
Re: could someone make me a visitor counter? PHP is a hot mess of terribleness, but for small things like this I would recommend having a beginner or intermediate knowledge of it. URL: https://forum.audiogames.net/post/579619/#p579619 -- Audiogames-reflector mailing list Audiogames

Re: could someone make me a visitor counter?

2020-10-12 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: could someone make me a visitor counter? @9yeah, i do the same way but it's not secured i guess. using database is good. so, you must write some code. but now  a days i use databse for this task.@1 learn php it's not much hard. if you learned any other programming languages

Re: could someone make me a visitor counter?

2020-10-12 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: could someone make me a visitor counter? Ok, this is quite easy, but risky at the same time.You don't need to change the whole site to PHP, just install php and create a text file. every time the page is vissited, add a value of a variable increment it by 1, and save it. then load

Re: could someone make me a visitor counter?

2020-10-11 Thread AudioGames . net Forum — Developers room : Lucas1853 via Audiogames-reflector
Re: could someone make me a visitor counter? Technically if you change .html to .php and nothing else, assuming of course that you don't have hyperlinking that will break, your sight should still work... I think the person at least understands that PHP is a different language. But my

Re: could someone make me a visitor counter?

2020-10-11 Thread AudioGames . net Forum — Developers room : JayJay via Audiogames-reflector
Re: could someone make me a visitor counter? Also, I believe Wordpress has plug ins for stuff like this and many more. You might consider getting that on your site URL: https://forum.audiogames.net/post/579536/#p579536 -- Audiogames-reflector mailing list Audiogames-reflector

Re: could someone make me a visitor counter?

2020-10-11 Thread AudioGames . net Forum — Developers room : JayJay via Audiogames-reflector
Re: could someone make me a visitor counter? @5 just validates Camlorn's point more. Changing the site from .html to .php doesn't autmatically equals a php page. PHHP is  another language, and you'd have to rewrite the index in order for it to be php. URL: https://forum.audiogames.net

Re: could someone make me a visitor counter?

2020-10-11 Thread AudioGames . net Forum — Developers room : moaddye via Audiogames-reflector
Re: could someone make me a visitor counter? actually, I think I can change the index to php. I'm just not experienced with it. aw well, thanks anyway URL: https://forum.audiogames.net/post/579497/#p579497 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: could someone make me a visitor counter?

2020-10-11 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: could someone make me a visitor counter? You can't get a visitor counter with just HTML.  You either pay someone like Google, or get enough access to the server to run a database or install PHP or something like that.  What you're asking for isn't a 5 minute thing if you're still

Re: could someone make me a visitor counter?

2020-10-11 Thread AudioGames . net Forum — Developers room : moaddye via Audiogames-reflector
Re: could someone make me a visitor counter? so here's the thing,I'm using an ftp program. it has a couple of files uploaded on it, and an index.html fileI didn't know how to use Google Analytics, it was like weird with the account creation, I didn't know what to do and yeah so just left

Re: could someone make me a visitor counter?

2020-10-11 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: could someone make me a visitor counter? Install Google Analytics or something. This already exists.  I had luck with Piwik once upon a time, I'm not sure what all is accessible these days though. URL: https://forum.audiogames.net/post/579486/#p579486 -- Audiogames-reflector

could someone make me a visitor counter?

2020-10-11 Thread AudioGames . net Forum — Developers room : moaddye via Audiogames-reflector
could someone make me a visitor counter? So I've been searching for this everywhere on google, but everything's useless because it just adds a link to my website and nothing elseCould someone make me an html page visitors counter? URL: https://forum.audiogames.net/post/579484/#p579484