vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   At-lantis SMS System Version 1.02 (Instant Messenger for vB3) (https://vborg.vbsupport.ru/showthread.php?t=65669)

XanaduRanch 08-17-2004 03:44 PM

Where can I download and try the latest MINI2 version of this?

Great Minds .... you beat me to it. Thanks. I'll try it!

Polo 08-17-2004 03:56 PM

Quote:

Originally Posted by XanaduRanch
Where can I download and try the latest MINI2 version of this?

Here

NuclioN 08-17-2004 04:08 PM

I liked the link in who's online when you could click on the username to send a sms directly. Is that possible with your version mini2? And do we have to uninstall or can it be upgraded by overwriting the files?

NuclioN 08-17-2004 06:47 PM

Hm...nothing can be send or recieved after using this new sms. New profile field is made, correct profilefieldnumber is in place...when i click on a link in who's online it says that there is no permission but this is set to yes in user cp..

NuclioN 08-17-2004 07:04 PM

Nope, the postbit does not show up. When i remove the conditionals it is showing up for everybody but when you click on it the same 'You don't have permission or
has deactivated their Forums Pager' shows up

NuclioN 08-17-2004 07:13 PM

Yes i've done that by the letter. I've read it three times to be sure i didn't forget something

Polo 08-17-2004 08:58 PM

I have mini2 mod version running in a vb 3.0.3 and i havent encounter any problems... welll i found one but was solved... and the file has been updated so I really dont know why is not working for you.

MiLynne 08-18-2004 01:21 AM

Quote:

Originally Posted by mini2
Nuclion, where's your site at with the sms/pager installed?

I have an error on functions_sms.php

Fatal error: Call to a member function on a non-object in /home/ratpack/public_html/includes/functions_sms.php on line 10

and when I go to my SMS System options link, it takes me to a blank page.

I downloaded both hacks, but neither seem to have what I need to correct.

turbidblue 08-18-2004 06:46 PM

thanks to pc freak and mini for such a cool hack and the addons...



[high]* turbidblue clicks install ;)[/high]

platnum 10-02-2004 03:02 PM

Installed Mini2's version.. Everything works like a charm! Thanks!

Just wondering... Is there anyway I could have it enabled for all users by default? Instead of them having to enable it?

Thanks! w00t! :D

platnum 10-05-2004 02:27 PM

Did that bro... They still have to go into there account an enable it :(... Unless someone new signs up, then it's set on yes for them :(

Nordinho 10-28-2004 06:10 PM

Would it be possible to include smilies in the message box??

greets,

Lionel 11-08-2004 06:36 PM

I've got is installed and working, disabled the error reporting, but when someone try to log in with the wrong info, I get this error database message

Invalid SQL:
SELECT id_vom_empfaenger
FROM sms
WHERE id_vom_empfaenger = mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3

mysql error number: 1064

error was from login.php
reported by showthread

Lionel 11-09-2004 02:05 PM

I fixed that error. It is coming from people trying to login in without a username or password. So I wrapped the entire function_sms with

if ($bbuserinfo[username] && $bbuserinfo[userid])
{

function goes here

}

Now, I'd like to know if there is a way to make the postbit image display only when user is online?

deepdark 11-11-2004 09:09 PM

i have a vbindex and this code is going? on some file or some template any help???

Quote:

Originally Posted by PcFreak
PHP Code:

<a onClick="window.open('sms.php?do=sms&amp;userid=$loggedin[userid]','_blank','toolbar=no,location=no,menubar=no,width=550,height=300,resizeable=no  ,status=no');return false" target="_blank" title="Send  $loggedin[username] an SMS message?" href="sms.php?do=sms&userid=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]</a

This code is better.
With the first var $loggedin[musername] you can get problems, because this var of username is with all formats (HTML, Color ect..), so is better use $loggedin[username] in the code.

The second var with $loggedin[musername] is OK.

PcFreak


mahiraminc 11-19-2004 12:06 PM

I don't want the popup to be any more than 250 px in height and 300 pix in width.

By default the window size on the browsers IE and Netscape is 300 x 300.

How do I go about fixing this? I already tried putting in the values in window.open link... and the window opens at 300x300.

Even if I can live with that... but when I receive a message, it opens in a different size? Not 300X300.. Where do I modify the code to open a window in 300x300 when person receives a message?

Thanks.

ambrosious 01-01-2005 12:05 AM

How or where can I turn it on? I get this message...

JoePublic. You don't have permission or
has deactivated their Adult Adventurers Pager

ambrosious 01-02-2005 01:33 AM

Anybody have any ideas?

aranthorn 01-23-2005 03:36 AM

Anyone supporting this hack anymore?

duncan99 02-19-2005 12:20 AM

For those need to run a query for the old users :

Code:

UPDATE userfield SET fieldxx='Yes';
change xx to the number of your field.

This would set all default to yes.

Allan 03-27-2005 04:57 PM

Thanks, work on vB 3.0.7 ;)

==> "Click Install" <==

Allan 04-01-2005 01:12 PM

error:

once that one has to send a SMS has a member, I obtains a white page on the forum

an idea on this prob ?

T3MEDIA 04-17-2005 01:38 PM

Quote:

Originally Posted by mini2
You've followed every step of the installation including the changes you have to make to set the correct $field_no and $bad_groups, and change "field90" in Step 4 of the installation?

Mini this is old as the hills but I know your a pritty good coder. How could it be done where if a pager or sms is not answered it goes to their private messages?

tcs 04-17-2005 11:58 PM

Quote:

Originally Posted by Lionel
I've got is installed and working, disabled the error reporting, but when someone try to log in with the wrong info, I get this error database message

Invalid SQL:
SELECT id_vom_empfaenger
FROM sms
WHERE id_vom_empfaenger = mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3

mysql error number: 1064

error was from login.php
reported by showthread


This is a simple (Rare) error cause by 2 conditions. Time out that a user shows still on "Online" when in fact that have been offline for the set time out period.

The condition that causes the errors is when another user is trying to send an SMS to the Offline user who has been is dropped from the sessions. He is no longer in the database as being Online so you get a SQL error.

The error is fixable and I have been wanting to do it but haven't had the time.

T3MEDIA 04-21-2005 12:53 PM

I see what is wrong with this code. it has to do with the phpinclude_end.

If you get dubble tripple etc sms windows its becuase this program calls even on itself.

I did a few fixes (should fix that white screen too)

PHP Code:

 
if ((THIS_SCRIPT == 'buddies') OR (THIS_SCRIPT == 'member') OR (THIS_SCRIPT == 'vbindex') OR (THIS_SCRIPT == 'index') OR (THIS_SCRIPT == 'journal') OR (THIS_SCRIPT == 'usercp') OR (THIS_SCRIPT == 'arcade') OR (THIS_SCRIPT == 'showthread') OR (THIS_SCRIPT == 'private')) 

    include_once(
"./includes/functions_sms.php"); 


Yeah its a bit long and some hacks you may not have but it wont affect you so you can leave it.

This will bring it up one at a time.

you could do it this way as well.... I really wish Mini2 would help out though...

PHP Code:

if ((THIS_SCRIPT != 'sms'))

    include_once(
"./includes/functions_sms.php"); 



T3MEDIA 04-21-2005 01:27 PM

Fuq cant get that to work either. it is as if the phpinclude runs regardless.
dam it. Dont you hate not being able to get something to dam work?

T3MEDIA 04-27-2005 09:56 PM

ANyway Mini I cant get a hold of... anyone can over look the code he has and let me know why I get database errors? That would be nice. Thanks.

T3MEDIA 05-02-2005 02:46 PM

I have a few ideas how do I go about time stampping the date on the page?

I am almost sure there is a global varable that can do this and I would simply have to place it somewhere.

I know this hack is old and almost no one reviews this one anymore but I would like to think this out with you guys.

T3MEDIA 05-04-2005 11:31 PM

Quote:

Originally Posted by mini2
I've been having a lot of problems/work to do lately on my site(s) so I've not been able to respond/work on anything vB related lately.

If things go to plan within a week or two I might be able to help out more.

Ok Mini2 Love for the response.

Can anyone help at all? I do pay.

sv1cec 06-14-2005 05:27 AM

What's your issue again? I just installed this, and after heavily customizing it, it works fine for me.

T3MEDIA 06-15-2005 04:22 AM

Quote:

Originally Posted by sv1cec
What's your issue again? I just installed this, and after heavily customizing it, it works fine for me.

It was a myvb_ issue.
I got it working now. I would only like to have the pages time stamped.

I do not know how to do that however.

sv1cec 06-15-2005 04:36 AM

There is a time stamp on the messages you receive, right on the top of the message where it says "Hello Member 1,Member2 has send you a message" and then it has the time and date. Where else do you want a time stamp?

sv1cec 06-16-2005 04:44 AM

I have one question here, maybe you folks would like to comment. From what I see in the code, when someone sends you an SMS, you will not see it, unless you change the page you are viewing, or reload it. Another option would be to be in the "Who's On-Line" page, which gets refreshed every so often, so SMS gets delivered.

I was thinking on doing some coding, which will do the followings:

- Upon user's first logging in the site, it will open a new, tiny browser window.
- This browser windo will remain open, and be refreshed every few seconds. In reality, the only code in that window, will be the code, which shows you the received SMS's.
- The user will thus be able to close the main forums window, and leave that small window open, so his SMS's will pop up, when received, even if he is working with something else.

What do you think of this?

Rgds

T3MEDIA 06-16-2005 06:36 AM

just have it set up to work with the buddy list.

sv1cec 06-24-2005 07:06 AM

Well, for those interested, I've ... hacked this hack enough, to allow you to receive and send SMS messages, even if you do not browse the site. I have created a small window, that you call it from a link in the navbar. That window, checks for new SMS messages by refreshing itself every so often. If you get a new SMS, a new window will pop up and show you the SMS.

The small window, also contains a link, through which you can send an sms to another member. You click on it, a window pops up which prompts you for the recipient name. Enter it click the button and you are ready to type in, your SMS.

My users find it extremely useful, since they no longer have to have the site open, in the Who's On-Line page, to get their messages. The small window is very unobtrusive.

The standard functionality of poping up your received SMS's when you are browsing the site, still remains, but is no longer necessary.

If someone is interested, I can provide you with the code mods, but I have not kept notes when making the changes, so don't expect that to be a fully documented mod.

Rgds

altsounds 07-14-2005 04:39 PM

Anyone know how I can make this so that Members can IM guests too?? Like a promotional type tool??

Also, how would I go about quoting what I said originally in my reply?? Sometimes by the time I get a message back I have forgotten what I had written in the first place. This would make it much easier to follow the conversations.

T3MEDIA 07-16-2005 11:14 AM

Quote:

Originally Posted by altsounds
Anyone know how I can make this so that Members can IM guests too?? Like a promotional type tool??

Also, how would I go about quoting what I said originally in my reply?? Sometimes by the time I get a message back I have forgotten what I had written in the first place. This would make it much easier to follow the conversations.

That would be nice. alot of times people are like... what?

That and time stamping is all this baby needs.

altsounds 07-19-2005 05:03 PM

It has a time stamping already telling you when the message was sent. Anyone know how to make this work for guests?

csidlernet 07-20-2005 08:43 AM

Danke!

NuclioN 08-17-2005 04:18 PM

extremely useful indeed! Can someone port this to 3.5 please. It is not that much code. :)


All times are GMT. The time now is 04:19 AM.

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.01470 seconds
  • Memory Usage 1,834KB
  • 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_code_printable
  • (3)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete