Arvyre: Beta 2 - out now!

Forum
Last Post
Threads / Messages

Quillink

Member
Member
Joined
Dec 18, 2008
Messages
93
Points
0
Mysidian Dollar
7,188
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!




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

Thanks everyone. ;)
 
RE: Arvyre: Beta 2 - need alpha testers!

I signed up under username Nyxi.

Menu looks kind of odd in Chrome.

Edit to add borked screenshot.
attachment.php

[attachment=235]
 
RE: Arvyre: Beta 2 - need alpha testers!

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. ;)
 
RE: Arvyre: Beta 2 - need alpha testers!

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)
 
RE: Arvyre: Beta 2 - need alpha testers!

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. ;)
 
RE: Arvyre: Beta 2 - need alpha testers!

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
 
RE: Arvyre: Beta 2 - need alpha testers!

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
PHP:
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.
 
RE: Arvyre: Beta 2 - need alpha testers!

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. ;)
 
RE: Arvyre: Beta 2 - need alpha testers!

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:
<?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:
PHP:
<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>×</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>
 
RE: Arvyre: Beta 2 - need alpha testers!

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.
 
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
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,278
Messages
33,127
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top