Multi Site Domain Creator

 
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials
View previous topic :: View next topic  
Author Message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Tue Oct 28, 2003 5:18 am    Post subject: Multi Site Domain Creator Reply with quote

Update
--------+

Hey its os17fan here and I have something cool for you Bluedog and Abyss Web Server users , I love your script so much Bluedog that I have decided to create a form so its much easier to add domains to the code. This is your script Bluedog and I have no ownership what so ever. I did this to make life easier lol!

Register Globals: Off
------------------------
Yes thats right , Bluedog made this now to where you don't need Register Globals on. I didn't rewrite this code , its all the same.
-------------------------------------------------------------------------------------

TRUSTpunk (AKA os17fan)
------------------------------
Official Web Site:

http://www.multiple-sites.tk

Download: Multiple Site Creator
-----------------------------------+

I will try to add this on hotscripts.com and Bluedog I put the credits with you in the ReadMe file so if I put my name of the creator of this. I hope you don't mind. I did create this program but just not the PHP script.

Program Name:

Multiple Site Creator
-----------------------+
_________________
This web server is the best !


Last edited by os17fan on Wed Oct 29, 2003 12:25 am; edited 6 times in total
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
yalrighty
-


Joined: 24 Jun 2003
Posts: 99

PostPosted: Tue Oct 28, 2003 5:57 am    Post subject: Reply with quote

Nice job.
Back to top View user's profile Send private message Visit poster's website
Bluedog
-


Joined: 05 Jan 2003
Posts: 179

PostPosted: Tue Oct 28, 2003 6:19 pm    Post subject: Reply with quote

nice one :) :)
_________________
----------------------
Http://www.blue-networks.net/
----------------------
Back to top View user's profile Send private message Visit poster's website
crazymazey
-


Joined: 22 Sep 2003
Posts: 35

PostPosted: Thu Nov 06, 2003 9:46 pm    Post subject: Reply with quote

i tried it fist of all i did what you said

Put the folder MultipleSites in your main web site folder.
Browse to www.your-site.com/MultipleSites/ and you will
see a intro page , scroll to the bottom of the page and
you will find the link to the form. Read the main page!

then i went to

crazymazey.kicks-ass.org/multiplesites

and when i hit muliplesite creator form i
had page error because it tried to go to

http://crazymazey.kicks-ass.org/site_creator/multiple_sites.html?

so i corrected it by changing it to

http://crazymazey.kicks-ass.org/multiplesites/multiple_sites.html?

then added

tkuk.homeip.net

/users/teekay/index.html

and when i hit submit

there was no imformation added to the next page

is this really a working multiple site creator or have i got the wrong one

please explain if i'm doing something wrong
_________________
Back to top View user's profile Send private message Send e-mail Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Fri Nov 07, 2003 12:42 am    Post subject: Reply with quote

Sorry man I forgot all about that , I needed to change that link for the button , I will change it right away. ok don't worry , the ? mark just automaticly shows up when you click on a link , I don't know why but it does
8)

Problem Solved , just a small mistake thats all!
http://multiple-sites.zapto.org/MultipleSites.zip

I don't understand why it won't print to the php code, I will do some more research , maybe Register Globals has to be on to work the program but you don't need Register Globals on for the actual php script.


Last edited by TRUSTAbyss on Wed Dec 17, 2003 7:38 am; edited 2 times in total
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Fri Nov 07, 2003 1:09 am    Post subject: Reply with quote

Ok , It is the Register Globals , I was using the old varibals but how in the hell do I make it where I don't need Register Globals on , I hate this crap

Register Globals has to be on in the php.ini file located
C:\windows\php.ini

here's the variables I was using

domain:
Code:
$domain


Path:
Code:
$dir


Form input:
Code:
Domain: <input type="text name="domain">
Path: <input type="text" name="dir">


Please someone , how do I make it to where people don't need register globals on , I have to write everything all over again :(
Back to top View user's profile Send private message Visit poster's website
demonhunter
-


Joined: 14 Jun 2003
Posts: 79

PostPosted: Sat Dec 13, 2003 4:29 am    Post subject: Reply with quote

can i use this like this

www.mydomain.com get forward to ---------> www.mysite.com/foldername would that work?
Back to top View user's profile Send private message AIM Address
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sat Dec 13, 2003 6:01 am    Post subject: Reply with quote

yeah !

Just type the domain folder as

/foldername


http://www.multiple-sites.tk (Register Globals fixed)

A very good program that I created inspired by BlueDog
Back to top View user's profile Send private message Visit poster's website
demonhunter
-


Joined: 14 Jun 2003
Posts: 79

PostPosted: Sun Dec 14, 2003 11:07 am    Post subject: Reply with quote

what about for example


www.geocities.com/mysite/myfolder

would that work?
Back to top View user's profile Send private message AIM Address
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sun Dec 14, 2003 10:56 pm    Post subject: Reply with quote

Im not sure if thats possible

use: geocities.com/your_site

Folder: /your_site

and that should work , im not the one that
created this script , I just enforce it lol.
Back to top View user's profile Send private message Visit poster's website
demonhunter
-


Joined: 14 Jun 2003
Posts: 79

PostPosted: Mon Dec 15, 2003 6:09 am    Post subject: Reply with quote

Is it possible for somone to Make somthing like that?
Back to top View user's profile Send private message AIM Address
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Dec 15, 2003 7:01 am    Post subject: Reply with quote

Yeah , just add an extra directory path

Domain: geocities.com/mysite/

Dir Path: /myfolder

I think this is what your talking about , wanting
to be able to link to another directory on your
geocities website , make sure they allow PHP.
Back to top View user's profile Send private message Visit poster's website
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Mon Jan 19, 2004 3:11 am    Post subject: Reply with quote

Now THIS is gonna come in handy!

Bluedog and os17fan, thank you guys so much for sharing this script! :D
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Jan 19, 2004 6:39 am    Post subject: Reply with quote

Your Welcome 8)
Back to top View user's profile Send private message Visit poster's website
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Thu Feb 12, 2004 5:48 am    Post subject: Reply with quote

yalrighty wrote:
Nice job.


Yalrighty,

Your site is very nice! What program are you using for FTP?
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Thu Feb 12, 2004 5:54 am    Post subject: Reply with quote

TRUSTpunk wrote:
Sorry man I forgot all about that , I needed to change that link for the button , I will change it right away. ok don't worry , the ? mark just automaticly shows up when you click on a link , I don't know why but it does
8)

Problem Solved , just a small mistake thats all!
http://multiple-sites.zapto.org/MultipleSites.zip

I don't understand why it won't print to the php code, I will do some more research , maybe Register Globals has to be on to work the program but you don't need Register Globals on for the actual php script.


Dang it! I can't download this program either! I hate this @#$% firewall!!! :roll:
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
wayuce
-


Joined: 27 Feb 2004
Posts: 4

PostPosted: Sat Feb 28, 2004 4:40 pm    Post subject: Reply with quote

i hate this too!!!!!!!!!!! :evil:

though you laboured for that!!!!!!!!
Back to top View user's profile Send private message
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Sun Feb 29, 2004 7:33 pm    Post subject: Reply with quote

I finally got to download the program. My firewall was stopping me. I'm using another firewall now, and it's much better. :)
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sun Feb 29, 2004 10:58 pm    Post subject: Reply with quote

How can your firewall stop you , I have my web server
in top notch security , please explain ? :?

P.S. I used to have a FTP server called
Bullet Proof FTP server but I got tired
of hosting crap on FTP , I now use IRC
Back to top View user's profile Send private message Visit poster's website
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Mon Mar 01, 2004 1:09 am    Post subject: Reply with quote

Easy. Some downloads don't work when they don't get a REFERER from you. If your Firewall blocks your presence on the web (stealth), no referer will be given, thus, the download won't start.
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Mar 01, 2004 3:39 am    Post subject: Reply with quote

Ok , I gotch you ! 8)
Back to top View user's profile Send private message Visit poster's website
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Mon Mar 01, 2004 4:06 am    Post subject: Reply with quote

Well, I've decided that since I'm not going to be doing any hosting, the Multi-Site Creator is overkill for me. I'll just stick to my little ol' single domain, and be satisfied. :wink:

I've installed a blog and a forum, but I haven't done much with it yet. That's next on my list. I just had to beef up security, and tweak my settings for optimum upload speed.

FYI - there are some pretty good tutorials and resources on running your own web server over at www.dslreports.com, at www.dslwebserver.com, and www.diywebserver.com.


[[[[ HERE ARE SOME MORE HELPFUL TIPS ]]]]


SECURITY:
=======
I would advise anyone planning to run a web server to FIRST make a trip over to the Shields Up web site (get the URL from Google), to run ALL the security tests, and to download the free tools there (DCOM, UnPnP, and the one that stops Messenger Spam) to tweak your Operating System for optimum security. Then make sure your AntiVirus and Firewall programs are up to date, and setup for maximum security.

MAINTENANCE:
==========
Get rid of all your junk files, delete any programs you aren't using, and scan your hard drive for errors (with the option to REPAIR), then defrag your hard drive, so everything runs smoothly and quickly.

Then, I run Speed Tests over at www.dslreports.com (create an account so you can login and save your test results) and Tweak Tests to improve my up/down speeds.

Hope all this helps someone! :)
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Mar 01, 2004 4:49 am    Post subject: Reply with quote

Note: www.dslreports.com is now called www.broadbandreports.com so make sure to update all your bookmarks! :D
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Mon Mar 01, 2004 5:04 pm    Post subject: Reply with quote

iNaNimAtE wrote:
Note: www.dslreports.com is now called www.broadbandreports.com so make sure to update all your bookmarks! :D


Thanks for the heads up! I just updated my bookmark. :)

Nice banner, by the way. Did you make that?
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Mar 01, 2004 8:28 pm    Post subject: Reply with quote

My project thing that I created can be used for anything
like if you host a forum , you can create a sub domain
for your official site and use a php or perl script to forward
to that forum with them just typing forum.your-site.com


http://www.offspringvideos.com "My Main Site"

http://bbs.offspringvideos.com "my vhost BBS"

http://os17fan.cjb.net "My vhost site"

http://vhosting.cjb.net "::My Virtual Host Creator:: vhost site"

------------------------------------------------------------------------------------

It is very usefull , so if you need help , you can contact me
on my MSN messenger at trustpunk@hotmail.com 8)
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Tue Mar 02, 2004 2:45 am    Post subject: Reply with quote

DLashley wrote:
Nice banner, by the way. Did you make that?

Yes, I did make it. Thank you for the comment. And I am proud to say that I don't use Photoshop for my images. I like to use Macromedia Fireworks. For some reason, I feel more comfortable with this.

I suggest you all go out and try it. There is a 30-day trial version at www.macromedia.com.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
olly86
-


Joined: 25 Apr 2003
Posts: 993
Location: Wiltshire, UK

PostPosted: Tue Mar 02, 2004 2:33 pm    Post subject: Reply with quote

iNaNimAtE wrote:
DLashley wrote:
Nice banner, by the way. Did you make that?

Yes, I did make it. Thank you for the comment. And I am proud to say that I don't use Photoshop for my images. I like to use Macromedia Fireworks. For some reason, I feel more comfortable with this.

I suggest you all go out and try it. There is a 30-day trial version at www.macromedia.com.
i'll stick with my Ulead PhotoImpact thanks, cos it's a full vershion, 100% free (about 3 yrs old through) :D
_________________
Olly
Back to top View user's profile Send private message
demonhunter
-


Joined: 14 Jun 2003
Posts: 79

PostPosted: Sat May 08, 2004 12:39 pm    Post subject: Reply with quote

will this work on other servers if u dont have access to them or just abyss it self? it would be call if so how would i set it up the thing if ive got a shared hosting plan
Back to top View user's profile Send private message AIM Address
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sat May 08, 2004 2:21 pm    Post subject: Reply with quote

If you have your own domain with
your own / Directory , than it will work!

To get your IP Address for
that domain , use netcraft!
Back to top View user's profile Send private message Visit poster's website
demonhunter
-


Joined: 14 Jun 2003
Posts: 79

PostPosted: Sat May 08, 2004 9:39 pm    Post subject: Reply with quote

so i got a domain like this demonhunter.biz and will that work for everyone else who goes to that url will be redirected to another folder to http://free.hostultra.com/~demonhunter/

does that domain have to be registered for me to use it or can it be unregistered?
Back to top View user's profile Send private message AIM Address
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sat May 08, 2004 9:41 pm    Post subject: Reply with quote

Yes, that is how it works. And, yes, you need to register the domain.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
demonhunter
-


Joined: 14 Jun 2003
Posts: 79

PostPosted: Sun May 09, 2004 6:47 am    Post subject: Reply with quote

how will i set it up if my host isnt using abyss web server?
Back to top View user's profile Send private message AIM Address
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun May 09, 2004 6:51 pm    Post subject: Reply with quote

Although we look down upon Non-Abyss users (as this is an Abyss forum), the installation is the same.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group