Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Pages: [1] 2   Go Down

Author Topic: Where is my post?  (Read 22386 times)

0 Members and 1 Guest are viewing this topic.

m0d

  • Creator of Meow Meow Meow Kitty Song
  • Global Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 1862
  • Original Site Admin/Designer/Coder
    • View Profile
    • Science & Art - Eindhoven.space - RedHeat Music & More
Where is my post?
« on: March 21, 2006, 21:26:38 »

I just posted my imaginary letter in the forum and ITS GONE.

I demand to know who's responsible for going around deleting peoples imaginary posts and why.

 :bang:  :loco:  :blah:
Logged
👨‍💻 Creator, Musician & HF Packet Radio Network Core
🎧 Discover great music via other member's special picks in the MFG
☕️ Get m0d a coffee via Ko-Fi.com
💬 IRC irc.rizon.net #modarchive
💬 Modarchive Discord

Deltafire

  • Milkytracker Moderator
  • Rising Star
  • *
  • Offline Offline
  • Posts: 195
    • View Profile
Where is my post?
« Reply #1 on: March 21, 2006, 22:27:07 »

It was me.  I was testing out my imaginary admin powers.
Logged

Eagle

  • Rising Star
  • *
  • Offline Offline
  • Posts: 416
  • Technique Fanatic
    • View Profile
    • Eagle's pulsonal website.
Where is my post?
« Reply #2 on: March 22, 2006, 09:39:05 »

And I granted him the imaginary admin position by using my imaginary security hacking skills.
Logged
Collecting trackers and sequencers since 2006!

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!
Where is my post?
« Reply #3 on: March 22, 2006, 21:09:52 »

Hah! Your skills are far too bad! I knocked your pc and your brain and got the complete message... too bad that i sold it to the army :D:D how do ya want to get it back?
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker

Eagle

  • Rising Star
  • *
  • Offline Offline
  • Posts: 416
  • Technique Fanatic
    • View Profile
    • Eagle's pulsonal website.
Where is my post?
« Reply #4 on: March 23, 2006, 09:49:35 »

Hacked my PC with a QBasic application? Wow, that DOES sound threatening! 8)  :loco:

OK, time for round 2! (This be a kid's battle, no?)

Finished the C++ application I have been working on:
Code: [Select]
/////////////////////////////////////
// Fahrenheit->Celsius converter
//  by Fredrik "Eagle" Larsson
//
//DOS-BOX based string operator.
//Attempt to keep the box open.
/////////////////////////////////////

#include <iostream>

int main()
{
//Include variables
int Fahrenheit, Celsius, RETURNUM;

//Display introductionary text
std::cout << "Fahrenheit to Celsius converter\n";
std::cout << "   by Fredrik Eagle Larsson\n";
std::cout << "\n";

//Prompt for input
std::cout << "Input the Fahrenheit degrees to be converted: ";
std::cin >> Fahrenheit;

//Computing the variables
Celsius = 5 * (Fahrenheit - 32) / 9;

//Display the result
std::cout << "The degrees you wrote in Fahrenheit is ";
std::cout << Celsius;
std::cout << " degrees in Celsius.";

//Prompt to close
std::cout << "\n\nInput a number and press return to close down.";

std::cin >> RETURNUM;

return 0;
}


Any idea of how I can make the application wait for the user to read and press return before returning back to the system?
Logged
Collecting trackers and sequencers since 2006!

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!
Where is my post?
« Reply #5 on: March 23, 2006, 21:26:48 »

Quote from: "Eagle"
Hacked my PC with a QBasic application? Wow, that DOES sound threatening! 8)  :loco:


Nope, actually, it was freeBasic with some cool drive formatting functions - far better than qb  :D
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker

Eagle

  • Rising Star
  • *
  • Offline Offline
  • Posts: 416
  • Technique Fanatic
    • View Profile
    • Eagle's pulsonal website.
Where is my post?
« Reply #6 on: March 24, 2006, 08:34:28 »

Aha, thanks for the info. Now I just need to scan the RAM, read the process tree and delete all its sources.

Takes around 5 minutes to do.
Logged
Collecting trackers and sequencers since 2006!

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!
Where is my post?
« Reply #7 on: March 24, 2006, 20:58:52 »

I've allready De-connected after i've stolen the post :P sorry, but i'm too fast for you guys :hrrhrr:
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker

Eagle

  • Rising Star
  • *
  • Offline Offline
  • Posts: 416
  • Technique Fanatic
    • View Profile
    • Eagle's pulsonal website.
Where is my post?
« Reply #8 on: March 24, 2006, 22:25:18 »

It's called "disconnected". Anyway, Jojo wins the roadplay match. Period.
Logged
Collecting trackers and sequencers since 2006!

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!
Where is my post?
« Reply #9 on: March 26, 2006, 20:43:00 »

ok, disconnected sounds good, too   :hrrhrr:  sorry for this bad mistake  :oops:
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker
Pages: [1] 2   Go Up