• Help
  • Search
  • Login
  • Register
  • Home

Forum: web design and graphics community

Celestial Star Forum > Art Boards > Requests & offers > Can i request a web design?
Pages: [1] 2
« previous next »
  Print  
Author Topic: Can i request a web design?  (Read 2026 times)
godsro
Angeling
*
Posts: 16


View Profile
Can i request a web design?
« on: February 16, 2008, 08:52:19 AM »

hello, im wondering if i can ask a small favour doin a web design? hehe if someone can make thanks, if no one still thanks...

web site for Ragnarok Online...just a simple or somethin...

thanks! Smiley
Logged
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: Can i request a web design?
« Reply #1 on: February 16, 2008, 10:35:10 AM »

Do you know what type of layout you want (i.e. table, div, iframe)?  Are there any particular pictures you want to use?  Any specific colors?
Logged

godsro
Angeling
*
Posts: 16


View Profile
Re: Can i request a web design?
« Reply #2 on: February 16, 2008, 10:48:55 AM »

div or iframe i dont mind, errm any colour and pics if there is a premade pic its fine..hehe
Logged
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: Can i request a web design?
« Reply #3 on: February 17, 2008, 02:38:08 PM »

I decided to create an iframe from a Ragnarok Online picture I found.  Here's the result.

If you like what you see, I can send you the .zip folder.
Logged

smileisland
Angeling
*
Posts: 19

mindSKETCH


View Profile WWW
Re: Can i request a web design?
« Reply #4 on: February 18, 2008, 12:18:32 AM »

=) nice design, not sure if there's something wrong with my browser but the alignments of the layout's bg, iframe and links are off x.x im using IE 6.0 btw..
Logged

\\smileisland. mindSKETCH | draw your world. www.mind-sketch.com
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: Can i request a web design?
« Reply #5 on: February 18, 2008, 01:23:56 AM »

The layout looks fine for me at a resolution of 1024x768 with the browsers Seamonkey 1.18, Firefox 2, Opera 9, and IE7.  I recommend you upgrade your browser, since the code for IE6 is not very compatible with common internet standards.
Logged

godsro
Angeling
*
Posts: 16


View Profile
Re: Can i request a web design?
« Reply #6 on: February 19, 2008, 08:18:32 PM »

its cute>.< i like it could you send me the .zip please? or if you got somethin else haha >.< could you send it as well  please Embarrassed

thanks... Smiley
Logged
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: Can i request a web design?
« Reply #7 on: February 19, 2008, 09:07:00 PM »

I've sent the zip to your yahoo mail, but I'll have to get back to you on any other layouts I made for Ragnarok.
Logged

godsro
Angeling
*
Posts: 16


View Profile
Re: Can i request a web design?
« Reply #8 on: February 21, 2008, 06:00:33 AM »

can u add more navigation? or 3 sections like (Home Nav/Vote Nav/Guide Nav) somethin like that...Home Nav and Guide Nav on the left and the Vote Nav on the right? hehe sorry for being demanding... Embarrassed

my email has been updated to ownerskyro@yahoo.com

edit: can u do a php web layout? :D
« Last Edit: February 21, 2008, 06:55:06 AM by godsro » Logged
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: Can i request a web design?
« Reply #9 on: February 21, 2008, 09:40:23 AM »

I could make an entirely new layout with more navigation, since iframes aren't really meant to have too many links.  Do you have an example site I can work from?  I can make a php layout, but are you wishing for something specific in the coding, like includes, to be added?
« Last Edit: February 21, 2008, 10:45:29 AM by EternalSorrow » Logged

godsro
Angeling
*
Posts: 16


View Profile
Re: Can i request a web design?
« Reply #10 on: February 22, 2008, 10:12:11 AM »

here's the sample of the site i wanted http://feelro.nu/

and here the script for php:
Quote
<?php

   error_reporting(0);
   
   $server['login']['ip'] = '127.0.0.1';
   $server['login']['port'] = '6900';
   $server['character']['ip'] = '127.0.0.1';
   $server['character']['port'] = '6121';
   $server['map']['ip'] = '127.0.0.1';
   $server['map']['port'] = '5121';
   
   $loginS = fsockopen($server['login']['ip'], $$server['login']['port'], $errno, $errstr, 1);
   $characterS = fsockopen($server['character']['ip'], $$server['character']['port'], $errno, $errstr, 1);
   $mapS = fsockopen($server['map']['ip'], $$server['map']['port'], $errno, $errstr, 1);
   
   if(!$loginS){ $login = '<span class="offline">Offline</span>'; } else { $login = '<span class="online">Online</span>'; }
   if(!$characterS){ $character = '<span class="offline">Offline</span>'; } else { $character = '<span class="online">Online</span>'; }
   if(!$mapS){ $map = '<span class="offline">Offline</span>'; } else { $map = '<span class="online">Online</span>'; }
   
   define ('LOGIN_STATUS',$login);
   define ('CHARACTER_STATUS',$character);
   define ('MAP_STATUS',$map);
   
?>

when you put the script i can still change the ip's right?
Logged
EternalSorrow
Retribution
***
Posts: 162


Got milk duds?


View Profile WWW
Re: Can i request a web design?
« Reply #11 on: February 22, 2008, 10:32:13 AM »

I'm a novice when it comes to Ragnarok Online, so I'm not sure where to position your php script.  What does it do?  And yes, you will be able to alter the php script just like any other.

And that layout is certainly popular...
Logged

godsro
Angeling
*
Posts: 16


View Profile
Re: Can i request a web design?
« Reply #12 on: February 22, 2008, 06:54:08 PM »

just put the script on the right side, or on the bottom of a vote nav on the right side...hehe and that script allows people to see if the server is on and how many player were online...
Logged
Vangs
Administrator
Valkyrie Randgris
*****
Posts: 525



View Profile WWW
Re: Can i request a web design?
« Reply #13 on: February 23, 2008, 02:38:45 PM »

Just to butt in, but you do realize the following IP addresses point to a localized host?

Code:
<?php
   $server
['login']['ip'] = '127.0.0.1';
   
$server['login']['port'] = '6900';
   
$server['character']['ip'] = '127.0.0.1';
   
$server['character']['port'] = '6121';
   
$server['map']['ip'] = '127.0.0.1';
   
$server['map']['port'] = '5121';
?>
Logged

godsro
Angeling
*
Posts: 16


View Profile
Re: Can i request a web design?
« Reply #14 on: February 23, 2008, 03:22:13 PM »

yeah i know i didnt put my ip, cuz sorrow said i can change it when the page is finished...>.<
Logged
Pages: [1] 2
  Print  
« previous next »
 
Jump to:  

  • Welcome, Guest
  • Members login
  • Register for free

General

  • General
  • New members
  • Announcements
  • Support / Suggestions

Art boards

  • Creative mediums
  • Requests and offers
  • Tutorials
  • Celestial Star tutorials

Web development

  • Coding
  • Web design
  • Advertisements / affiliation

Off-topic

  • The non-sense
  • Ententainment

Go up
eXTReMe Tracker
  • Valid XHTML
  • Valid CSS
Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC | Seo4Smf v0.2 © Webmaster's Talks
Loading...