Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
Home โ€บ Offers
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

REAL DEALS HERE -- WIN BIG WITH THOUSANDS IN PRIZES + RackNerd's NEW YEAR OFFERS! (New Year 2024)

175767880811247

Comments

  • @TrK said:

    @noob404 said:

    @TrK said:
    Well i just woke up found this mess ๐Ÿ˜‚๐Ÿ˜‚

    How is this a mess. We made your dream come true. We are way past 69!

    Oh I see! You are pissed because you missed the event.

    Well it's fine, i went to sleep after reaching the naughty number ๐Ÿ˜‚๐Ÿ˜‚

    Glad you witnessed the event!

  • @kashon said:

    That's awesome GFX. AI generated?

  • @noob404 said:
    That's awesome GFX. AI generated?

    Yes Indeed, Just tweaked a few words and got this osm image.

    Thanked by 1FrankZ
  • @kashon said:

    @noob404 said:
    That's awesome GFX. AI generated?

    Yes Indeed, Just tweaked a few words and got this osm image.

    LOL! Is this MidJourney?

  • @noob404 said:
    LOL! Is this MidJourney?

    No, Bing Images.

    Thanked by 1noob404
  • @kashon said:

    @noob404 said:
    LOL! Is this MidJourney?

    No, Bing Images.

    Oh. I see. Will have to look into it. Thank you.

  • Hello, I would like to double the bandwidth.
    Order Number: 1649735720
    Thanks!

  • kashonkashon Member
    edited December 2023

  • @fengbule said:
    Hello, I would like to double the bandwidth.
    Order Number: 1649735720
    Thanks!

    @dustinc

  • @kashon said:

    Never gonna let you down

  • @Arjun42 said:
    @MrEd Good work on setting up the stats page for the new thread! I read something about JSON versus parsing HTML instead - what changed?

    JSON endpoints are blocked by CF, also DC IPs are blocked, so I had to work around everything :)

    Thanked by 2noob404 Arjun42
  • @MrEd said:

    @Arjun42 said:
    @MrEd Good work on setting up the stats page for the new thread! I read something about JSON versus parsing HTML instead - what changed?

    JSON endpoints are blocked by CF, also DC IPs are blocked, so I had to work around everything :)

    But, it's impressive what you have done. I am guessing you are using PHP to parse pages one by one and looking for classes and IDs pertaining to users and comments to add info to the stats page, right?

  • @noob404 said:

    @MrEd said:

    @Arjun42 said:
    @MrEd Good work on setting up the stats page for the new thread! I read something about JSON versus parsing HTML instead - what changed?

    JSON endpoints are blocked by CF, also DC IPs are blocked, so I had to work around everything :)

    But, it's impressive what you have done. I am guessing you are using PHP to parse pages one by one and looking for classes and IDs pertaining to users and comments to add info to the stats page, right?

    Not a single line of PHP is used. :D Spring boot is the heart ;)

    Thanked by 2noob404 0xC7
  • @MrEd said:

    @noob404 said:

    @MrEd said:

    @Arjun42 said:
    @MrEd Good work on setting up the stats page for the new thread! I read something about JSON versus parsing HTML instead - what changed?

    JSON endpoints are blocked by CF, also DC IPs are blocked, so I had to work around everything :)

    But, it's impressive what you have done. I am guessing you are using PHP to parse pages one by one and looking for classes and IDs pertaining to users and comments to add info to the stats page, right?

    Not a single line of PHP is used. :D Spring boot is the heart ;)

    That's interesting. Have never heard about this. Time to research this up. Thank you yet again. But, that's smart. Reduces the load on the server not running PHP. But, since the page only reloads data every 5 minutes, why didn't you go for PHP? I am asking this out of curiosity, as a noob.

  • @noob404 said:

    @MrEd said:

    @noob404 said:

    @MrEd said:

    @Arjun42 said:
    @MrEd Good work on setting up the stats page for the new thread! I read something about JSON versus parsing HTML instead - what changed?

    JSON endpoints are blocked by CF, also DC IPs are blocked, so I had to work around everything :)

    But, it's impressive what you have done. I am guessing you are using PHP to parse pages one by one and looking for classes and IDs pertaining to users and comments to add info to the stats page, right?

    Not a single line of PHP is used. :D Spring boot is the heart ;)

    That's interesting. Have never heard about this. Time to research this up. Thank you yet again. But, that's smart. Reduces the load on the server not running PHP. But, since the page only reloads data every 5 minutes, why didn't you go for PHP? I am asking this out of curiosity, as a noob.

    I know PHP, but I might be the worst PHP programmer in LET. My whole life was around Java. And on the other hand, I keep a lot of things in memory. I am not storing aggregated data (that is used in charts) to DB, because it is changing constantly.

  • @noob404 said:

    @MrEd said:

    @noob404 said:

    @MrEd said:

    @Arjun42 said:
    @MrEd Good work on setting up the stats page for the new thread! I read something about JSON versus parsing HTML instead - what changed?

    JSON endpoints are blocked by CF, also DC IPs are blocked, so I had to work around everything :)

    But, it's impressive what you have done. I am guessing you are using PHP to parse pages one by one and looking for classes and IDs pertaining to users and comments to add info to the stats page, right?

    Not a single line of PHP is used. :D Spring boot is the heart ;)

    That's interesting. Have never heard about this. Time to research this up. Thank you yet again. But, that's smart. Reduces the load on the server not running PHP. But, since the page only reloads data every 5 minutes, why didn't you go for PHP? I am asking this out of curiosity, as a noob.

    Spring Boot is just Java in disguise and for Ed not doing PHP is just simple, he is a Java developer hiding behind Spring boot!

  • Still going on?

  • @MrEd said:

    @noob404 said:

    @MrEd said:

    @noob404 said:

    @MrEd said:

    @Arjun42 said:
    @MrEd Good work on setting up the stats page for the new thread! I read something about JSON versus parsing HTML instead - what changed?

    JSON endpoints are blocked by CF, also DC IPs are blocked, so I had to work around everything :)

    But, it's impressive what you have done. I am guessing you are using PHP to parse pages one by one and looking for classes and IDs pertaining to users and comments to add info to the stats page, right?

    Not a single line of PHP is used. :D Spring boot is the heart ;)

    That's interesting. Have never heard about this. Time to research this up. Thank you yet again. But, that's smart. Reduces the load on the server not running PHP. But, since the page only reloads data every 5 minutes, why didn't you go for PHP? I am asking this out of curiosity, as a noob.

    I know PHP, but I might be the worst PHP programmer in LET. My whole life was around Java. And on the other hand, I keep a lot of things in memory. I am not storing aggregated data (that is used in charts) to DB, because it is changing constantly.

    That makes sense.

  • @TrK said:

    @noob404 said:

    @MrEd said:

    @noob404 said:

    @MrEd said:

    @Arjun42 said:
    @MrEd Good work on setting up the stats page for the new thread! I read something about JSON versus parsing HTML instead - what changed?

    JSON endpoints are blocked by CF, also DC IPs are blocked, so I had to work around everything :)

    But, it's impressive what you have done. I am guessing you are using PHP to parse pages one by one and looking for classes and IDs pertaining to users and comments to add info to the stats page, right?

    Not a single line of PHP is used. :D Spring boot is the heart ;)

    That's interesting. Have never heard about this. Time to research this up. Thank you yet again. But, that's smart. Reduces the load on the server not running PHP. But, since the page only reloads data every 5 minutes, why didn't you go for PHP? I am asking this out of curiosity, as a noob.

    Spring Boot is just Java in disguise and for Ed not doing PHP is just simple, he is a Java developer hiding behind Spring boot!

    Yah. I seem to lean towards PHP for almost every project I have. Time to learn something like Spring Boot as well.

  • nice

  • @allenjake said:
    Still going on?

    What, the party? The aprty's gonna go on for a month atleast. Feel free to join in the festivites!

  • Wow! Frankie has left 1st place!!! That was unexpected...

  • @MrEd said:
    Wow! Frankie has left 1st place!!! That was unexpected...

    It's a minor temporary setback. The king never stays dethroned for long. Expect a major comeback. Or, maybe he doesn't mind, cause he wants the TV.
    I am hoping it's the latter.

  • @noob404 said:

    @allenjake said:
    Still going on?

    What, the party? The aprty's gonna go on for a month atleast. Feel free to join in the festivites!

    The Lotteries is going on?

  • @MrEd said:
    Wow! Frankie has left 1st place!!! That was unexpected...

    I'm resting :smiley:

  • @noob404 said:

    It's a minor temporary setback. The king never stays dethroned for long. Expect a major comeback. Or, maybe he doesn't mind, cause he wants the TV.
    I am hoping it's the latter.

    It's the latter. :innocent:

    Thanked by 1noob404
  • MrEdMrEd Member
    edited December 2023

    @FrankZ said:

    @MrEd said:
    Wow! Frankie has left 1st place!!! That was unexpected...

    I'm resting :smiley:

    Peacefully or not? :D

  • @FrankZ said:

    @noob404 said:

    It's a minor temporary setback. The king never stays dethroned for long. Expect a major comeback. Or, maybe he doesn't mind, cause he wants the TV.
    I am hoping it's the latter.

    It's the latter. :innocent:

    I'd just love the Xbox. BTW, I am trying to compensate for the time I will be losing next month. Gotta stay in the game somehow.

  • FrankZFrankZ Barred
    edited December 2023

    @MrEd said:

    @FrankZ said:

    @MrEd said:
    Wow! Frankie has left 1st place!!! That was unexpected...

    I'm resting :smiley:

    Peacefully or not? :D

    I've been watching the show I did not want to distract from @noob404 good work.
    I'll go again when it gets slow. I'm just keeping my powder dry.

    Thanked by 1noob404
This discussion has been closed.