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
0 user currently in Acmlmboard support?.
Acmlm's Board - I2 Archive - Acmlmboard support? - I'll strangle $root | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
Dei*

Nipper Plant
Level: 26

Posts: 394/412
EXP: 97995
For next: 4280

Since: 06-18-05
From: USA, Florida

Since last post: 2 days
Last activity: 1 day
Posted on 10-12-05 02:17 AM Link | Quote
Ok so yeah, looky here: LINK REMOVED
See the problem? If not, here's the error, the mosti mportant part.

NOTHING HERE

What's on Config.php line 11? This: require $root.'/lib/dbinfo.php';

Nope, nothing wrong there, but look up a few lines to 9 from 5, and there we have our problem.

$p = explode('/',$PHP_SELF); $c = count($p);$n = $p[$c-1];
$root = str_replace($n,"",$_SERVER["PATH_TRANSLATED"]);
$root = preg_replace("'/([^/]+?)$'i","",$root);
$root = preg_replace("'/(lib|admin)/?$'i","",$root);
$root = preg_replace("'/$'i","",$root);

I have not the slightest idea what this crap all means. Sorry for me being all angsty, but this has never happened to me on any board installation before, and I cannot, for the life of me, figure out wtf is wrong. Somehow the $root thing thats in all the files keps wanting to go to .:/usr/lib/php:/usr/local/lib/php. But there IS no .:/usr/lib/php:/usr/local/lib/php! So it crashes. Basically, how do I rewrite that tangle of commas and dollar signs to reflect my directory in the Fatal Error message I pasted above?


(edited by Dei* on 10-11-05 06:19 PM)
Xkeeper
The required libraries have not been defined.
Level: NAN

Posts: 3760/-863
EXP: NAN
For next: 0

Since: 03-15-04

Since last post: 2 hours
Last activity: -753366 sec.
Posted on 10-12-05 03:13 AM Link | Quote
$root = "./";

will this work? hahaha no.
Dei*

Nipper Plant
Level: 26

Posts: 395/412
EXP: 97995
For next: 4280

Since: 06-18-05
From: USA, Florida

Since last post: 2 days
Last activity: 1 day
Posted on 10-12-05 03:18 AM Link | Quote
Im a retard.
Xkeeper
The required libraries have not been defined.
Level: NAN

Posts: 3762/-863
EXP: NAN
For next: 0

Since: 03-15-04

Since last post: 2 hours
Last activity: -753366 sec.
Posted on 10-12-05 03:18 AM Link | Quote
Did that even work?
Dei*

Nipper Plant
Level: 26

Posts: 396/412
EXP: 97995
For next: 4280

Since: 06-18-05
From: USA, Florida

Since last post: 2 days
Last activity: 1 day
Posted on 10-12-05 03:21 AM Link | Quote
Yes. For most of the things, until I tried to go into a couple of the links and it decided to hate me and wouldnt display images. Then in the admin part, it did stuff like admin/admin/admin/admin/ipban.php

I think im going to go try 1.92 and see if anything works.
Xkeeper
The required libraries have not been defined.
Level: NAN

Posts: 3763/-863
EXP: NAN
For next: 0

Since: 03-15-04

Since last post: 2 hours
Last activity: -753366 sec.
Posted on 10-12-05 03:37 AM Link | Quote
In 1.92, everything works, since it's all in one folder
ExKeeper

Bullet Bill
Level: 31

Posts: 508/512
EXP: 180084
For next: 5279

Since: 03-05-05
From: Riiight ^

Since last post: 1 day
Last activity: 6 hours
Posted on 10-12-05 03:51 AM Link | Quote
Originally posted by Dei*
admin/admin/admin/admin/ipban.php
This (editing it in boardconfig.php) might not work in some boards (probably if you are using IE), so you could go into phpmyadmin, and run a query that says "UPDATE boardconfig SET boardurl=insert the base url for your board here without index.php and with http:// WHERE 1=1"


(edited by smwedit on 10-11-05 06:52 PM)
Dei*

Nipper Plant
Level: 26

Posts: 397/412
EXP: 97995
For next: 4280

Since: 06-18-05
From: USA, Florida

Since last post: 2 days
Last activity: 1 day
Posted on 10-12-05 03:53 AM Link | Quote
Well i'm using 1.92 now. And I have the awesome job of adding all the hacks like name colors and whatnot. xD I'll probably use 1.92 forever, since I doubt that with the example set by 1.a2, any version will be quite as awesome. I was kind of hoping that the hacks were already in the files, also.
Stifu

Level: 28

Posts: 248/304
EXP: 129458
For next: 1880

Since: 03-16-04
From: Your mom's bed

Since last post: 18 hours
Last activity: 11 hours
Posted on 10-12-05 04:13 AM Link | Quote
On a totally unrelated note, that avatar kicks ass, Dei... I remember playing the original game back when I was a little kid, it was hard as hell...
Dei*

Nipper Plant
Level: 26

Posts: 398/412
EXP: 97995
For next: 4280

Since: 06-18-05
From: USA, Florida

Since last post: 2 days
Last activity: 1 day
Posted on 10-12-05 06:29 PM Link | Quote
Thanks. I got a couple more questions.

I added scheme PHP files, but why arent they showing up in the edit profile page?
Also, I like, added those rank images but I have no idea where the ranks are stored so I cant like add any.

Halp
Stifu

Level: 28

Posts: 250/304
EXP: 129458
For next: 1880

Since: 03-16-04
From: Your mom's bed

Since last post: 18 hours
Last activity: 11 hours
Posted on 10-12-05 07:09 PM Link | Quote
Originally posted by Dei*
I added scheme PHP files, but why arent they showing up in the edit profile page?

You gotta add them in the database too, "schemes" table.

Originally posted by Dei*
Also, I like, added those rank images but I have no idea where the ranks are stored so I cant like add any.

Database again, "ranks" table.
Dei*

Nipper Plant
Level: 26

Posts: 399/412
EXP: 97995
For next: 4280

Since: 06-18-05
From: USA, Florida

Since last post: 2 days
Last activity: 1 day
Posted on 10-12-05 07:17 PM Link | Quote
Now im really starting to think Ace needs to code a good admin panel >.>
Stifu

Level: 28

Posts: 251/304
EXP: 129458
For next: 1880

Since: 03-16-04
From: Your mom's bed

Since last post: 18 hours
Last activity: 11 hours
Posted on 10-12-05 07:25 PM Link | Quote
I don't mind having to go through the database from time to time... There are more important things to fix first, in my opinion.

Anyway, can you remind me what's the title of the game your avatar karate guy is from ? I can't remember...


(edited by Stifu on 10-12-05 10:25 AM)
Dei*

Nipper Plant
Level: 26

Posts: 400/412
EXP: 97995
For next: 4280

Since: 06-18-05
From: USA, Florida

Since last post: 2 days
Last activity: 1 day
Posted on 10-12-05 07:28 PM Link | Quote
I have no idea what game this guy came from. I just found the image sitting on my HD and I was like "Awesome".

Hmm, I added schemes and ranks, but it wont seem to save the changes when I select them in my profile. Why not

I bet I have to do some kind of update users query, right?
Stifu

Level: 28

Posts: 252/304
EXP: 129458
For next: 1880

Since: 03-16-04
From: Your mom's bed

Since last post: 18 hours
Last activity: 11 hours
Posted on 10-12-05 07:34 PM Link | Quote
The title was something quite basic like "Karate Man" or "Karate Master", I'll try to find out what it was...

Neither the schemes or ranks work ? I would assume you did something wrong when adding them to your database... Hmm...
If you want, I can hit you on MSN to try and get this fixed fast.


(edited by Stifu on 10-12-05 11:43 AM)
Dei*

Nipper Plant
Level: 26

Posts: 401/412
EXP: 97995
For next: 4280

Since: 06-18-05
From: USA, Florida

Since last post: 2 days
Last activity: 1 day
Posted on 10-12-05 08:41 PM Link | Quote
Well, they work, I select em, but it wont save the changes

Suer you can add me on MSN, still tryin to figure this out
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Acmlmboard support? - I'll strangle $root | |


ABII


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



Page rendered in 0.033 seconds.