Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Off Topic Discussions > Adoptables Sites Showcase

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 01-29-2010, 11:59 AM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,155
Quillink
Default 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!




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

Thanks everyone. ;)
Reply With Quote
  #2  
Old 01-29-2010, 04:47 PM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 96,094
Tequila is on a distinguished road
Default 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=235]
Reply With Quote
  #3  
Old 01-29-2010, 09:46 PM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,155
Quillink
Default 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. ;)
Reply With Quote
  #4  
Old 01-29-2010, 10:20 PM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 96,094
Tequila is on a distinguished road
Default 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)
Reply With Quote
  #5  
Old 01-29-2010, 11:58 PM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,155
Quillink
Default 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. ;)
Reply With Quote
  #6  
Old 01-30-2010, 07:11 AM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 96,094
Tequila is on a distinguished road
Default 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...
Reply With Quote
  #7  
Old 01-30-2010, 09:04 AM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,155
Quillink
Default 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
Reply With Quote
  #8  
Old 01-30-2010, 09:55 AM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 96,094
Tequila is on a distinguished road
Default 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.
Reply With Quote
  #9  
Old 01-30-2010, 11:02 AM
Quillink Quillink is offline
Member
 
Join Date: Dec 2008
Posts: 93
Credits: 11,155
Quillink
Default 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. ;)
Reply With Quote
  #10  
Old 01-30-2010, 11:10 AM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 96,094
Tequila is on a distinguished road
Default 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> 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PokeBox Beta Nemesis Adoptables Buzz 3 07-02-2012 01:04 PM
Omg - MyBB 1.6 beta is out :D AllMw2 Webmasters Area 2 05-17-2010 04:44 AM
Try my site (Beta) sdsmith64 Adoptables Sites Showcase 2 11-23-2009 02:32 PM
Arvyre.com - my adoptables site Quillink Adoptables Sites Showcase 13 10-14-2009 06:03 PM
Try my site (Beta) sdsmith64 Suggestions and Feature Requests 0 12-31-1969 07:00 PM


All times are GMT -5. The time now is 04:41 AM.

Currently Active Users: 448 (0 members and 448 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636