- ComputerCraft | Programmable Computers for Minecraft
- → Imque's Content
Imque's Content
There have been 179 items by Imque (Search limited from 10-February 22)
#158018 Drive Spoofing - Idea
Posted by
Imque
on 25 December 2013 - 07:40 AM
in
General
I have been working on an idea. I am sure the program would be useful! The idea is to spoof the rom directory and bios.lua to another directory. I tested an example program. The idea simply was: hold F1 during startup and it would boot into a debug menu. From the menu it had these options {CraftOS (quits debug boot); Spoofing (select whether to spoof rom, bois.lua or both); Power (shutdown or reboot)} I later tried the idea of spoofing another file that you select. Spoofing selected files could allow possible hacks and other bugs to be found within programs. Eg. spoof passwords.txt to something that overrides the administrator password, etc. The spoofing basically changes the FS API to include the selected files to another location. I tried using metatables over the FS API. I found that it worked 'okay' but when it comes down to selecting files that aren't the rom or bios, it was to complicated to work. I tried to spoof rednet but found it would do 1 of two things: crashed the client/server or it worked to the extent that it would error every computer connected to rednet within range. The spoofing rednet required spoofing the bios. The idea was very heavy on the computer and I will not release, rather submit a bug report. Is there anything that should be added to this idea? Maybe a more efficient way to handle this other than messing with the FS API?
Bugs Found:
- Spoofing startup crashes computer.
- If debug menu is brought up while a program is running, the computer will crash. (strange. I have used parallels)
Regards, Imque
I'll clean up any errors soon, sorry. (christmas)
#157729 The Ctrl+V Game
Posted by
Imque
on 22 December 2013 - 11:41 PM
in
Forum Games
<head>
</head>
<body>
<a href="http://forum.ragezone.com/images/backround1.gif"></a>
<a href="http://forum.ragezone.com/images/backround.gif"></a>
<a href="http://forum.ragezone.com/images/backround3.gif"></a>
<a href="http://forum.ragezone.com/images/backround4.gif"></a>
<a href="http://forum.ragezone.com/images/backround5.gif"></a>
<a href="http://forum.ragezone.com/images/backround6.gif"></a>
<a href="http://forum.ragezone.com/images/backround7.gif"></a>
<a href="http://forum.ragezone.com/images/backround8.gif"></a>
<a href="http://forum.ragezone.com/images/backround9.gif"></a>
<a href="http://forum.ragezone.com/images/backround10.gif"></a>
<a href="http://forum.ragezone.com/images/backround11.gif"></a>
<a href="http://forum.ragezone.com/images/backround12.gif"></a>
<a href="http://forum.ragezone.com/images/backround13.gif"></a>
<a href="http://forum.ragezone.com/images/backround14.gif"></a>
<a href="http://forum.ragezone.com/images/backround15.gif"></a>
<a href="http://forum.ragezone.com/images/backround16.gif"></a>
<a href="http://forum.ragezone.com/images/backround17.gif"></a>
<a href="http://forum.ragezone.com/images/backround18.gif"></a>
<a href="http://forum.ragezone.com/images/backround19.gif"></a>
<a href="http://forum.ragezone.com/images/backround20.gif"></a>
<a href="http://forum.ragezone.com/images/backround21.gif"></a>
</body>
</html>
oh what is this..
#157728 Data Base help
Posted by
Imque
on 22 December 2013 - 11:39 PM
in
Ask a Pro
** FUTURE USERS :: HAVE A GOOD UNDERSTANDING IN BOTH PHP AND LUA BEFORE ATTEMPTING **
You will need to use:
data = http.get("127.0.0.1/index.php?value=whatever")
data = data.readAll()
print(data) -- prints computercraft
<?php
if ($_REQUEST['value'] == 'whatever') {
echo 'computercraft';
}
#157610 Hosting Offer - FREE
Posted by
Imque
on 21 December 2013 - 11:30 PM
in
General
I have a VPS and need to put it to some good use. Windows 2008 R2 8GB RAM i7 3.6Ghz 3rd Gen. It has Plesk 11 installed. I am prepare to allow people to have an account on the server with 100 gb bandwidth and 5gb storage. FTP access and 5 MySQL databases will be supplied. IMAP/POP3/SMTP supplied. You can set your domains nameservers to my custom set ones for the server (so you can host your own domain) or you can speak to me in a PM about a free sub-domain. I will only be allowing users I trust for permission to the server. Certainly if I don't know you but do know you are trustworthy, I'll give you a try. I really only want up to 5 users. Just a test for me more then anything. It will stay up permanently. If the bandwidth isn't enough or the space or anything else, just PM me and I'll possibly bump it up.
Just send me a PM if you want to give it a try. If there is any queries, go ahead.
PLEASE NOTE ** NO ILLEGAL ACTIVITY ALLOWED **
#157609 Guess Who's Below
Posted by
Imque
on 21 December 2013 - 11:22 PM
in
Forum Games
oeed
#157608 Data Base help
Posted by
Imque
on 21 December 2013 - 11:16 PM
in
Ask a Pro
1. I find this to be the best but its personal choice. You can create a webpage that handles all the transfers and pulls itself. A page like this is doing all the database accessing! Your computer in game will simply be running a couple of HTTP functions calling the site. Generally they are GET variables.
Here is an example!
(not protected against SQL injection)
<?php $query = $_GET['sql_query']; mysql_query($query);
MySQLi would be more efficient.
Sorry, the 2nd way actually doesn't exists anymore (from what I am aware)
Maybe another user could clean this up for me. There was a mod that could be added to the game and would allow connect to MySQL databases. I am not sure sorry
#155368 Idea Exchange
Posted by
Imque
on 06 December 2013 - 07:18 PM
in
General
Symmetryc, on 06 December 2013 - 03:12 PM, said:
Imque, on 06 December 2013 - 08:01 AM, said:
- User interface would be nice but I do like it via console
E.g
cal> graph(tonumber(x = y - 2^4 / 2), "10*10;trace;");
etc, etc..
That is really nice!
#155309 Idea Exchange
Posted by
Imque
on 06 December 2013 - 08:01 AM
in
General
- User interface would be nice but I do like it via console
E.g
cal> graph(tonumber(x = y - 2^4 / 2), "10*10;trace;");
etc, etc..
#155308 3D Printer
Posted by
Imque
on 06 December 2013 - 07:47 AM
in
Suggestions
#149101 Good Free Website Builder?
Posted by
Imque
on 16 October 2013 - 01:07 AM
in
General
#148552 What's Your Ocd Like?
Posted by
Imque
on 10 October 2013 - 09:35 AM
in
General
How bad is your programming OCD? I don't like scripts which aren't neat (spread out, indented, etc) it makes me want to leave again D:
Anyway, how bad is your OCD? Because sometimes I swear I need to see a therapist about mine..
#148551 The Ctrl+V Game
Posted by
Imque
on 10 October 2013 - 09:24 AM
in
Forum Games
<?php
class database {
public $handler;
public $connection;
public $query_return;
public $stmt_return;
private $sc;
private $config;
private $connected;
function __construct() {
require('resources/conf/database.php');
$this->config = $db_config;
$this->handler = new mysqli;
$sc['hn'] = $this->config['hostname'];
$sc['un'] = $this->config['username'];
$sc['pw'] = $this->config['password'];
$sc['db'] = $this->config['database'];
$sc['hp'] = $this->config['hostport'];
$this->sc = $sc;
$this->connection = $this->handler->connect($sc['hn'], $sc['un'], $sc['pw'], $sc['db'], $sc['hp']);
$this->connected = true;
}
function query($query) {
$this->query_return = $this->handler->query($query);
return $this->query_return;
}
function prepare($stmt) {
$this->stmt_return = $this->handler->prepare($stmt);
return $this->stmt_return;
}
}
$db = new database(true);
#135514 Koding Discussion - Invites, Groups, etc.
Posted by
Imque
on 24 July 2013 - 06:55 AM
in
General
So can someone send a kd. invite to my friends email address. I am all out...
[email protected]
Thanks a ton. - Imque
#130118 PHP Function/Variable/Thingy Help
Posted by
Imque
on 29 June 2013 - 05:29 AM
in
General
I am been coding PHP a fair bit and have just found a function/variable thing that looks like this::
$table->engine
What is this called, I have seen it in IP.Board. (its called the 'registry' there)
I have had a look on google and cant find much.
#129705 Functions Question
Posted by
Imque
on 27 June 2013 - 07:42 AM
in
Ask a Pro
function change(var1, toV) _G[var1] = _G[toV]; end
If you call change(version, "TestProgram") it would be the same as version = "TestProgram"
I used this for setting variables a while ago.
#129702 Hurt/Heal Forum Staff & Members
Posted by
Imque
on 27 June 2013 - 07:25 AM
in
Forum Games
Hurt FuzzyPurp
AfterLifeLochie: 11
Casper7526: 8
Cloudy: 6
Cranium: 10
Cruor: 11
dan200: 11
FuzzyPurp: 1
Lyqyd: 9
MysticT: 11
nitrogenfingers: 11
remiX: 6
theoriginalbit: 9
GopherAtl, on 25 June 2013 - 07:24 PM, said:
I don't know advert at all, and yet, I have no qualms about killing him in this game.
If you have seen the forum rules you may understand who Advert is. (What a great way to see if one reads rules)
#129630 Word Association
Posted by
Imque
on 27 June 2013 - 01:22 AM
in
Forum Games
Car
Edit :: removed a word
#129629 Ruvi 2.0
Posted by
Imque
on 27 June 2013 - 01:16 AM
in
Operating Systems
#129624 Word Association
Posted by
Imque
on 27 June 2013 - 01:09 AM
in
Forum Games
Person
#129605 SkynetOS [0.04]
Posted by
Imque
on 26 June 2013 - 10:23 PM
in
Operating Systems
#129331 [Discontinued] Linox.
Posted by
Imque
on 26 June 2013 - 02:39 AM
in
Operating Systems
sleep(1)
bar:triggerUpdate("Accelerating to 88 kph")
fail = true
sleep(1)
bar:triggerUpdate("Changing the future")
sleep(0.5)
- ComputerCraft | Programmable Computers for Minecraft
- → Imque's Content


