Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: Xenium
Forum: Community Lounge 11-25-2006, 09:34 PM
Replies: 8
Views: 1,609
Posted By Xenium
I reply: [/quote] Yet you still have the...

I reply:
[/quote]

Yet you still have the freedom to spell "private" in which ever way you like.
Just messin' with you. I do agree with you... really ;)
Forum: vB3 Programming Discussions 08-07-2006, 12:45 AM
Replies: 1
Views: 782
Posted By Xenium
Simple as this line:- MySQL Error : Table...

Simple as this line:-

MySQL Error : Table 'toonstin_forum.toonstin_forumpostindex' doesn't exist

This table isn't a default vB table. I suggest you disable your plugins and/reupload the...
Forum: vBulletin 3.5 Add-ons 07-28-2006, 11:29 PM
Replies: 22
Views: 5,787
Posted By Xenium
I will work on this very soon.

I will work on this very soon.
Forum: vBulletin 3.5 Add-ons 07-12-2006, 12:47 PM
Replies: 22
Views: 5,787
Posted By Xenium
Try to log in and out a couple of times. If you...

Try to log in and out a couple of times. If you still have the same problem, then look at the admin_ip_checker table in something like phpmyadmin and PM me a list of the entries.

Xenium
Forum: vBulletin 3.5 Add-ons 06-24-2006, 02:09 AM
Replies: 22
Views: 5,787
Posted By Xenium
I could extend it to work work with multiple...

I could extend it to work work with multiple admins. I might add this functionality at a later date.
Forum: vBulletin 3.5 Add-ons 06-24-2006, 02:07 AM
Replies: 22
Views: 5,787
Posted By Xenium
Well that's not entirely true. You need to log...

Well that's not entirely true. You need to log out then back in again once in order for it to log your ip address. At the beginning itwill always say that IP's don't match because it hasnt logged an...
Forum: vBulletin 3.5 Add-ons 06-22-2006, 12:54 AM
Replies: 22
Views: 5,787
Posted By Xenium
Well if you installed the product, the panel...

Well if you installed the product, the panel should show up in the admincp home page. You will need to log in and out of the admincp, then the logged IP address will show up.
Forum: vBulletin 3.5 Add-ons 06-22-2006, 12:53 AM
Replies: 22
Views: 5,787
Posted By Xenium
No Problem :)

No Problem :)
Forum: vBulletin 3.5 Add-ons 06-20-2006, 05:54 PM
Replies: 22
Views: 5,787
Posted By Xenium
Nope. It's my fault. I forgot to add table...

Nope. It's my fault. I forgot to add table prefix to the install and uninstall code. I've updated the file now. :)

Change your uninstall code to the following.

$db->query_write("DROP TABLE "...
Forum: vBulletin 3.5 Add-ons 06-20-2006, 03:48 PM
Replies: 22
Views: 5,787
Posted By Xenium
Glad that you got it sorted out :) Odd that it...

Glad that you got it sorted out :) Odd that it didnt add the table on installation of the product though.
Forum: vBulletin 3.5 Add-ons 06-19-2006, 10:00 PM
Replies: 22
Views: 5,787
Posted By Xenium
Security: Admin IP Address Log and Compare

This product will add a security feature into your admincp. When you log into your admin account, your IP address will be logged. On the main admincp index page your current IP address along with...
Forum: Community Lounge 05-26-2006, 05:28 AM
Replies: 16
Views: 1,902
Posted By Xenium
Didn't we already work that out? :confused:

Didn't we already work that out? :confused:
Forum: Community Lounge 05-25-2006, 02:13 PM
Replies: 16
Views: 1,902
Posted By Xenium
Yes. Arc tan is the inverse of tan for php. ...

Yes. Arc tan is the inverse of tan for php.

But the return is in radians. So if you want it in degrees, you will need to use rad2deg.


E.G.

$F = SQRT(rad2deg(atan($A/2)));
Forum: Community Lounge 05-25-2006, 10:00 AM
Replies: 16
Views: 1,902
Posted By Xenium
Me too.. F = SQUAREROOT(INVERSETAN(A/2)) ...

Me too.. F = SQUAREROOT(INVERSETAN(A/2))

@peterska2. The inverse of TAN is INVERSETAN not divide tan:p


A = 2(TAN(F*F))
A = 2(TAN(F^2))
A/2 = TAN(F^2)
INVERSETAN(A/2) = F^2
F =...
Forum: vB3 General Discussions 05-23-2006, 08:57 AM
Replies: 3
Views: 886
Posted By Xenium
Edit your forum description within your admincp....

Edit your forum description within your admincp. And add to it:-

<br />
<img src=http://yoururl.com/location/to/image.gif>
Forum: Community Lounge 05-21-2006, 08:43 PM
Replies: 169
Views: 11,428
Posted By Xenium
Watching Phone Booth on Channel 4. Top movie.

Watching Phone Booth on Channel 4. Top movie.
Forum: vB3 General Discussions 05-01-2006, 02:53 PM
Replies: 15
Views: 1,392
Posted By Xenium
Took a look at your code.. Nice idea :) Saves a...

Took a look at your code.. Nice idea :) Saves a query
Forum: Modification Requests/Questions (Unpaid) 05-01-2006, 02:42 PM
Replies: 1
Views: 720
Posted By Xenium
Simple.. Go to admincp --> user titles. Edit...

Simple.. Go to admincp --> user titles. Edit each title with <img src="http://locationtoimage/image.gif" />

Then update user title and ranks :)
Forum: Modification Requests/Questions (Unpaid) 05-01-2006, 02:15 PM
Replies: 6
Views: 948
Posted By Xenium
Simply put if and elseif clauses in forumdisplay...

Simply put if and elseif clauses in forumdisplay template.

Eg:-
<if condition="$foruminfo[forumid] == XX ">
display certain banner image
</ if>


replace XX with the forum id.
Forum: vB3 General Discussions 05-01-2006, 02:04 PM
Replies: 15
Views: 1,392
Posted By Xenium
Nope, you would need to query title from the...

Nope, you would need to query title from the usergroup table.
Forum: Modification Requests/Questions (Unpaid) 05-01-2006, 11:50 AM
Replies: 1
Views: 923
Posted By Xenium
You can do this in your admincp:- ...

You can do this in your admincp:-

http://yourforum.com/admincp/usertools.php?do=pmstats
Forum: Modification Requests/Questions (Unpaid) 05-01-2006, 11:46 AM
Replies: 1
Views: 735
Posted By Xenium
Why don't you use the new posts button? ...

Why don't you use the new posts button?

http://yourforum.com/search.php?do=getnew

Or do you really need the URL's in a php array?
Forum: Modification Requests/Questions (Unpaid) 05-01-2006, 11:44 AM
Replies: 2
Views: 966
Posted By Xenium
Multiple account login detector:- ...

Multiple account login detector:-

https://vborg.vbsupport.ru/showthread.php?t=107566

Doesn't work in the exact way your saying, but its quite effective.
Forum: Modification Requests/Questions (Unpaid) 05-01-2006, 10:47 AM
Replies: 1
Views: 723
Posted By Xenium
Nice idea. I've just released this hack:- ...

Nice idea. I've just released this hack:-

https://vborg.vbsupport.ru/showthread.php?t=114497

:)

- Xenium
Forum: vBulletin 3.5 Add-ons 05-01-2006, 10:43 AM
Replies: 13
Views: 4,167
Posted By Xenium
Heres a screenshot.

Heres a screenshot.
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT. The time now is 05:30 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.01727 seconds
  • Memory Usage 2,028KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (42)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete