Version: 1.00, by Minots
Developer Last Online: Nov 2013
Version: 2.2.x
Rating:
Released: 08-05-2002
Last Update: Never
Installs: 16
Is in Beta Stage
No support by the author.
Well well... You ask 4 it. Here it is.
This is the extended Version of my first one. Details
It includes the same features + many things more.
The main features are:
* member can as much subdomains (redirektors) as admin allows
* admin can allow/disallow the usage 4 every member and/or usergroup
* full integrated searching for vBsubdomain-user in adminCP
* custom error & redirect templates 4 this hack
Atention!
vBulletin3-Alpha1 is out now, so i will stop to work on this hack
for vB2. It?s possible that I will make a new one for vB3.
Also, the most templates in the zip-file are in german and have
to translate.
And you should only try to install this hack on a test-board.
There isn?t a "1-file-hack-instruction" in the zip! You have to be
advanced install-knowlege to let it work.
OK, hacker! Now it?s your turn.
Edit: a basic translation of templates can be found here
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
in the installs wroites..that i have to modify..an esixsting TEMPALTe..named modifoptions..but there is no template..named like this..what should i do?
in the installs wroites..that i have to modify..an esixsting TEMPALTe..named modifoptions..but there is no template..named like this..what should i do?
sure there is! press "show all", then you can find modifyoptions
Originally posted by Schorsch
jetzt aber folgendes, ich muss jeden user einzeln freischalten damit es funzt (per user find) und das obwohl ich in den usergroups allen registered usern subdomains erlaubt habe
Das liegt am query
PHP Code:
ALTER TABLE `user` ADD `subdom` SMALLINT(6) DEFAULT 0 NOT NULL
Du kannst die Spalte per PHPmyAdmin l?schen und verwende
dann einfach diesen hier:
PHP Code:
ALTER TABLE `user` ADD `subdom` SMALLINT(6) DEFAULT 1 NOT NULL
jetzt ist mir noch was aufgefallen, wenn jemand als Usernamen z.b. Bablabla Blubbblubb hat, also mit dem space dazwischen, dann funzt die subdomain nicht.
@Schorsch
Wunderbar! Dann bist Du wahrscheinlich sogar der Erste!
:banana:Congratulations!:banana:
Zu deinem "Leerzeichen Problem".:
Als erste Abhilfe, k?nntest Du diesen Membern 2 Redirektoren
g?nnen. In dieser 2. k?nnen sie ja den Namen mit "-" verwenden.
Ansonsten m?sste ich mich nachtr?glich eine "Namens-Korrektur"
einbauen, was ich aber aus zeitlichen Gr?nden eigentlich nicht
m?chte.
Bei der Version f?r das vB3 werde ich aber darauf achten.
grad hat ein user eine subdomain erstellt, kurz darauf habe ich folgende 2 email automatisch geschickt bekommen (DB ERROR):
Quote:
Database error in vBulletin 2.2.6:
Invalid SQL: INSERT INTO usersubdomain (username, title, url, metaauthor, metakeywords, metadescription, metarevisit, metarobots, hits, userid) VALUES ('frodang', 'Fordang's Server', 'http://www.xxxxxxxxxxx', 'xxxxxxx', 'suchbegriff,wort,wort,...', 'hier gibt es immer meine frische IP', '999 days', 'NOINDEX','0', '723')
mysql error: You have an error in your SQL syntax near 's Server', 'xxxxxxxxx.' at line 1
Invalid SQL: UPDATE usersubdomain SET title='Frodang's PU-Server',url='http://www.xxxxxxxxxx',metaauthor='Frodang',metakeywords= 'suchbegriff,wort,wort,...',metadescription='hier gibt es immer die frische IP',metarevisit='10 days',metarobots='NOINDEX' where username LIKE 'frodang'
mysql error: You have an error in your SQL syntax near 's PU-Server',url='xxxxxxxxxxxxxx',metaauthor='Frod' at line 1