PDA

View Full Version : Arvyre: Beta 2 - out now!


Quillink
01-29-2010, 11:59 AM
Arvyre: Beta version 2 in now live! I'm still looking for people to review the site, look for glitches and try to break the store (rather you than someone I can't track, eh).
Please also adopt and raise our pets. They (and their random color script) is what makes Arvyre so unique in my opinion. I've put a few examples below, but there are literally 2000 combinations per pet!


http://www.arvyre.com/image.php?id=18 (http://www.arvyre.com/levelup.php?id=18)http://www.arvyre.com/image.php?id=19 (http://www.arvyre.com/levelup.php?id=19)http://www.arvyre.com/image.php?id=21 (http://www.arvyre.com/levelup.php?id=21)http://www.arvyre.com/image.php?id=24 (http://www.arvyre.com/levelup.php?id=24)

Please stop by and leave feedback below: http://www.arvyre.com/

Thanks everyone. ;)

Tequila
01-29-2010, 04:47 PM
I signed up under username Nyxi.

Menu looks kind of odd in Chrome.

Edit to add borked screenshot.
http://rusnakweb.com/forum/attachment.php?aid=235
[attachment=235]

Quillink
01-29-2010, 09:46 PM
Aha, looks like my "Search people" field is a little too wide and it's pushing the "Sign Out" button to another line.

Thanks, I'd probably never pick that up. ;)


EDIT: Any better now?
ANd don't forget to click your pet 'testball'. They'll level up with one click and I'd like to see how well the script I'm running works. ;)

Tequila
01-29-2010, 10:20 PM
Much better, I do like how you have it set up.

(I'm not giving up my tabs on FE though... CSS3 is quite fun)

Quillink
01-29-2010, 11:58 PM
Good to hear. :)

Don't adopt any pets just yet. They'll hatch just fine but every levelup after that is bugged. I know exactly where the problem is, but my knowledge of php is slowing things down.
I'll keep you tabbed. ;)

Tequila
01-30-2010, 07:11 AM
I'll keep you tabbed. ;)


I could probably do a sucker with tabs but I'd have to make a new layout (again) and I've promised this one to be final for a while...

Quillink
01-30-2010, 09:04 AM
Haha I know exactly what you mean. This is template number four for me and I'm already thinking about what I should put in the next one. :S

Tequila
01-30-2010, 09:55 AM
You might want to check the code for the news. When I clicked on your name it took me to my profile. I peeked at your code to see if I could find it, here's what I saw in the output
br><font face='Verdana' size='1'>Posted by:</font><br><b><a href='profile.php?user=Nyxi'>Quillink</a></b></td>

It's on line 152.

Quillink
01-30-2010, 11:02 AM
Aha, thanks for that. :D

I should really make a test account and poke around with that, so I don't miss things like that.

How'd you find my code, by the way? Just want to know so I can keep the server as secure as possible. ;)

Tequila
01-30-2010, 11:10 AM
Ctrl+U on any page will bring up code as the machine reads it. It doesn't show things like script code (what we see behind the scenes).

Like I use this code here to pull pages to my personal domain instead of having to do a huge file for each page:
<?php if (isset($_GET['x'])) {
if (strpos($_GET['x'], "/")) {
$dir = substr(str_replace('..', '', $_GET['x']), 0, strpos($_GET['x'], "/")) . "/";
$file = substr(strrchr($_GET['x'], "/"), 1);
if (file_exists($dir.$file.".php")) {
include($dir.$file.".php");
} else {
include("default.php");
}
} else {
if (file_exists(basename($_GET['x']).".php")) {
include(basename($_GET['x']).".php");
} else {
include("default.php");
}
}
} else {
include("default.php");
} ?>

But when you pull up the site it outputs:
<h1>i'll <strong>wait</strong> for <strong>you</strong>...</h1>
<img src="images/avatar.jpg" border="0" alt="" title="" style="float:left; padding:2px;" />
<p>Welcome to <a href="http://end-day.net">the end day network</a>, tequila's home on the web. You will find all of her websites and projects linked from here, as well as some information on the owner herself.</p>
<p>Also posted here will be updates on her sales through various market places, openings for commissions, and people that she thinks need help.</p>
<p>Thanks for stopping by, hope you'll find something of interest here.</p>
<center>&times;</center>

<h2>updates</h2>
<a href="http://end-day.net/blog/2010/01/23/new-sites/" rel="bookmark" title="Permanent Link to New Sites">New Sites</a><br />
<p>First off switched over to WordPress for updates, much easier and cleaner.<br />
Secondly, here are some new sites added to the network:</p>
<p>Tiger Girl (http://tigergirl.end-day.net)<br />
Crystalix Designs (http://design.end-day.net)</p>
<p>Thirdly I’ll be working on a new layout to better use the plugboard and exchange. Â I’ll also be adding a topsite list.<br />
Don’t forget to check out our hosting information.</p>

Quillink
01-30-2010, 12:09 PM
Ah yes I know all about that. Didn't bother reading your post properly, I should try that next time. x)

Thought you were peeking at my top secret highly original php files lol.

Quillink
02-03-2010, 09:37 AM
I'd just like to post again to announce Arvyre version 2's official release. (Sorry this message is 3 days late :P)

You're all the best reviewers since you've actually run the script. So does anyone have any critiscism or comments? I'd love to hear it. :D