![]() |
Quote:
But your right, it sucks, time to place a new one since this one is more than a year old. |
Quote:
My statement was nothing personal (in fact I think your hacks are great), I'm just tired of all these sites that have hacks that let us sign up and a month later they are gone, we have seen enough of that already in the past. |
vBSigHosting is back and has been updated with a small bug fix. New .Zip added and .txt file for upgrade instructions from 1.0.0 to 1.0.1
Next update will be to view the users sigs. The ammount of space it's using in the database, save files a .gif image, and watermark images for images outside of your site. |
I get this error message:
Code:
Database error in vBulletin 3.0.3: |
You forgot to run the SQL queries as instructed.
These are the ones you need to run: [sql] create table customsiguploader ( userid int unsigned not null default 0 , siguploaderdata mediumtext not null , dateline int unsigned not null default 0 , filename varchar(100) not null default '' , visible smallint not null default 1 , filesize int unsigned not null default 0 , primary key (userid) ) [/sql] And [sql] ALTER TABLE usergroup ADD ( siguploadermaxwidth SMALLINT UNSIGNED NOT NULL DEFAULT '0', siguploadermaxheight SMALLINT UNSIGNED NOT NULL DEFAULT '0', siguploadermaxsize INT UNSIGNED NOT NULL DEFAULT '0', siguploaderpermissions INT(10) UNSIGNED NOT NULL DEFAULT '0' ) [/sql] |
Installed :p
|
Are you able to make it so that the files are not in the database but in the filesystem? :)
|
Quote:
<Files sigs> ForceType application/x-httpd-php </Files> And everyone sigs will point to, www.yoursite.com/forums/sigs/1 1 being the userid. I you can figure out how we can do it to upload to a specific directory that would be great, cause i know you have a huge site, and you need to access the database as less as possilbly. |
I think it's a great hack, keep up the good work Livewire.
|
Great Hack *clicks install*
|
Is there a way not to show the link Upload Signature to the Control Panel of the users which are not on the permited usergroup? Mean the ones, that this feature is turned off.
To make it more clear, what <if condition="?"></if> should i use to this template code, that is put on the USER_SHELL template: Code:
<tr> |
dont know why, i just updated but i still get this error:
Fatal error: Call to undefined function: remote_filesize() in /home/username/public_html/forums/includes/functions_upload.php on line 110 Any idea, please help. Thanks. |
one more thing is that it's working with the upload sig from comp location, it only gives me that errror if i enter the url to the image instead of uploading from my computer.
|
Very strang ntloc, this must be due to another hack you have installed as the only function i mod with this hack is the process_image_upload() function not the remote_filesize().
As in my instructions: In includes/functions_upload.php find: PHP Code:
PHP Code:
|
Hi :)
First off I would like to thank Livewire for what seems like it will be a great and usefull hack. Your work is very appreciated. With that said, I am seem to be having a slight issue. After installing the hack properly as well as setting up my permissions, it seems that no signatures (or avatars, for that matter) are showing up once uploaded. I don't get an error or anything, there is simply nothing there. If I could get some assistance on this matter that would be great. Thank you very much for your time :) P.S. Running the latest VB as well as the latest version of VBsighost. |
Quote:
|
right now i'm using vb3.0.3 by the way
|
Never mind my last post, I got it :D Thanks
|
Live Wire, any solution about what i asked?
Thank u for ur help. |
I can not get mine to work at all. I have checked all the code and instructions and all is set accordingly. When one tries to add a sig, it just refreshes? I have 3.0.3
Any help would be appreciated |
I have this running perfectly on my majorly hacked 3.0.3 so I don't think it's a problem with the version. Might be a conflict with another hack you are using or could be a file edit somewhere.
Anyways - Great hack Live Wire !! My members love being able to host their sig images now !! /me clicks install. |
Thanks, i have an update coming soon, and this will be included with an installer. The newest update will have the following.
-View Users Sig in ACP -Option to upload to database, or web directory -Edit users sigs in ACP -And maybe some more ;) |
Quote:
|
I have noticed that in the instructions where it says
PHP Code:
PHP Code:
PHP Code:
|
OK ,It's working now , however, only if its a new member. None of the existing members can upload ? Sorry if I have over looked a fix for this?
|
Quote:
|
Quote:
|
Quote:
|
Does anyone know if there is a fix for this ?
|
csrs, what other hacks do you have installed at the moment? I have just added my hack to a clean vb install and all old members and new members are able to use this.
|
Quote:
|
I'm not to sure then, i personaly would try to reinstall the hack, or at least take your time and go over every bit of code that you need to install from my install.html file. And make sure you save the usergroups. Go to the register usergroup and just set the settings and click save.
|
I tried installing this program, but couldn't get it working. So I uninstalled it, and everything was fine. Till I tried to edit a usergroup, and I got this error message:
Database error in vBulletin 3.0.3: Invalid SQL: UPDATE usergroup SET ### UPDATE QUERY GENERATED BY fetch_query_sql() ### title = 'Guest', description = '', usertitle = 'Guest', opentag = '', closetag = '', passwordexpires = '0', passwordhistory = '0', avatarmaxwidth = '80', avatarmaxheight = '80', avatarmaxsize = '20000', profilepicmaxwidth = '100', profilepicmaxheight = '100', profilepicmaxsize = '65535', pmquota = '50', pmsendmax = '0', forumpermissions = '4103', pmpermissions = '0', calendarpermissions = '0', wolpermissions = '1', adminpermissions = '0', genericpermissions = '1', genericoptions = '8', journalpermissions = '0', siguploaderpermissions = '0', arcadepermissions = '0' WHERE usergroupid=1 mysql error: Unknown column 'siguploaderpermissions' in 'field list' mysql error number: 1054 ^ Now, I have tried re-installing my forum without the hack ever touching it, but I still get that error. I'm posting it here because of the 'siguploader' thing that I uninstalled. Any idea what could be causing it, so I can go fix the problem? >_> Thankie! |
You haven't fully uninstalled then, you need to unedit anything in the admincp/usergroup.php that i have had you add. Thats why i tell everyone to backup. Backup the files your going to edit, then install the hack, if the hack don't work, then upload the old files that you backed up and your finished.
Don't know why this isn't working for you, i've installed this hack countless amount of times on friends, and customers websites, and never once had a problem, and i've followed my own instructions. |
In the users CP the upload link is not using my forums style.. and its ugly.. Where is this code so I can fix it? Thanks!
|
Quote:
Thats the thing, I ALWAYS make back ups, and even when uploading them again, I still get this strange My SQL error. I even reinstalled a fresh forum and wiped the database, yet I still got this error. It's mighty strange o_O |
Quote:
|
True.Rooster is almost correct. The reason why your getting that error is because you still have code in the usergroup.php file. When you try to save any usergroup, its trying to save the siguploader permissions cause there still code in the usergroup.php file. If you go into phpmyadmin, your not going to find that feild cause it don't exisit.
In usergroup.php Find and Remove: PHP Code:
PHP Code:
PHP Code:
|
Quote:
PHP Code:
PHP Code:
|
Hi:
this looks great! This thread is huge so please excuse my questions if redundant... 1) Can I pick a certain usergroup that can use this? 2) If i have IMG tags disabled for members in signatures, will it affect this mod? because I'd like to keep that setting off, so only usergroups with this mod can use images (banners)... 3) When is the update mentioned coming thanks! |
All times are GMT. The time now is 08:14 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|