Register | Login | |||||
Main
| Memberlist
| Active users
| Calendar
| Chat
| Online users Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album |
| |
Acmlm's Board - I3 Archive - - Posts by smwedit |
Pages: 1 2 3 |
User | Post | ||
smwedit Red Paragoomba Since: 11-18-05 Last post: 6651 days Last view: 6466 days |
| ||
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.="< $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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
Originally posted by mvent2mine 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: 6651 days Last view: 6466 days |
| ||
Originally posted by Koneko if scripts worked in posts, you could use: < (edited by smwedit on 12-12-05 08:36 PM) |
|||
smwedit Red Paragoomba Since: 11-18-05 Last post: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
Here, this should help you, do this before modifying GFX or using ExGFX:
|
|||
smwedit Red Paragoomba Since: 11-18-05 Last post: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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: 6651 days Last view: 6466 days |
| ||
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 |