20000 forum users - Awesome Special Event!

Congratulations to me because I now have the same problem on Windows

Guess it’s universal then…

6 Likes

Nope, not familiar with anything professional rofl

It doesn’t matter, you just can’t.

Apple has found out you use microsoft. REPENT NOW AND BE SAVED!

I didn’t get it, I guess ChromeOS/Google is immune.

2 Likes

Wow I didn’t realize that you are joking.

r/woosh moment

6 Likes

I’m getting the problem on my android phone too.

Lol. Its one of the biggest CMS systems globally. So you’ve probably interacted with it, but would never know lol

4 Likes

small question, is anyone can able to create .eu.org domain in nic.eu.org domain for the past few months? i have some unused cdn server and i want to make it as my file storage and i want some short domain like rs08.eu.org for quick access and short file link to send on irc chat, my current domain that i’ve registered is quite long and i want something shorter to copy and paste, of course i can buy rs08.top for just 99 cent but ehh im not gonna plan to use this cdn server for long so i wont paying for random server. (i know other free subdomain service exist but im too lazy and i want the domain to be able to connect on cloudflare for me to run cloudflared)

1 Like

Hey - can anyone help me with my simple analytics?

Da code
<?php
date_default_timezone_set('America/Chicago');
$myfile = fopen("analytics.txt", "a") or die("Unable to open file!");
$txt = "The IP {$_SERVER['REMOTE_ADDR']} opened the page {$_POST['URL']} at {date('m/d/Y h:i:s a', time())}.\n";
fwrite($myfile, $txt);
fclose($myfile);
?>

The JavaScript I include on all pages:

<script>
	$.ajax("https://twineee.rf.gd/analytics.php", {async: false, cache: false, data: {"URL": window.href.location}, method: "POST"}); //analytics
</script>

I have jQuery installed, and there are two entries in the log, but it does not see to be working properly.

2 Likes

https://sussydomain.eu.org/lazy.txt

i have no idea why code paste here look like a random crap

That’s the annoying thing about money. You need money, but you sometimes have to do things that you don’t want to do to get that money…

Ah, impersonation… got it…

Highly doubt it.

Hmm… Can’t see it, it’s in your spam.

Yeah, I’ve used their services for a bit.

Morning time, my flipphone kept kicking me off but my MacBook didn’t… but now things seem to be back in order.

Is InfinityFree a “professional” service?

Me too…

I think the service is dead… I’ve been waiting for a long while to get an eu.org domain…

Not going to do that.

2 Likes

There are several critical errors in your code preventing it from working properly.​

PHP Code Issues

The date function call is not being executed because you cannot directly interpolate function calls inside double-quoted strings in PHP. The line:

$txt = "The IP {$_SERVER['REMOTE_ADDR']} opened the page {$_POST['URL']} at {date('m/d/Y h:i:s a', time())}.\n";

Should be:

$txt = "The IP {$_SERVER['REMOTE_ADDR']} opened the page {$_POST['URL']} at " . date('m/d/Y h:i:s a', time()) . ".\n";

PHP only interpolates variables inside curly braces, not function calls. You need to concatenate the date() function result using the . operator.

The property name is incorrect - you wrote window.href.location when it should be window.location.href . The correct AJAX call should be:

$.ajax("https://twineee.rf.gd/analytics.php", {
    async: false, 
    cache: false, 
    data: {"URL": window.location.href}, // Fixed this line
    method: "POST"
});

The window.location object has an href property that contains the full URL, not the other way around.

Additional Concerns

Using async: false is deprecated and blocks the browser, which can cause poor user experience. Consider using asynchronous AJAX calls instead. Also, ensure your server has proper CORS headers configured if you’re making cross-domain requests.

6 Likes

omw to make the world fastest cdn server that ever exist lol :rofl: :rofl: ramdisk software goes brrrrrrrrrrrrr

love when hol service is too generous and give user a stupid amount of specs for medium amount of work, very funny

2 Likes

Yeah, some mods probably deleted it

I wouldn’t say so. (No offense Admin)

3 Likes

Alright, thanks a bunch :sweat_smile:

5 Likes

Network is the bottleneck, it always has been…

Tribute to the mighty network connection

6 Likes

Wow… the Xbox 360 was released 20 years ago, November 22, 2025, in my area (North America).

I’ve had good times with the 360… really good times…

I pulled out my 360 2025-11-23T05:00:00Z, and decided to Soft-Mod the console, to back up my games collection and give a few things a shot. And my-oh-my, how I miss using my 360 as my daily gamer.

Sure is a lot quieter than my Xbox One, which has a loud power bank (that I have to punch occasionally) and medium-loud fan. The 360, the only noises I heard were from the disk drive. It’s a slim model, by the way.

The controller still fits my hand better than any other Xbox controller. And the player indicator, I wish they kept that.

And the physical design forever remains better than these newer Xboxes.


I don’t know, feels more professional than Wix. But that’s probably because I have more control.

4 Likes

ehh im joking, it just my hand on lab server, only work for like a day so i cant host anything there lol

Better yet: use the Beacon API. That’s perfect for things like analytics, where you want to make sure the request is always sent, and don’t care about the response.

6 Likes

A LOT more professional than Wix, but still, if you don’t pay, arguably, it’s not professional.

Huh, I’ll try that out.

4 Likes

i’m still on xfce’s default wallpaper (because i never stare at wallpapers that often)

how did i know that’s tawk.to!? my smaill hosting company used it back in the day before it’s dissolved :confused:

it’s concerning how they never target static or blog sites, but it’s those who store other user’s data..

how is it dead when the site and it’s dns servers are still alive and i was able to register tiffany.eu.org, hmm? :face_with_raised_eyebrow:

5 Likes

Just checking

7 Likes

mmmm short domain and powerful server, definally fun to play with hehe, yes im back with the stupid idea that turning ram into world fastest cdn storage

1 Like