Anyone who can do stuff on the system can help by finding bugs that I didn't.Life247 wrote:Only users who could help improve the site should gain access. I'd accept.
AltArc
-
- The number of Electoral College votes needed to be President of the US.
- Posts: 282
- Joined: 2008.10.07 (04:17)
- NUMA Profile: http://nmaps.net/user/Fraxtil
- MBTI Type: INTJ
- Location: Arizona, USA
- Contact:
-
- Yes sir, no sir, three bags full sir
- Posts: 1561
- Joined: 2008.09.26 (12:33)
- NUMA Profile: http://nmaps.net/user/incluye
- MBTI Type: ENTP
- Location: USofA
- Contact:
IRC. I've been doing some editing.

-
- The number of Electoral College votes needed to be President of the US.
- Posts: 282
- Joined: 2008.10.07 (04:17)
- NUMA Profile: http://nmaps.net/user/Fraxtil
- MBTI Type: INTJ
- Location: Arizona, USA
- Contact:
Collabs are almost done being implemented. I need to make it increment the number of maps for both authors, notify the other author that the submitter attributed the collab to him, and link to both authors' pages.
Also, if all goes well, I'll release AltArc for testing Saturday morning. I doubt the theme will be complete by then, but collabs should be functional.
Also, if all goes well, I'll release AltArc for testing Saturday morning. I doubt the theme will be complete by then, but collabs should be functional.
-
- Yes sir, no sir, three bags full sir
- Posts: 1561
- Joined: 2008.09.26 (12:33)
- NUMA Profile: http://nmaps.net/user/incluye
- MBTI Type: ENTP
- Location: USofA
- Contact:
There's an error with map1.html—the rating div (.head-right) is misaligned in Firefox because of a layout problem. You need to use position:absolute, top:6px and right:8px. For that to work you need to change #maphead to position:relative.
I've updated the page if you have problems. Just check the CSS.
I've updated the page if you have problems. Just check the CSS.

-
- The number of Electoral College votes needed to be President of the US.
- Posts: 282
- Joined: 2008.10.07 (04:17)
- NUMA Profile: http://nmaps.net/user/Fraxtil
- MBTI Type: INTJ
- Location: Arizona, USA
- Contact:
Actually, I think I already encountered and fixed that problem using something similar to what you've mentioned.incluye wrote:There's an error with map1.html—the rating div (.head-right) is misaligned in Firefox because of a layout problem. You need to use position:absolute, top:6px and right:8px. For that to work you need to change #maphead to position:relative.
I've updated the page if you have problems. Just check the CSS.
Collab support is now about halfway done; both authors are correctly attributed, and both authors' number of maps are incremented, but there's still a lot of work to do.
Beta testing has commenced! Go to the first post for link/instructions.
- Boeing Boeing Bone!
- Posts: 755
- Joined: 2008.12.23 (05:44)
I can't register, it just says that it is an invalid email. I've tried multiple addresses, none work.
Also, I got the math problem 22/9. What? I mean, decimal form? improper fraction?
Also, I got the math problem 22/9. What? I mean, decimal form? improper fraction?
http://greenbrown.bandcamp.comPeople write to me and say, "I’m giving up, you’re not talking to me." I just write them a simple message like, "Never give up," you know? And it changes their life
- Damn You're Fine
- Posts: 384
- Joined: 2008.09.19 (01:47)
- NUMA Profile: http://nmaps.net/user/littleviking001
- MBTI Type: INTP
- Location: Southern California
- Contact:
If I try to click through to a map or author, I get sent to "dreamtemplate.com"

The last Metroid is in captivity. The galaxy is at peace...
- La historia me absolverá
- Posts: 2228
- Joined: 2008.09.19 (14:27)
- NUMA Profile: http://nmaps.net/user/maestro
- MBTI Type: INTP
- Location: Beijing
- Contact:
Same problems as ganteka.
M E A T N E T 1 9 9 2


-
- Hawaii Five-Oh
- Posts: 919
- Joined: 2009.03.06 (19:50)
I got this when just trying to visit the site.
Code: Select all
Warning: require(res/runfirst.php) [function.require]: failed to open stream: No such file or directory in /www/110mb.com/g/f/o/r/c/e/_/_/gforce/htdocs/index.php on line 2Warning: require(res/runfirst.php) [function.require]: failed to open stream: No such file or directory in /www/110mb.com/g/f/o/r/c/e/_/_/gforce/htdocs/index.php on line 2Fatal error: require() [function.require]: Failed opening required 'res/runfirst.php' (include_path='.:/usr/share/php') in /www/110mb.com/g/f/o/r/c/e/_/_/gforce/htdocs/index.php on line 2
-
- The number of Electoral College votes needed to be President of the US.
- Posts: 282
- Joined: 2008.10.07 (04:17)
- NUMA Profile: http://nmaps.net/user/Fraxtil
- MBTI Type: INTJ
- Location: Arizona, USA
- Contact:
I know. I had to remove a certain directory for security reasons (because my web host doesn't enable htaccess by default). It's probably not going to be online until Sunday, or later.Blackson wrote:I got this when just trying to visit the site.
Code: Select all
Warning: require(res/runfirst.php) [function.require]: failed to open stream: No such file or directory in /www/110mb.com/g/f/o/r/c/e/_/_/gforce/htdocs/index.php on line 2Warning: require(res/runfirst.php) [function.require]: failed to open stream: No such file or directory in /www/110mb.com/g/f/o/r/c/e/_/_/gforce/htdocs/index.php on line 2Fatal error: require() [function.require]: Failed opening required 'res/runfirst.php' (include_path='.:/usr/share/php') in /www/110mb.com/g/f/o/r/c/e/_/_/gforce/htdocs/index.php on line 2
Also, LV, to answer your question, it's because I used a mod_rewrite hack to display the map pages, but 110mb doesn't allow .htaccess without a $9 payment.
-
- Yes sir, no sir, three bags full sir
- Posts: 1561
- Joined: 2008.09.26 (12:33)
- NUMA Profile: http://nmaps.net/user/incluye
- MBTI Type: ENTP
- Location: USofA
- Contact:
Dammit.

-
- The number of Electoral College votes needed to be President of the US.
- Posts: 282
- Joined: 2008.10.07 (04:17)
- NUMA Profile: http://nmaps.net/user/Fraxtil
- MBTI Type: INTJ
- Location: Arizona, USA
- Contact:
Yeah, that pretty much describes how I feel about not being able to find a good webhost. :(incluye wrote:Dammit.
-
- Yes sir, no sir, three bags full sir
- Posts: 1561
- Joined: 2008.09.26 (12:33)
- NUMA Profile: http://nmaps.net/user/incluye
- MBTI Type: ENTP
- Location: USofA
- Contact:
Why on earth are you using .htaccess in the first place? Are you setting up some zany WordPress thing for map submission?

- La historia me absolverá
- Posts: 2228
- Joined: 2008.09.19 (14:27)
- NUMA Profile: http://nmaps.net/user/maestro
- MBTI Type: INTP
- Location: Beijing
- Contact:
.htaccess and mod_rewrite let you do a lot of excellent stuff with URLs.incluye wrote:Why on earth are you using .htaccess in the first place? Are you setting up some zany WordPress thing for map submission?
M E A T N E T 1 9 9 2


-
- Yes sir, no sir, three bags full sir
- Posts: 1561
- Joined: 2008.09.26 (12:33)
- NUMA Profile: http://nmaps.net/user/incluye
- MBTI Type: ENTP
- Location: USofA
- Contact:
Eh, forgive my lack of techknowledgey.

-
- The number of Electoral College votes needed to be President of the US.
- Posts: 282
- Joined: 2008.10.07 (04:17)
- NUMA Profile: http://nmaps.net/user/Fraxtil
- MBTI Type: INTJ
- Location: Arizona, USA
- Contact:
Okay... support for collaborations is almost complete, and it will allow a theoretically infinite number of authors, as opposed to my original plan of only allowing two authors. The way the collaborative map is submitted has also changed: the submitter has a secret "key" that he can send to other users, and those users can enter the key in a certain box to have themselves added as authors.
Also, I think I may have found a better free webhost, so hopefully I can get AltArc running without needing to pay a dime.
http://altarc.sector-five.net/ is up (as a beta)! If you want to help test the site, please do register (the captcha tells you to enter the text, but if all you see is a math problem, solve it instead) and test the features of the site.
Also, I think I may have found a better free webhost, so hopefully I can get AltArc running without needing to pay a dime.
http://altarc.sector-five.net/ is up (as a beta)! If you want to help test the site, please do register (the captcha tells you to enter the text, but if all you see is a math problem, solve it instead) and test the features of the site.
-
- Yes sir, no sir, three bags full sir
- Posts: 1561
- Joined: 2008.09.26 (12:33)
- NUMA Profile: http://nmaps.net/user/incluye
- MBTI Type: ENTP
- Location: USofA
- Contact:
IT'S AMAZING

- Walking on Broken Glass
- Posts: 236
- Joined: 2008.10.20 (16:16)
i cant register.
1. the 'CAPCTHA' doesnt show up as an image, although i can see the maths problem.
2. when i click 'submit' it says its loading for a millisecond then stops.
3. when i click 'submit' my passwords suddenly triple in length.
please try to sort them out...
1. the 'CAPCTHA' doesnt show up as an image, although i can see the maths problem.
2. when i click 'submit' it says its loading for a millisecond then stops.
3. when i click 'submit' my passwords suddenly triple in length.
please try to sort them out...

-previous sigs-
-GloomP
-NicNac14
-Universe_Zero
-NicNac14
''I shall kill you until you die from it!''
remember kids, If at first you dont succeed, you fail.
do you like pie? if so, copy and paste this into your signiture.
(click sig which was made by Why_Me)
- Beyond a Perfect Math Score
- Posts: 834
- Joined: 2008.09.30 (06:37)
- NUMA Profile: http://nmaps.net/user/Nexx
- MBTI Type: INTJ
- Location: California, USA
The site is "down" atm. Was that intentional?
- Lifer
- Posts: 1066
- Joined: 2008.09.26 (18:37)
- NUMA Profile: http://nmaps.net/user/EdoI
- MBTI Type: INTJ
- Location: Zenica, Bosnia and Herzegovina
I... can't open the site.
EDIT:
EDIT:
Oh, I see.Avarin wrote:The site is "down" atm. Was that intentional?
-
- The number of Electoral College votes needed to be President of the US.
- Posts: 282
- Joined: 2008.10.07 (04:17)
- NUMA Profile: http://nmaps.net/user/Fraxtil
- MBTI Type: INTJ
- Location: Arizona, USA
- Contact:
No, it shouldn't be down at all. If you can't access it, it's probably a problem with x10hosting, rather than AltArc.EdoI wrote:I... can't open the site.
EDIT:Oh, I see.Avarin wrote:The site is "down" atm. Was that intentional?
Also, about the password "tripling in length": Before logging in, your password is hashed using Javascript for the sake of security.
I'll look into any further issues.
-
- "Asked ortsz for a name change"
- Posts: 3380
- Joined: 2008.11.13 (16:47)
incluye, this is beautiful. I love the simplicity.
the dusk the dawn the earth the sea
- Lifer
- Posts: 1066
- Joined: 2008.09.26 (18:37)
- NUMA Profile: http://nmaps.net/user/EdoI
- MBTI Type: INTJ
- Location: Zenica, Bosnia and Herzegovina
Good, I can open the site now.
-
- The number of Electoral College votes needed to be President of the US.
- Posts: 282
- Joined: 2008.10.07 (04:17)
- NUMA Profile: http://nmaps.net/user/Fraxtil
- MBTI Type: INTJ
- Location: Arizona, USA
- Contact:
I've found the issue with submitting maps. GD, the function used to generate images such as map thumbnails, is disabled at the moment, but will eventually be able on my webhost, assuming that this guy is right. Until then, map submissions will not be available. :(
- Beyond a Perfect Math Score
- Posts: 834
- Joined: 2008.09.30 (06:37)
- NUMA Profile: http://nmaps.net/user/Nexx
- MBTI Type: INTJ
- Location: California, USA
Duuuude, that is slick! Both visually AND functionally! Holy wow. Too bad we can't see what it's like when there's viewable maps, but still, you can tell there's a lot of functionality here. It's simple yet powerful, as you say. Fantastic job so far! :) :) :)
P.S. You should probably do away with the line, "If you seriously need more help than that, you're probably mentally disabled, in which case we apologize for your condition."
P.S. You should probably do away with the line, "If you seriously need more help than that, you're probably mentally disabled, in which case we apologize for your condition."
Who is online
Users browsing this forum: No registered users and 28 guests