Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Adoptables Sites Showcase (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=11)
-   -   Arvyre: Beta 2 - out now! (http://www.mysidiaadoptables.com/forum/showthread.php?t=1290)

Quillink 01-29-2010 11:59 AM

Arvyre: Beta 2 - out now!
 
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=18http://www.arvyre.com/image.php?id=19http://www.arvyre.com/image.php?id=21http://www.arvyre.com/image.php?id=24

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

Thanks everyone. ;)

Tequila 01-29-2010 04:47 PM

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.
http://rusnakweb.com/forum/attachment.php?aid=235
[attachment=235]

Quillink 01-29-2010 09:46 PM

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

Tequila 01-29-2010 10:20 PM

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)

Quillink 01-29-2010 11:58 PM

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

Tequila 01-30-2010 07:11 AM

RE: ArvyBeta 2 - need alpha testers!
 
Quote:

Originally Posted by Quillink
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

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

Tequila 01-30-2010 09:55 AM

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 Code:

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

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

Tequila 01-30-2010 11:10 AM

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 Code:

<?php if (isset($_GET['x'])) {
   if (
strpos($_GET['x'], "/")) {
      
$dir substr(str_replace('..'''$_GET['x']), 0strpos($_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 Code:

<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 placesopenings for commissions, and people that she thinks need help.</p
<
p>Thanks for stopping byhope 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> 



All times are GMT -5. The time now is 05:09 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.