Tumgik
#so unless it automatically updates every single one of its files that is . very strange
tamagotchikgs · 5 months
Text
finding norton on my laptop like,,, thats suspicious,,, thats weird,,,,
Tumblr media
5 notes · View notes
finsterhund · 5 years
Text
Work on  the revived official Heart of Darkness website is never over! - a little update
Even though the website (or as much of it that wayback archived) has been up in its entirety for a while now, the archivist work behind getting the site up to snuff is never truly over. Whenever I’m at a particularly low place in my life I do more monotonous tasks.
This week, I figured I’d give an update because I finally got around to fixing something that’s been bothering me for a while.
The hit counter!
But I’ll save that for last. I have some more smaller updates.
While probably not the biggest deal, mostly because many people wouldn't bother checking them, I've decided to work on the HTML of the pages themselves, making the code appear much more closely to how it actually did on the original website. This basically means tiny little changes like capitalizing tags such as the <BR> and <BODY> ones that one of my HTML editing programs in the past thought it was okay to “modernize” and shifting up orderings of some stuff. Purely aesthetic, and not even something that visibly looks different on the pages themselves.
I've also been shifting around directories. Originally when uploading the site it was easier to just dump every single image file into the /images/ directory, but originally the site split things up neater, with more of them like /jpg/ and others. So I've been starting the slow process of moving the images around just so that in the code itself and the sitemap it more closely resembles the original.
I've also changed up some slight aesthetic things to text I've added on the site. The donate button and message is less intrusive.
Heads up though. I accidentally overwrote the second frame of the French HoD_main. So it’s not there. I’m working on getting it back from my backup, but I figured I’d finish with the English main page just in case I accidentally do it again.
Tumblr media
(and on that subject, I’m never going to fix the typo in the 404 page. I've grown too fond of it. Even though it was something I made for my archive, I think it’s a staple of the site at this point, what with how much everything used to 404 in the early days of bringing it back.)
Also on topic, but I noticed some directories were accessible. Similar to the Paper Beast leaks, this is rarely left on purpose. If you discover any please let me know and I’ll patch them up. Visible bare directories feel so wrong to me. Like just looking at them will make the webmaster angry with me. I also noticed that our beautiful custom 403 page isn't working. Who knows really? Idk. I've tried everything I can think of. From the option in cpanel to manually editing the htaccess. Nope. Giving me the ugly default one. Maybe it’s temporary.
I also noticed a little issue with Opera internet browser that adds some tiny little transparent spaces after things that can mess with <center> aligned pages. It’s a really stupid thing and it makes me annoyed with Opera a bit. It’s most noticeable on the pages where the images are split up into multiple parts because it shifts the last one to the left a bit, making the image look like it was glued together poorly.
Tumblr media Tumblr media
Fortunately it isn't a problem with Firefox or Chrome, and I was able to fix it in Opera without ruining it in the other browsers. It does mean that on many pages a single <BR> tag is in a different exact spot in the page than it was on the original site, but it’s so minor I figured everyone would prefer it looking right in Opera over the historical accuracy of the HTML itself. I’ll be going through the site every so often in Opera to see if this problem shows up elsewhere.
And now, for the hit counter!
Originally, on the 1997-1998 version of the second frame of the menu page (Main_frm02.html) there was a hit counter. It used the font that the menus of the site use. The function of this counter seemed to be in PHP and had each digit from 0-9 as its own separate .gif file in the directory “/images/digits/a/” 
When I first set about fixing this counter I had no idea how to create one in PHP that would use the original .gif digits, so I instead made another one that listed the full number of visitors in a single image that it created automatically. This is a more advanced and modern option, but it’s one I obviously didn't want to use for that reason, as well as it not visibly looking like the original one. I made a chart to demonstrate:
Tumblr media
as you can see, you needed to manually set the font size, and in order to make it closer resemble the original I’d have had to adjust the spacing between the numbers too, which I didn't know how to do. I also noticed that the natural way the numbers fall in the fontface is different than how they were centered in their original .gif files, which means that using this method would never recreate the original to a tee anyways,
so I scoured the internet for code that I could create a hit counter with individual image files for the digits like the original and then I’d modify it to suit my needs. Which evidently happened. It took a bit to implement, mostly because I’m an idiot and decided to do this at 2AM after taking my sleeping medicine. 
The way my brain works is it’s not sharp enough at the intentional sleep deprived state I often am in to negate the effects of PTSD. Turns out I need my hypervigilance to work with code because the lifestyle I use to dull it also muddies my brain when it comes to programing languages, even simple ones like PHP. I’m hoping this can be avoided when I finally am put on new medicine. The entire process was rather humiliating when I woke up this afternoon and immediately figured out what I had been doing wrong. I needed to embed a php file of the script running. Not put the script into the page itself. Aka I was trying to write it out in the file when I should have just wrote it out in another php file and then stick a “<?php include” into the page. The page also needed to be a PHP file, not HTML, which I didn't want to do for authentic “just like the original” sake, but you can’t really tell unless you dig in the code. Looking back on social media where I was whining about how I couldn't get it to work was pretty embarrassing. This is the exact way my brain muddies itself in all situations though. I had it explained to me like this once: “You’re too smart for your own good. You think you need to work harder to solve an easy solution and you just end up blinding yourself to it in the process.” It’s extremely frustrating.
Tumblr media
BUT!!! It’s finally working!!! It looks just like the original! It even uses the same directories for the images! It now logs all hits instead of unique ones though so... hmmmm... be careful.
I did have to create new .gifs for 0 4 and 9 because they weren't originally saved by wayback though. You might be able to tell that because they have strange red-ish pixels around the outside of the white number. I’m going to be working on making them look like the official ones but for now you’d have to zoom in on them to see it.
Tumblr media
but anyways, that’s it. I don’t usually provide updates like this for the website, but I decided I wanted to in order to help myself feel better. 
A reminder to Heart of Darkness fans who may not know, but there used to be an official website at HeartofDarkness.com but it went down in the early 2000s. I painstakingly downloaded every file from Wayback and recreated the website at HeartofDarkness.ca that you are free to check out and run around in now. 
It’s got rare promotional art, a press bible with character write ups, some level screens, and a ton of 90s-tastic frames! Only the best websites are built with frames! 
It’s missing a few things that weren't saved like some images, so if you have those old files from the original site I’d be very much interested in getting them from you. I originally recreated the site because it wasn't accessible on Wayback due to robots.txt protocol. Briefly though it was, so I rapidly saved everything. Originally the highlight menus (in java) didn't work which made navigating the archive hard. As of late the current owner of the domain allows Wayback to show the archive, and Wayback even added Java support so the menus work, but I've managed to fix some issues with images being missing that a friend had managed to save after all these years so I think my archive is still the definitive version. Wayback has also been acting up for me lately, so other that citing it as the official source (it’s proof that those pages existed back then at all) it’s likely more reliable to use my archive instead.
0 notes
apkrich-blog · 5 years
Text
Episode MOD Apk Download + Unlimited GEMS + Passes Unlocked
New Post has been published on https://www.apkrich.com/episode-mod-apk-download-unlimited-gems-passes-unlocked/
Episode MOD Apk Download + Unlimited GEMS + Passes Unlocked
Episode – Choose Your Story is a very popular game for Android devices. This is a Simulation game which lets you LIVE your stories with love, romance, adventure, and drama. It is amazing if you were a character in your favorite story and do what you want to be. This Simulation game lets you do just that with over 100,000 gripping stories, where you make choices that matter and what you want to do. This mod version has unlimited gems and passes. It has also huge money and unlocked all features; that makes you more comfortable and easier than before. Download this app and install.
Episode Latest Version Features
Write Your Own Story:
This game features billions of reads, which is the world’s largest collection of interactive stories where YOU choose your destiny.
You can easily customize your avatar, design your outfit and develop relationships with your favorite characters.
Opportunity to change fate through your choices and discover all of the different endings
You can also write your own story and also read your favorite stories.
LOVE LIFE:
The amazing part is LOVE LIFE. It’s your wild romance in NEW YORK CITY!
You can flirt, scheme, and party your way to true love in this NYC sizzling romance where YOU call all the shots. It’s time to make your dreams come true!
BABY PROJECT:
There is a mysterious new *HOT* student for Riverside High’s “Baby Project” where the drama will leave you breathless.
In the game, you’re at Barden University and it’s your time to shine.
Download Episode – Choose Your Story Updated Version Free
Episode is a game where your dreams are going to be real. You can famous, superstar or many things what you want to in your real life. Here are some user reviews:
Nevaeh Gonzalez: if there were 10 stars, I’d give all 10. This game is just very addictive and I play it when I need some alone time to get relaxed and happy. This game has the most intriguing stories and I’m excited to finish my personal favorite, “Friends or Lovers”. I’m also very excited to see what stories I come across in the Future. 10/10 I love this game.
Isabella Morin: This is a really great app, I enjoy playing, however, the gems and passes are a bit annoying and take forever to build up. you would have to watch 20 chapters to get enough gems to make ONE decision. Clearly you want people to buy gems, but evidently, from the censoring of swears, (and even censoring the word kiss!) this app is meant for basically anyone who can read- including small children. I just think the gems and passes are unnecessary and overpriced, to say the least.
A Google user: This is really fun! The animations are cool, and it’s good that even if I don’t choose the diamond options, I still get a good ending(but it’s not the same for all stories). However, I wish we could reread chapters from stories that are incomplete. Because certain stories are not fully released, we can only wait to read the new chapter, but it’ll be great if previous chapters were made available to read as well. :’) That would be awesome, cuz the stories are awesome. Hahaha.
Amy Areias: I think this app is very entertaining if you’re bored and have nothing to do. the only reason I didn’t give it 5 stars is that after a while of playing the app, I was getting a little annoyed by having to have a certain amount of gems to make the “good” choice highlighted in gold. I rarely have enough gems to make those choices and end up having to pick the basic one. I would just enjoy if we didn’t have to have gems to pick the more fun choice so we could experience it 🙂 thank you!
HAY Channel: Great App! But I do have a suggestion; What if the person who is a girl can experience playing EPISODE as a boy and for the boys is the other way around as a girl. And one more is that in starting a character in EPISODE should not always start as a Girl, But also start as a Boy. 🙂 Hope you please read this and reply on my feedback. Thank you!!! 🙂 😛
Amanda Hyde: I really enjoy creating the characters at the beginning and the storyline. So many options! The dialog is very interesting and even makes me laugh sometimes. Very thought through. The ONLY problem I have, and its a big one for me, is the demand/necessity for buying “diamonds” in order to proceed the story in the direction you desire or in a more interesting manner. If you don’t buy, you automatically fail! no medium option that is still good, but not the best. Could you please make a third option
That One: It’s a good app with a great concept. The graphics are great, the stories are well thought out. The only problem I have with it is that every single chapter you have to pay 20 gems in order to get the best option which isn’t fair. There are several things per chapter like this too. If I’m JUST starting out a story, how am I going to have 20 gems on me? I’m not spending money on gems when I would need like 200 gems just to complete a story with all the best options.
Victoria Roluga: This game is very good. It has a bunch of entertaining stories. If you want a story where you don’t have to pay for gems, you should read stories that are made by writers then you can read them without having to use any gems. Stories I recommend is: Rising Star, Bad Girl Boss, My Alien Lover, Golden Girl, Strange Chemistry, Galactic Games, Best Mistake (It’s ink but It’s so worth it) and A Little More Me. there probably a lot more stories I didn’t mention but these are just some favorites, enjoy.
faithxo xo: I really like this game. There are loads of good stories and they are actually interesting. Although you do have to pay money for gems and extra passes unless you can watch a video which is the only bad thing. EDIT: I have been getting a glitch where I click to read an episode and It will play the first add then completely close down the game. I have tried this all day and it is still not working.
Vintrel Tolbert: I enjoy the stories… They’re really fun. I just wish there were a one-time free gem retrieval for joining. it doesn’t have to be much but at least enough to make the first choice. That would keep me interested in the app and make me more inclined to make future purchases. If I’m forced to spend money out of the gate then I may feel like it’s just not worth it.
Ashley Patrone: My absolute favorite story game. I love that they have gem games and games you can play that you don’t have to use gem choices. I do wish with the gem games, that the gem choices cost fewer gems id be more inclined to select that option more. But all in all its amazing I’ve gone through a few other apps before I found this one. Oh and you get multiple tickets at a time, other story games I have only give one per hour and that sucks. So yeah.💖
Lucie Hertstein: I love playing the game and having the choice to be someone else and being able to make crazy decisions and having them always turn out good (most of the time) but I don’t like not being able to make certain decisions because I don’t have enough diamonds, I think they should give them away more frequently and have people start off with a certain amount.
Isanna Saxon: best best game in my entire life I’ve looked for many games this one is the one that I will know that I am obsessed with I highly very highly recommend playing this game it is so fun and this game has love romance and it’s just so good that I will never put it down ever…
Ringo: I really love this game! My favorite right now is “Love life” Although I have to admit.. The diamond paths are too demanding if I choose the free path the characters just make you regret choosing it making you spend money to buy the diamonds.. Me and some users on an episode would be happy if you’d increase the diamonds you give per episode! At least minimum of 15 diamonds :/
Abagail Williams: The absolute best story/ reading game out there!!! The stories are amazing! could not ask for a better game! The demands are a little expensive but they are worth it if your reading a story you love, The best part is if your reading a community story you don’t need demands, you can choose your ending!
Alex Brown: I play it before bed. it is a great transition for my mind. I work in mental health and my mind can’t slow down after a full day. this app has helped me refocus my thoughts to imaginary conflict and plot twists that are much more controllable than the real ones I work with on a daily basis.
Armando Lopez: this is an amazing app! amazing stories to read from. also, you can write your own story, how cool!! but the only thing that is very difficult and frustrating, is probably the gems and passes. you don’t get enough passes, plus you have to wait a lot of hours to just get 2 more passes. also the gems, you should update to where we start off with a good amount like 50 then add up where every day we get daily gifts or at least a wheel of fortune, so it won’t be difficult to get gems and passes.:))
Download APK
Additional Information
App Download Version Varies with device Last Updated April 22, 2019 Apk Size Varies with device Offered By Episode Interactive Category Simulation Content Rating Rated for 12+ Support Android Version Varies with device Installs 50,000,000+ Play Store Available
Episode App Permissions
This app has access to:
Wi-Fi connection information
view Wi-Fi connections
Identity
Contacts
find accounts on the device
approximate location (network-based)
precise location (GPS and network-based)
Photos/Media/Files
read the contents of your USB storage
modify or delete the contents of your USB storage
Device ID & call information
read phone status and identity
receive data from Internet
view network connections
full network access
run at startup
control vibration
prevent device from sleeping
0 notes