![]() |
Quote:
ALTER TABLE user ADD `cellprovider` VARCHAR( 8 ) NOT NULL;[/SQL] [SQL]INSERT INTO phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'pmreceived_celltxt', '$touserinfo[username], You have received a new private message at $vboptions[bbtitle] from $bbuserinfo[username].', 3000); INSERT INTO phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'pmreceived_celltxt', 'New Priv Msg at $vboptions[bbtitle]!', 4000); INSERT INTO phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'badcellnum', 'You have provided an invalid cell phone number. Please provide a United States of America cell phone number including area code and a seven digit number.', 1000); INSERT INTO phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'cellnummismatch', 'Your cell phone number provided does not match the confirmation cell phone number you provided, please go back and correctly fill in these fields.', 1000); INSERT INTO phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'cellnumtaken', 'The cell phone number you provided is already in use. If this is your cell phone number please contact your board''s administrator.', 1000); INSERT INTO phrase (`languageid`, `varname`, `text`, `phrasetypeid`) VALUES (0, 'invalidcellprovider', 'The cell phone provider you have provided does not exist or is not yet supported. Please contact your board''s administrator about this.', 1000);[/SQL] |
Works with tmobile as well just so you know and with 3.06 of vb
|
Thats odd I get the following error when running the first query.
Code:
An error occurred while attempting to execute your query. The following information was returned. |
try running them one at a time
|
Quote:
|
Tried to run one at a time and that was the whole syntax.
:( |
Personally, I would luv this hack on my forum...is it possible for someone who has more advance experince in hackin and coding to install it for me? Cuz I just try to do it and am already recievin error messages...
I mean I luv this hack already...and I know my members would ADORE it!!! |
AN-net, could I please get a code revison for this piece of code? I'm using v3.0 and my code is a little different in profile.php
According to the directions I should look for: Code:
~~~~~~~~~~~~~~~~~~~~~~ Code:
if (!empty($newpassword)) Thank you very much! |
Quote:
|
For those experiencing problems running the following queries:
[sql] ALTER ~TablePrefix~user ADD 'cellnum' TINYTEXT NOT NULL; ALTER ~TablePrefix~user ADD `cellprovider` VARCHAR( 8 ) NOT NULL; [/sql] use these instead [sql] ALTER TABLE ~TablePrefix~user ADD cellnum TINYTEXT NOT NULL; ALTER TABLE ~TablePrefix~user ADD cellprovider VARCHAR( 8 ) NOT NULL; [/sql] |
All times are GMT. The time now is 10:37 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:
|