Barter Zone
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsGeneralBarter Zone

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old April 27th, 2007, 06:57 PM
gillen15 gillen15 is offline
Registered User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 3 gillen15 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 m 5 sec
Reputation Power: 0
Virtual Pet site Help

I have no idea where to even start to create my own virtual pet site. I don't know what programs and stuff like that I would need. Can anyone give me a few pointers? Please?

Reply With Quote
  #2  
Old April 28th, 2007, 03:06 AM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,937 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 4 Days 1 h 57 m 37 sec
Reputation Power: 3
Orkut
Quote:
Originally Posted by gillen15
I have no idea where to even start to create my own virtual pet site. I don't know what programs and stuff like that I would need. Can anyone give me a few pointers? Please?


Firstly I would like to point out that this is no overnight job, it will take a couple of months to match even a bit of what the other competitors have. You will need to know your chosen language inside out, you will have to have good (X)HTML knowledge, possibly javascript and general design skills.
__________________
Ubuntu User #13389

Reply With Quote
  #3  
Old May 18th, 2007, 08:36 PM
gillen15 gillen15 is offline
Registered User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 3 gillen15 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 m 5 sec
Reputation Power: 0
...

Can you give me pointers/scripts on how to start. I have no idea.

Reply With Quote
  #4  
Old May 22nd, 2007, 02:37 PM
augustusgloo's Avatar
augustusgloo augustusgloo is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: May 2007
Posts: 123 augustusgloo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 4 h 2 m 32 sec
Reputation Power: 2
Smile

Because this is the barter zone, it requires money, and I am very contreversial, I will give it my best shot for free. First you need a login and register pages. As it happens, I have recently made a complete user management system (with admin and all) and is at your disposal. Because it is very long I will post the scripts in parts.

login.php
PHP Code:
<?php
include('config.php');
if ((!
$_REQUEST['user']) || (!$_REQUEST['pass'])){
 die;
}
foreach(
$config as $user => $pass){ 
 if (
$_REQUEST['user'] == $user && $_REQUEST['pass'] == $pass){ 
  
$valid 1;
 } 

if (!
$valid){
 die;
}
?>


config.php
PHP Code:
<?php
$config 
= array('ADMIN' => 'password');
?>


index.php
PHP Code:
<?php require('login.php');?>
Logged in


Will post register soon.

Hamish

Reply With Quote
  #5  
Old June 25th, 2007, 07:42 PM
gillen15 gillen15 is offline
Registered User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 3 gillen15 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 15 m 5 sec
Reputation Power: 0
Exclamation Another Question

If I were to create a virtual pet site. Would it take a lot of space on my computer. My dad said that I wasn't allowed because if was going to get more then 10 people actually on my site, the computer will be very slow. Is that true?

Reply With Quote
  #6  
Old June 25th, 2007, 09:12 PM
Forgotten Forgotten is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 43 Forgotten User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 h 55 m 59 sec
Reputation Power: 2
Quote:
Originally Posted by gillen15
If I were to create a virtual pet site. Would it take a lot of space on my computer. My dad said that I wasn't allowed because if was going to get more then 10 people actually on my site, the computer will be very slow. Is that true?


Well....depends on how many people your talking about, and what kind of computer you have. Obviously if you have a crappy computer, then yes it will. But if you have a medium to high end computer then you should be able to support more than 10 people.......

Reply With Quote
  #7  
Old June 26th, 2007, 04:08 AM
Kimarie Kimarie is offline
Registered User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Jun 2007
Posts: 12 Kimarie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 18 m 15 sec
Reputation Power: 0
Quote:
Originally Posted by Forgotten
Well....depends on how many people your talking about, and what kind of computer you have. Obviously if you have a crappy computer, then yes it will. But if you have a medium to high end computer then you should be able to support more than 10 people.......


Unless of course you host this site on a remote server. Which means not having to run it from your computer, but someone elses. That gets pretty expensive though. There is ALOT behind making a virtual pet site. And in all honesty it can be pretty expensive..

With competing with neopets.com, powerpets.com, etc etc, it's hard to do this.

Reply With Quote
Reply

Viewing: Codewalkers ForumsGeneralBarter Zone > Virtual Pet site Help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway