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)

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.


All times are GMT. The time now is 03:16 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
  • Page Generation 0.01323 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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