[advanced search]
 

Go Back   NamePros.com > Marketplace > Web Development > Web Development Wanted

Web Development Wanted Requests for websites, templates, custom programming, logos or graphics.


Closed Thread
 
LinkBack Thread Tools
Old 09-10-2006, 02:24 PM   #1 (permalink)
NamePros Regular
 
max99's Avatar
 
Join Date: Mar 2006
Location: Manchester
Posts: 398
35.00 NP$ (Donate)

max99 is an unknown quantity at this point

Cancer
Need website created with the following things...

Need the following things in a website ;

- Website Template and Logo Designed

- Sign up form for a user
Which then makes a subdomain for that user (e.g Bob signs up, so then bob.domain.com is created)
on that bob.domain.com there is a page which is viewable to anyone.

- Member area where they can edit things which will appear on there subdomain page (E.g Add a product, Select from DropDown menu where its available, Delete products, edit products etc)

-Admin area where can view members area and edit what they have put if needed.


Willing to pay good price

Pm me or reply and I will reply with more details about what I want done, so you can see if you would be able to do this, and how much you would charge.

p.s If theres a script that could be used or easily changed to cope with the above please tell me

Thanks
Max
max99 is offline  
Old 09-10-2006, 03:29 PM   #2 (permalink)
NamePros Member
 
webredesign's Avatar
 
Join Date: Aug 2006
Posts: 34
0.00 NP$ (Donate)

webredesign is an unknown quantity at this point


pm please
webredesign is offline  
Old 09-10-2006, 09:19 PM   #3 (permalink)
NamePros Regular
 
ablaye's Avatar
 
Join Date: May 2006
Location: WebmasterGround.com
Posts: 837
0.00 NP$ (Donate)

ablaye is on a distinguished road


Instead of a subdomain, would you be interested in something like www.domain.com/bob? It is much easier to do something like this.
ablaye is offline  
Old 09-10-2006, 11:16 PM   #4 (permalink)
NamePros Regular
 
Join Date: May 2006
Location: Kolkata, India
Posts: 455
31.50 NP$ (Donate)

ashu@webnewtons is an unknown quantity at this point


Pm Sent. Please check! here's the sample of impressive works.
Thanks
__________________
Karan Bajoria
WebNewtons Technologies
Quality Website Design & Development-India
Professional Website Layouts & Templates - Ready to use website Designs
Great Directory | TN Directory - Free Web Directories
ashu@webnewtons is offline  
Old 09-10-2006, 11:47 PM   #5 (permalink)
NamePros Member
 
Join Date: Jul 2006
Posts: 66
0.00 NP$ (Donate)

michael_1980 is an unknown quantity at this point


Hi,

DesignersForHire can do this for $250.please visit our site for more details and contact us

Regards,

Joseph
DesignersForHire Team
www.designersforhire.com
michael_1980 is offline  
Old 09-11-2006, 08:11 AM   #6 (permalink)
NamePros Regular
 
max99's Avatar
 
Join Date: Mar 2006
Location: Manchester
Posts: 398
35.00 NP$ (Donate)

max99 is an unknown quantity at this point

Cancer
Quote:
Originally Posted by ablaye
Instead of a subdomain, would you be interested in something like www.domain.com/bob? It is much easier to do something like this.
ideally would want it as a subdomain as it would work alot better with the domain that I have got
max99 is offline  
Old 09-11-2006, 08:19 AM   #7 (permalink)
NamePros Regular
 
Join Date: Mar 2005
Posts: 412
162.25 NP$ (Donate)

paaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the rough


I'm interested to know if anyone knows of a way to do this create a subdomain on the fly thing. It's in a todo list of one of my projects. I have not researched it yet so if someone knows here then that would surely save me some time.

Max99 do you have a budjet in mind or are you just on the look out for some good offers?
__________________
Please add to my rep points if i was helpful. Thanks.

Ripe Website Manager - Steve Parish
paaaaaaaaaa is offline  
Old 09-11-2006, 08:59 AM   #8 (permalink)
NamePros Regular
 
max99's Avatar
 
Join Date: Mar 2006
Location: Manchester
Posts: 398
35.00 NP$ (Donate)

max99 is an unknown quantity at this point

Cancer
just on the lookout for some good offers really
max99 is offline  
Old 09-11-2006, 10:35 AM   #9 (permalink)
New Member
 
Join Date: Mar 2006
Posts: 12
0.00 NP$ (Donate)

smasher511 is an unknown quantity at this point


@paaa
in order to do that you need to have a server, not just a hosting plan, so you have DNS access...
Then with a little mod_rewrite code you can redirect to that subdomain
__________________
http://www.3dfuturebits.org/ WEB DESING portfolio
http://ivan.3dfuturebits.org/ 3D,2D portfolio
smasher511 is offline  
Old 09-11-2006, 10:41 AM   #10 (permalink)
NamePros Regular
 
max99's Avatar
 
Join Date: Mar 2006
Location: Manchester
Posts: 398
35.00 NP$ (Donate)

max99 is an unknown quantity at this point

Cancer
Quote:
Originally Posted by smasher511
@paaa
in order to do that you need to have a server, not just a hosting plan, so you have DNS access...
Then with a little mod_rewrite code you can redirect to that subdomain
arrr so i would need my own server
max99 is offline  
Old 09-11-2006, 11:17 AM   #11 (permalink)
NamePros Regular
 
Join Date: Mar 2005
Posts: 412
162.25 NP$ (Donate)

paaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the roughpaaaaaaaaaa is a jewel in the rough


Thanks smasher.

Ive found some scripts that claim they can do it. More research proves that you need access to the httpd.conf file, which you will not have.

There seems to be a long winded trick to get around it though. Provided you have domain wildcards enabled in your DNS for your domain. When a user types in the subdomain address. You can use a Error 404 page in PHP. Check the domain name they were trying to access, strip the subdomain from the address and set as a variable. Then change the http status from 404 to 200 ok using the header() function.

Then use readfile to pass the file through your script.

I havn't tested it out and it seems like quite an effort but it looks like it's possible.
__________________
Please add to my rep points if i was helpful. Thanks.

Ripe Website Manager - Steve Parish
paaaaaaaaaa is offline  
Old 09-12-2006, 01:04 AM   #12 (permalink)
NamePros Member
 
Coreycyberdesig's Avatar
 
Join Date: May 2006
Posts: 39
0.00 NP$ (Donate)

Coreycyberdesig is an unknown quantity at this point


Yes it is possable I have done it a few times but it is a pain to say the least but I would comment that even myspace uses the domain.com/method when i last checked
Coreycyberdesig is offline  
Old 09-12-2006, 07:51 AM   #13 (permalink)
NamePros Regular
 
max99's Avatar
 
Join Date: Mar 2006
Location: Manchester
Posts: 398
35.00 NP$ (Donate)

max99 is an unknown quantity at this point

Cancer
hmmm looks like my plan for that is out the window. hmm
max99 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 11:23 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85