(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
04-29-24 08:37 PM
Acmlm's Board - I3 Archive - - Posts by smwedit
Pages: 1 2 3
User Post
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 11-18-05 08:18 PM, in how to fix the local mod problem on the index Link
I have noticed that this bug exists in 1.A.2 and 1.A.3, this will add something that will take the place of the other one (but you don't have to delete the other code, it still works). to see how well it works, look at my index, it shows all my mods, and I use this. (http://edit.ed.totalandcompletefailure.net/forums/index.php)

in index.php, find if($cat=='' or $cat==$category[id])

add under it:


$md=0;
$lmodlst="";

$localmodq=mysql_query("SELECT * FROM forummods WHERE forum=$forum[id]");
while($forummod=mysql_fetch_array($localmodq)){
$lmoduser=mysql_fetch_array(mysql_query("SELECT * FROM users WHERE id=$forummod[user]"));
$lmodnc=getnamecolor($lmoduser[sex],$lmoduser[powerlevel]);
if($md) $lmodlst.=", ";
$lmodlst.="<a href=profile.php?id=$lmoduser[id]><font $lmodnc>$lmoduser[name]</font></a>";
$md=1;
}
if($lmodlst) $modlist="(Moderated by: $lmodlst)";

Edit: I found out that this creates a bug in index.php sorting of categories, to fix that, change:
if($cat=='' or $cat==$category[id])
to:
if($cat=='' or $cat==$category[id]){

and add:
}
before:
$forum=mysql_fetch_array($forums);



(edited by smwedit on 11-18-05 07:21 PM)
(edited by smwedit on 12-03-05 04:55 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 11-18-05 08:36 PM, in Acmlmboard hack archive Link
Here is where you post acmlmboard hacks that you have made, you have to specify what version and what the hack does. You must include the php file(s), and all the necessary sql files. If it is a modification of an existing file, include a detailed tutorial on how to do it. There are some hacks here.

Also, I think this should be stickied.

Edit: fixed link


(edited by smwedit on 11-21-05 04:11 PM)
(edited by smwedit on 11-21-05 04:12 PM)
(edited by smwedit on 09-28-06 10:12 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 11-24-05 12:08 PM, in Acmlmboard hack archive Link
here is my version of releasable user comments, it is a 1.a.2 hack. http://freewebs.com/filehostsmwedit2/usercomments.zip


(edited by smwedit on 09-28-06 10:12 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 11-25-05 10:12 AM, in AcmlmBoard Free Hosting List... Link
http://funpic.org
Doesn't really seem to "run out of bandwith"
site is [your username].[the first two letters of your username].funpic.org
One mysql database (remember to activate it)
A lot of people use it to host acmlmboards


(edited by smwedit on 11-25-05 09:14 AM)
(edited by smwedit on 08-10-06 07:43 PM)
(edited by smwedit on 09-09-06 06:22 PM)
(edited by smwedit on 09-28-06 10:13 PM)
(edited by smwedit on 09-28-06 10:13 PM)
(edited by smwedit on 09-28-06 10:13 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 11-26-05 02:46 PM, in Acmlmboard hack archive Link
and I didn't copy the other user comments code, the only code that is probably similar are the page links code because those user comments and the thread pages use the same basic system for pages, and mine are similar to the pagelinks in the threads


(edited by smwedit on 09-28-06 10:14 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 11-28-05 04:34 PM, in User Stats On Index.php Link
do you mean like that thing at my board (http://edit.ed.funpic.org/forums) with the info


(edited by smwedit on 09-09-06 06:23 PM)
(edited by smwedit on 09-28-06 10:14 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 12-02-05 07:57 PM, in Acmlmboard hack archive Link
oh, btw, the saved layouts part was originally mine, he just modified it for that, so make sure I am credited also
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 12-06-05 04:33 PM, in Hole Fixes!! Link
this is similar to what I use and it works

to prevent basic sql injection:
in edituser.php, find:
$birthday=mktime(0,0,0,$bmonth,$bday,$byear);
add above it:
$numposts = intval($numposts);
$pemail = intval($pemail);
$powerlevel = intval($powerlevel);
$posttool = intval($posttool);
$useranks = intval($useranks);
$userid = intval($userid);
$postsperpage = intval($postsperpage);
$threadsperpage = intval($postsperpage);
$timezone = intval($timezone);
$icq = intval($icq);
$sex = intval($sex);
and to prevent auto submitting:
find:
$inph=userid VALUE=$id>
add above or under it:
$inph=thepass VALUE='$loguser[password]'>
and find:
if($_POST[action]=='saveprofile'){
change it to:
if($_POST[action]=='saveprofile' and $thepass==$loguser[password]){


(edited by smwedit on 12-06-05 03:33 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 12-06-05 07:16 PM, in The ExGFX Workshop Link
I am the same as the other board, smwedit, and my userid is 201 on this board.
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 12-09-05 04:02 PM, in Hole Fixes!! Link
Originally posted by mvent2
No need for that thepass at all. Replace
if($_POST[action]=='saveprofile'){
with
if($_POST[action]=='saveprofile' && $isadmin){
and that provides the same level of protection.
mine was to prevent people from using auto submitting forms to force an administrator to make a user owner
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 12-12-05 09:33 PM, in Star randomly appearing? Link
Originally posted by Koneko
It might take actual work to mess with the page enough to do that, and I'm lazy, so I div it. It looked like crap when I put it over the banner, and it covered the buttons beneath the banner.
.
.
.
.


if scripts worked in posts, you could use: <script>document.images[0].src='http://board.acmlm.org/images/twinklestarr.png';</script> to change the banner, and it would look just like the real one


(edited by smwedit on 12-12-05 08:36 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 12-18-05 11:25 AM, in What's your "slow spot" in SMW hacking? Link
for me, it's level design, it takes me a while to finish a (good) level.
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 02-16-06 06:36 PM, in Advice for new SMW hackers! Link
13: In my opinion, you should not use this background in your hack anywhere. I don't know what game this came from, but I have seen it in a few hacks and the "gears" look like metallic flesh squishing around when they are animated.

14. Make sure your overworld looks correct! Look at it in a 3D perspective, not 2D! I have seen too many messed up overworlds.
do this
don't do this


(edited by smwedit on 02-16-06 05:37 PM)
(edited by smwedit on 02-16-06 05:42 PM)
(edited by smwedit on 02-16-06 05:55 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 02-16-06 10:23 PM, in Your Favourite SMW Hacker Link
BMF - Super Mario Odyssey and good ASM hacker, good original GFX designer
FuSoYa - programmed the SMW editor
Ghettoyouth - level design, GFX, some ASM
Ice Man - he makes good hacks with good GFX and level design
Mikeyk - those screen-scrolling pipes are very useful, also knows a lot of other ASM
Smallhacker - he made useful SMW hacking tools


(edited by smwedit on 02-16-06 09:23 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 02-17-06 04:18 PM, in Advice for new SMW hackers! Link
You can only run across one-block wide gaps if you pick up enough speed to, otherwise you can't.
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 02-22-06 07:05 PM, in So close to my GFX yet so far Link
Here, this should help you, do this before modifying GFX or using ExGFX:
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 02-23-06 08:31 PM, in The ExGFX Workshop Link
It has been a while I made a submission...
and I don't usually make original BGs, but I made one:

MoutainriverBGforexgfxworkshop.zip



(edited by smwedit on 02-23-06 07:31 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 03-05-06 04:05 PM, in Question about the M16-7k-thing Link
maybe this will help you: http://edit.ed.funpic.org/forums/thread.php?id=237#m167k (read the part under M16-7K)


(edited by smwedit on 09-09-06 06:15 PM)
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 03-05-06 06:05 PM, in Question about the M16-7k-thing Link
PSP3.11 won't actually make you pay for it, you will just keep getting an alert message every time you open it after 30 days, you can still use it to the full extent.
smwedit

Red Paragoomba


 





Since: 11-18-05

Last post: 6466 days
Last view: 6281 days
Posted on 03-06-06 06:13 PM, in Question about the M16-7k-thing Link
Do you mean link you to it? Here is a download: PSP 3.11
Pages: 1 2 3
Acmlm's Board - I3 Archive - - Posts by smwedit


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.019 seconds; used 424.82 kB (max 541.47 kB)