Jump to content


Imque's Content

There have been 179 items by Imque (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#158018 Drive Spoofing - Idea

Posted by Imque on 25 December 2013 - 07:40 AM in General

Hai,

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)



#157755 [WIP] ccpkg - a package manager for Computercraft

Posted by Imque on 23 December 2013 - 09:13 AM in Programs

It seems well, very insecure. Once a release is made, I will attempt to exploit the server and report my findings.



#157729 The Ctrl+V Game

Posted by Imque on 22 December 2013 - 11:41 PM in Forum Games

<html>
<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

Ok, with PHP, you don't require the end tag..

** 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

Hello,

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

No thanks sugar cakes. ;)

oeed



#157608 Data Base help

Posted by Imque on 21 December 2013 - 11:16 PM in Ask a Pro

Sure, databases can be access by 2 simple-ish ways. (not limiting this)

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

View PostSymmetryc, on 06 December 2013 - 03:12 PM, said:

View PostImque, on 06 December 2013 - 08:01 AM, said:

I really don't want to put anyone to much out of their way. I would love to see a fully-fledged graphics calculator. The whole 9-yards. I worked on it for a week but found it was too buggy if I put in graphing. I never got to a UI.

- 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..
Would this work?: [shameless_plug]http://www.computerc...aphing-utility/[/shameless_plug]

That is really nice!



#155309 Idea Exchange

Posted by Imque on 06 December 2013 - 08:01 AM in General

I really don't want to put anyone to much out of their way. I would love to see a fully-fledged graphics calculator. The whole 9-yards. I worked on it for a week but found it was too buggy if I put in graphing. I never got to a UI.

- 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

I am pretty nitrofingers did this as a test program-ish. I think if you go over some old threads you will find it... I suppose a lot of the code could be re-written now but it still worked pretty well!



#149574 LuaLua - OOP Programming Language for CC. NEW - Anonymous Function Syntax

Posted by Imque on 19 October 2013 - 06:45 PM in Programs

That is really nice code and functionality.. +1



#149101 Good Free Website Builder?

Posted by Imque on 16 October 2013 - 01:07 AM in General

If you want a website you are going to need to know HTML. Its not a waste of time and learning it will be good for the future.. Its not a hard language nor is CSS. No one will be willing to make you a website without you inserting any effort. As 1lann has stated, Twitter Bootstrap is a great CSS framework that is easy to use. Bootstrap also provides JavaScript which is also very helpful for website development. I would highly recommend learning HTML, CSS and JavaScript... Many other experienced members would recommend it too. The simple fact is, no one will make you a free website. If you really cant be bothered, install a content management system. (CMS for short) Word Press is great example. I would not recommend setting up a SharePoint server since its a real pain unless you own a dedicated server. You should rethink using Koding as its more a development environment. I would recommend purchasing a VPS as you can host a Jenkins build server or anything you desire. If you cannot afford a VPS, looking into getting a simple hosting plan with a company. I would recommend GoDaddy for this because of their excellent support and reliability. It is hosted on a shared server so you might need to expect 'server peaking'



#148552 What's Your Ocd Like?

Posted by Imque on 10 October 2013 - 09:35 AM in General

http://en.wikipedia....ulsive_disorder


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

Segment of my database class...

Spoiler



#136630 [Php/lua] Best Way To Hash Passwords.

Posted by Imque on 29 July 2013 - 01:01 AM in General

Hashing with SHA2 and using a salt is very secure. I mostly hash in SHA512 with a salt.



#135514 Koding Discussion - Invites, Groups, etc.

Posted by Imque on 24 July 2013 - 06:55 AM in General

Hai,

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

Hai,

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.



#129955 Functions Question

Posted by Imque on 28 June 2013 - 09:23 AM in Ask a Pro

Oh right. I see what I did wrong. Thanks man.



#129705 Functions Question

Posted by Imque on 27 June 2013 - 07:42 AM in Ask a Pro

If you need to change a specific variable in a function you can use

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

Heal AfterLifeLochie
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

View PostGopherAtl, 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

omfg, - snip -

Car


Edit :: removed a word



#129629 Ruvi 2.0

Posted by Imque on 27 June 2013 - 01:16 AM in Operating Systems

Why do you identify the 'OS' as RuVi and in the code it's snowFOX?



#129624 Word Association

Posted by Imque on 27 June 2013 - 01:09 AM in Forum Games

Hey man, thats a little mean but why thank you for thinking of me <3


Person



#129605 SkynetOS [0.04]

Posted by Imque on 26 June 2013 - 10:23 PM in Operating Systems

Oh wow, "The future of security systems" I held Ctrl + T and terminated the login screen + you didn't supply a default password. I couldn't get in.



#129331 [Discontinued] Linox.

Posted by Imque on 26 June 2013 - 02:39 AM in Operating Systems

Nice fake loading screen

sleep(1)
bar:triggerUpdate("Accelerating to 88 kph")
fail = true
sleep(1)
bar:triggerUpdate("Changing the future")
sleep(0.5)