Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
Acmlm's Board - I2 Archive - - Posts by Cellar Dweller
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User Post
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 181/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 11-27-04 02:35 PM, in How many users are on your buddylist? Link
Missing poll option: “0 — I don't use IM, you insensitive clod.”
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 183/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-07-04 02:59 PM, in Nintendo DS, touch it! Link
Some are already hard at work reverse engenering the DS.

It appears that the cart is encrypted, but there is already some leaked docs available regarding the filesystem, memory map and I/O. Someone has already got the DS to think that there is another DS with a multiboot game nearby.

I work at Wal-Mart(home of everyday low pay), so I have had a chance to try the DS(when off the clock, of course) with the Metroid Prime: Hunters demo, but I have not been able to try the builtin software. Along with my previous paycheck, I got a coupon for an extra 10% discount(in addition to the the 10% I get with my discount card) on one item. I could get a DS, or I could get a high definition TV.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 184/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-09-04 03:22 PM, in All your topic are belong to us. Link
I can see what I type. Note that submitting with that form will preview first. (use the thread id and the action "postreply")

Handy tip: when viewing threads such as this, use the ppp argument set to 1. e.g. http://board.acmlm.org/thread.php?id=8377&ppp=1&page=1
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 185/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-10-04 05:39 PM, in VMWare (Operating Systems?) Link
MenuetOS comes to mind. It sure has improved since I last checked on it.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 186/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-14-04 03:17 PM, in Need PHP help! Link
The preg_* functions use a Perl compatible syntax, so usable information on them can be found in the perl manual section on regular expressions.

PHP code cannot be injected unless user input is somehow fed into eval(), require, include or similar functions/keywords.

SQL injection can be avoided by using is_numeric() to check or explicitly convert to numbers all numeric user input and addslashes() to escape all strings before using them in an SQL query. Due to the way PHP interprets the numeric value of strings, it is not sufficient to perform a numeric bounds check on values that might be a string before using them in an SQL query. Also, do not use internal variables in a way that they can be set from unchecked submitted data.

Do not underestimate the danger of SQL injection. If an attacker knows, or can correctly guess, the table structure, even a seemingly innocuous SQL injection vulnerability can be used in creative ways to obtain sensitive data. Repeatedly injecting a comparison clause into the WHERE portion of a SELECT query, and checking to see what data was returned, can be used to glean data that is not displayed.

Ideally, submitted HTML should be processed by by an SGML validator with a list of acceptable tags, attributes, and tag nesting rules. Doing that way is hard, so many people use regular expressions to validate submitted data. Regular expression validators might be more susceptible to circumvention attempts.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 187/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-15-04 04:04 PM, in SMW Revisited - Demo 1 Link
Originally posted by BMF54123
...breakpoints on memory read/write...


I modified my local copy of Snex9x to have a similar feature while doing some YI reverse engineering. When enabled, if an instruction's effective address matched a list of memory breakpoints, the debugger would be invoked. The feature was accessed through Snes9x's existing command line debugger, which requires a command line terminal in addition to the game display window. It worked under Linux, but I'm not sure if it could easily be made to work under Windows.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 188/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-22-04 09:23 AM, in IP Banning In AcmlmBoard v1.92 - How? Link
Visit http://www.robotstxt.org/wc/exclusion.html for information about robots.txt .

It needs to be in whatever directory is the root directory for the domain.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 189/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-22-04 10:15 AM, in Cookie Crumbles Link
The domain and folder settings need to match the domain and folder as seen from the client(user) side.


try:

$domain="mb.biolante.net";
$folder="/";


Leaving the domain setting blank should work too.

EDIT: You're using 1.8a. Did you know that 1.92 has been released?


(edited by Cellar Dweller on 12-22-04 01:21 AM)
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 190/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-22-04 02:59 PM, in Extract SMW2 GFX Link
I can't beleve a YI graphics extraction tool was released at the same time I was working on YI reverse engineering, and I didn't learn of it for three months.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 192/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 12-25-04 04:17 PM, in Suggestion for new forum and such. Link
Originally posted by HyperHacker
For identification, IPs are stored with each post, right? If not, an encrypted version of the IP could be added to each guest post, making it possible to tell them apart without revealing the actual address.


Yes, admins can already see the IP address of each post.

Originally posted by |+Legion+|
But what if I log on with another computer with a different isp? Does that isp now take the place of my old one on all the posts, threads, etc I've made or just new ones that I make when logged into the different computer?


The latter is correct. IP addresses are stored with each post, and each user's most recent IP address is stored in the DB with thier profile. Also, most HTTP servers log each request, but AcmlmBoard provides to tool to access the logs. The logs have to be downloaded and searched, or the logs could be searched on the server from a shell prompt.

Originally posted by windwaker
It could, or it could be added in a new row/added onto the row. You could just use "WHERE `ip` LIKE '%whateverip%'" to select an ip from a bunch of IPs that a person coul dhave used.


ipsearch.php can already do that.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 193/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 01-01-05 04:33 PM, in Happy new year! How will you celebrate it? Link
At the stroke of midnight I was at work putting facial tissue on the shelf at Wal-Mart. Someone called out "happy new year" over the PA system. That was all.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 194/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 01-05-05 03:52 PM, in unlock DW:TLC by an hex editor? Link
I have a comparsion of two hex dumps of a trivially edited SMW ROM: one locked, one not. The two bytes near the name seem to be at 0x81BF and 0x81DB for LoROM. The block of data at the bottom looks like encrypted level data.

Even if you can unlock DW:TLC you can't open it with the public version of LM. The ExHiROM format that DW:TLC is in only available in the private version of LM.

As for the ethics of hacking games or tools, what is the difference between doing it to Nintendo and doing it other ROM hackers?
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 195/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 01-06-05 02:57 PM, in Not sure if it exists already but... Link
Originally posted by Kitten Yiffer
Originally posted by Smallhacker
You're not the first one to ask for such a feature. LINK
A small tip, use board.acmlm.org instead. You never know if that adress stops working one day.


An even better idea is to relative links. eg: <a href="thread.php?id=6986&pl=138270">LINK</a>. That way, the link works regardless of what domain and path the board is accessed with.

Originally posted by Cornellius
Didn't want to start a fuss. Just forget about it.


It's not your fault others started fussing.
(restricted)
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 197/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 01-18-05 01:28 PM, in test Link
There are that many bugs? The latest distributed version of AcmlmBoard has only 4883 lines of PHP and JavaScript code.

Anyway, it's not a bug. It's a feature!
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 198/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 01-20-05 12:29 AM, in test Link
Originally posted by UnsurpassedDarkness
Btw, take that period out of your header, it
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 199/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 01-24-05 04:48 PM Link
Testing...

Yep, it works!
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 200/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 01-24-05 04:57 PM Link
Hex word thread ids, anyone?

Note that only thread ids <= 0x7FFFFFFF will work.

EDIT


(edited by Cellar Dweller on 01-25-05 01:27 AM)
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 201/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 02-01-05 01:34 AM, in Need a few linux utilities. Link
UIPS is a simple command line patcher. It's at http://www.neillcorlett.com/uips/.

It's what I use.
Cellar Dweller

Flurry
!!!
Level: 27

Posts: 202/269
EXP: 107817
For next: 8342

Since: 03-15-04
From: Arkansas

Since last post: 16 days
Last activity: 34 min.
Posted on 02-02-05 01:16 AM, in Sooooo. Link
The limit is in the structure for the users table. A longer name requires SQL access in order to extend the limit.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Acmlm's Board - I2 Archive - - Posts by Cellar Dweller


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.039 seconds.