(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
05-03-24 10:36 AM
0 users currently in Programming.
Acmlm's Board - I3 Archive - Programming - Zenny hack New poll | |
Add to favorites | Next newer thread | Next older thread
User Post
Zyse

Micro-Goomba


 





Since: 07-27-06

Last post: 6480 days
Last view: 6480 days
Posted on 08-01-06 04:28 AM Link | Quote
Ive been looking everywhere for most of the Acmlm 1.8 hacks/mods yet I am unable to locate the Zenny mod for the forusm, anyone know where I can get it?
Randy53215

Melon Bug


 





Since: 11-17-05
From: Greenfield, Wisconsin (U.S.A)

Last post: 6284 days
Last view: 6283 days
Skype
Posted on 08-02-06 08:29 AM Link | Quote
Should be in here!

Its got mostly all the mods but it should be in there.
Zyse

Micro-Goomba


 





Since: 07-27-06

Last post: 6480 days
Last view: 6480 days
Posted on 08-02-06 04:48 PM Link | Quote
I cant find it in there I already looked T_T...
The Roger

Red Goomba
Go away, Roger.








Since: 07-08-06
From: Eagle Pass, TX

Last post: 6380 days
Last view: 6296 days
Posted on 08-03-06 12:15 AM Link | Quote
I'm not sure, but I think this is what you need.

Add a new field to the users table in phpMyAdmin called 'points' without the 's.

newreply.php
Search for: mysql_query("UPDATE users SET posts=posts+1,lastposttime=$currenttime WHERE id=$userid");
and replace it with: mysql_query("UPDATE users SET posts=posts+1,points=points+50,lastposttime=$currenttime WHERE id=$userid");
this will give you 50 zenny for each post you make.

newthread.php
Search for: mysql_query("UPDATE users SET posts=posts+1,lastposttime=$currenttime WHERE id=$userid");
and replace it with: mysql_query("UPDATE users SET posts=posts+1,points=points+100,lastposttime=$currenttime WHERE id=$userid");
this will give you 100 zenny for each thread you create.

Please correct me if I'm wrong.
Zyse

Micro-Goomba


 





Since: 07-27-06

Last post: 6480 days
Last view: 6480 days
Posted on 08-03-06 03:47 PM Link | Quote
how Do I display the points in all Users spots?
The Roger

Red Goomba
Go away, Roger.








Since: 07-08-06
From: Eagle Pass, TX

Last post: 6380 days
Last view: 6296 days
Posted on 08-03-06 06:21 PM Link | Quote
spots? I'll assume you meant posts.
This should be the in tlayouts directory:
regular.php
Search for: function userfields(){return 'posts,sex,powerlevel,picture,title,useranks,location,lastposttime,lastactivity,imood';}
and replace it with:
function userfields(){return 'posts,sex,powerlevel,picture,title,useranks,location,lastposttime,points,lastactivity,imood';}

Search for: $experience="EXP: $exp
For next: $expleft";
and replace it with: $experience="EXP: $exp
For next: $expleft<br />Zenny: $post[points]";
Search for: $experience="<img src=images/$numdir"."exp.gif width=20 height=8><img src=numgfx.php?n=$exp&l=5&f=$numfil height=8>
<img src=images/$numdir"."fornext.gif width=44 height=8><img src=numgfx.php?n=$expleft&l=2&f=$numfil height=8>";
and replace it with:
$experience="<img src=images/$numdir"."exp.gif width=20 height=8><img src=numgfx.php?n=$exp&l=5&f=$numfil height=8>
<img src=images/$numdir"."fornext.gif width=44 height=8><img src=numgfx.php?n=$expleft&l=2&f=$numfil height=8><br />Zenny: $post[points]";

Do the same for the rest of the thread layouts, if you have more.


(edited by X on 08-03-06 05:22 PM)
Zyse

Micro-Goomba


 





Since: 07-27-06

Last post: 6480 days
Last view: 6480 days
Posted on 08-03-06 09:31 PM Link | Quote
Well for some reason it is not showing up anywhere
The Roger

Red Goomba
Go away, Roger.








Since: 07-08-06
From: Eagle Pass, TX

Last post: 6380 days
Last view: 6296 days
Posted on 08-03-06 09:33 PM Link | Quote
Could I have a link I'd like to see for myself, it would help me a lot more, if I could see the problems for myself, do you get any errors? or does it just not show up anywhere?
Zyse

Micro-Goomba


 





Since: 07-27-06

Last post: 6480 days
Last view: 6480 days
Posted on 08-03-06 10:12 PM Link | Quote
planet-pointless.kicks-ass.net
The Roger

Red Goomba
Go away, Roger.








Since: 07-08-06
From: Eagle Pass, TX

Last post: 6380 days
Last view: 6296 days
Posted on 08-03-06 10:54 PM Link | Quote
Did you add points in phpmyadmin? If thats not the problem, could be the fact your using 1.8a, the info I'm giving you is for 1.92. Other than that, I don't know.
Zyse

Micro-Goomba


 





Since: 07-27-06

Last post: 6480 days
Last view: 6480 days
Posted on 08-03-06 11:45 PM Link | Quote
If anyone would have responded to my thead about upgrading lol
xellpn
Newcomer


 





Since: 08-17-06

Last post: 6352 days
Last view: 6352 days
Posted on 11-28-06 05:22 AM Link | Quote
sorry for bumping a old topic, but im also looking for this myself, ive tryed to google it and surch the forums and other peoples forums, but cant find it ;

im using 1.A2 and got it up and running, and got the item shop Files, just needing the cash side of things.

if the script posted above works on 1.A2 could sumone tell me? Or just tell me how to edit it to put into 1.A2.

thanks a bunch


(edited by xellpn on 11-28-06 06:05 PM)
Black Lord +

Flurry


 





Since: 11-17-05
From: Where indians still roam...

Last post: 6285 days
Last view: 6286 days
Posted on 11-28-06 06:29 PM Link | Quote
If you cannot implement this, you should not be running you're own board anyway.

Learn some basic basic PHP / mySQL and this is cake.
xellpn
Newcomer


 





Since: 08-17-06

Last post: 6352 days
Last view: 6352 days
Posted on 11-28-06 07:44 PM Link | Quote
Ah okeys then, i just fort il ask thats all, just to save time.
i am learning php and sql once i finish japanese this year. i dont think trying to learn all of them at the same time would be a good thing to do just yet.
and reason im using acmlms files is, i like the way its set up and i found it quite easy to install, and i just like the post lvling system, ranking and so on. just fort it would be good for my community.

thanks anyway Black lord + il take the advice and try to learn sum php, got any site or books that u reconmend?




(edited by xellpn on 11-29-06 02:54 AM)
darkwitch

Red Cheep-cheep


 





Since: 10-16-06
From: Puerto Rico

Last post: 6283 days
Last view: 6283 days
Posted on 11-29-06 10:54 AM Link | Quote
ahem:

Any website better than this one?
I dont think there is one better.

And yes, the code "The roger" posted should work on 1.A2 atleast the function for you to earn the points.
xellpn
Newcomer


 





Since: 08-17-06

Last post: 6352 days
Last view: 6352 days
Posted on 11-30-06 03:07 PM Link | Quote
ah okeys, Thanks for that il just input the code and play around with it till i get sumthing working

ive never been a good coder, but i allways like to try things hehe, thanks for the positive feedback
spiroth10

Paratroopa


 





Since: 01-28-06
From: USA

Last post: 6283 days
Last view: 6283 days
Posted on 12-09-06 12:10 AM Link | Quote
this is sort of a bump, but I just gotta say...
makes me feel proud my old mod is still being used/looked for/wanted.

thats assuming it is the zenny hack I wrote years ago (with help from weasel and Tuvai)

those were the days, back when there was an acmlmboard hack forum (before they changed it to programming, and then finally removed it).

anyway, if you want to make your own, it isn't very hard once you get the hang of PHP.
basically you'll need to create a table/row (or add a row to an existing table) in your MySQL Database, then add a new box to the user profile php file, and finally add in the zenny info under usernames/wherever you want.

the hard part is trying to find a use for the zenny (store/etc.) tuvai's store was never released (though it was 100% compatible with my zenny hack) and Im not sure where weasel's old hack is, if it even works with new acmlmboards.

thats all I can help, I'm afraid. kinda makes me wish it was 4-5 years ago again...
Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - Programming - Zenny hack |


ABII

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

Page rendered in 0.019 seconds; used 415.58 kB (max 523.60 kB)