vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   New Site for new Users (https://vborg.vbsupport.ru/showthread.php?t=257153)

Forum-Germany 01-15-2011 01:11 AM

New Site for new Users
 
Hello.

I have a question.

Is it possible to create for each new user on the forum own site?

I wish there's some custom profile fields and install your own scripts.

It is therefore for each user to create a site such as www, my-forum, de /-user_forum germany.php or something like that.

How can I implement it?

Thank you.

--------------- Added [DATE]1295061974[/DATE] at [TIME]1295061974[/TIME] ---------------

Sorry for double post, however, I believe Google is not well to translate.

I have a question.

I would want this for every user a new side is provided.

On this new side I would like to insert profile fields and some other things.

Is this possible?

Can somebody help me in it?

A new side should be provided. So I am a kind "This" side.

TheLastSuperman 01-15-2011 05:41 AM

Quote:

Originally Posted by Forum-Germany (Post 2149244)
Hello.

I have a question.

Is it possible to create for each new user on the forum own site?

I wish there's some custom profile fields and install your own scripts.

It is therefore for each user to create a site such as www, my-forum, de /-user_forum germany.php or something like that.

How can I implement it?

Thank you.

--------------- Added [DATE]1295061974[/DATE] at [TIME]1295061974[/TIME] ---------------

Sorry for double post, however, I believe Google is not well to translate.

I have a question.

I would want this for every user a new side is provided.

On this new side I would like to insert profile fields and some other things.

Is this possible?

Can somebody help me in it?

A new side should be provided. So I am a kind "This" side.

Taking a shot in the dark here :p.

Basically you want it so that when a new members registers at www.my-forum.de it will automatically create a custom and editable page for that new member to use sort of like their own custom webpage?

Example URL would be: www.my-forum.de/username_forum_germany.php

? I would think a mod like that would be allowed however if I misread wrong and your wanting to create custom subdomains like user.my-forum.de/user_forum_germany.php then no that from what I understand would violate the license agreement.

Now, having this developed/implemented is another story in itself as well as your wanting custom profile fields on that page and I know there would be more to it then your description as one good idea is followed by another :cool:.

JamesC70 01-15-2011 05:21 PM

Thinking out loud here.....

1. Install https://vborg.vbsupport.ru/showthrea...hreadid=210482

2. Edit the server's .htaccess to point to a custom script instead of 404.html, so that when www.my-forum.de/myname-forum-germany.php comes through, it can be intercepted.

3. The custom script would then parse myname out of myname-forum-germany.php, and if myname is a valid member name, redirect to member.php?$session[sessionurl]u=$bbuserinfo[userid] (remember to use userid instead of myname).

4. If myname is not a valid member name, the custom script would redirect to 404.html


All times are GMT. The time now is 12:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00939 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete