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

Showing results 1 to 25 of 33
Search took 0.00 seconds.
Search: Posts Made By: MrOnline
Forum: Programming Articles 10-02-2006, 06:08 PM
Replies: 44
Views: 28,255
Posted By MrOnline
i have a bunch of "apache2" services runing when...

i have a bunch of "apache2" services runing when i do ps -A, but no httpd

and the httpd.conf is more or less empty while the apache2.conf hold all information about the server.... And yes it's as...
Forum: Programming Articles 10-01-2006, 09:13 PM
Replies: 44
Views: 28,255
Posted By MrOnline
if i was to use it in .conf file, should i then...

if i was to use it in .conf file, should i then have it in apaceh.conf ??

Kinda noob in linux world :-)
And will it interfer with other sites hosted on same server if i do it in root ?
Not sure...
Forum: Programming Articles 10-01-2006, 07:04 PM
Replies: 44
Views: 28,255
Posted By MrOnline
RewriteEngine on RewriteCond %{HTTP_REFERER}...

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://www.tvandsportstreams.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.tvandsportstreams.com$ [NC]
RewriteRule...
Forum: Programming Articles 10-01-2006, 07:49 AM
Replies: 44
Views: 28,255
Posted By MrOnline
when i try this all i get is Internal Server...

when i try this all i get is
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server...
Forum: General Hosting/Server Discussions 07-31-2006, 10:58 PM
Replies: 5
Views: 1,515
Posted By MrOnline
now it's only 3 of us that has full access :-) ...

now it's only 3 of us that has full access :-)
And it seems like we have had some heavy problems with one of the plugins, after removing that site has been stable...
Forum: General Hosting/Server Discussions 07-31-2006, 04:09 PM
Replies: 5
Views: 1,515
Posted By MrOnline
we have been working on it from both our side,...

we have been working on it from both our side, and isp side.
We removed ALL files uploaded a fresh vbulletin and that seems to have solved it.
Forum: General Hosting/Server Discussions 07-27-2006, 02:53 PM
Replies: 5
Views: 1,515
Posted By MrOnline
i try once more... every php file that is...

i try once more...

every php file that is inside my "Forum" folder can be downloaded...
Does anybody have a tip ???
Forum: General Hosting/Server Discussions 07-24-2006, 08:48 PM
Replies: 5
Views: 1,515
Posted By MrOnline
print grab

hi, by some strange reason people are able to print grab all php files on my site ..

Is there a quick and easy fix for this ???
Forum: vBulletin 3.5 Add-ons 07-23-2006, 04:47 PM
Replies: 89
Views: 32,910
Posted By MrOnline
i'm using deliosso, and it says i "must" have...

i'm using deliosso, and it says i "must" have this plugin, i've tried both versions of the xml but can't seem to get it to work, any tip's on what it might be ??

It's just not showing ANYTHING :-)...
Forum: vBulletin 3.5 Add-ons 05-25-2006, 10:32 PM
Replies: 89
Views: 32,910
Posted By MrOnline
i've had to use impex on my old vb sqldb and move...

i've had to use impex on my old vb sqldb and move to a new, but on the new one after running all kinda "maintance" i still cant get the this plugin to show anything at the header...
the default...
Forum: vB3 General Discussions 05-08-2006, 07:26 PM
Replies: 0
Views: 666
Posted By MrOnline
Cron -> subscription

This is a copy from the subscription.php in cron folder..

$subscriptions_reminders = $vbulletin->db->query_read("
SELECT subscriptionlog.subscriptionid, subscriptionlog.userid,...
Forum: vBulletin 3.5 Template Modifications 05-01-2006, 08:14 PM
Replies: 73
Views: 19,640
Posted By MrOnline
it worked perfect for me, with Firefox, so sorry,...

it worked perfect for me, with Firefox, so sorry, must be something else you have done wrong... :banana:
Forum: vB3 Programming Discussions 04-24-2006, 06:15 PM
Replies: 2
Views: 955
Posted By MrOnline
we have 2 forums where most or well minimus...

we have 2 forums where most or well minimus 15forum's only have 1 thread, that thread are beeing edited like 20 times each day...

And say forum 12 on site 1 = forum 15 on site 2
both only has 1...
Forum: vB3 Programming Discussions 04-24-2006, 10:08 AM
Replies: 2
Views: 955
Posted By MrOnline
thread in sql1 = thread in sql2

just wondering if theres a way to check thread name vs thread name in a different sql...

And if they are different update it to the other unless yours thread date is newer than the other...
...
Forum: vB3 Programming Discussions 04-23-2006, 10:07 AM
Replies: 7
Views: 900
Posted By MrOnline
hmm strange, it's for an "authenticated" service...

hmm strange, it's for an "authenticated" service i need it for, not reading the board itself.. Any tip on how i could fix this ? it's the "popup" that ask for change of ip for use of "paid...
Forum: vB3 Programming Discussions 04-22-2006, 11:13 PM
Replies: 3
Views: 919
Posted By MrOnline
is there a place i can find vbcodes ?? so i can...

is there a place i can find vbcodes ?? so i can change my scripts to it ?

$results = $db->query_read("SELECT

Is the Gooood Code and

$result = mysql_query("SELECT

Is the Baaaad code ???
Forum: vB3 Programming Discussions 04-22-2006, 11:11 PM
Replies: 7
Views: 900
Posted By MrOnline
they gone be asked on login if they wanna change...

they gone be asked on login if they wanna change it, it's only for "paid users" anyway and i do ofcourse understand how it works... not that dumb ..

And this is something i do want, iv'e been...
Forum: vB3 Programming Discussions 04-22-2006, 09:03 PM
Replies: 7
Views: 900
Posted By MrOnline
but i realy do want it... because i want to...

but i realy do want it... because i want to authenticate them with it... to stop users having several users on same account....
Forum: vB3 Programming Discussions 04-22-2006, 08:30 PM
Replies: 7
Views: 900
Posted By MrOnline
userIP vs ipadress

is ther a way to check the userip against the regip ??
like from cookie or something ?
I realy want an popup to show if userip != user.ipadress
Forum: vB3 Programming Discussions 04-22-2006, 08:14 PM
Replies: 3
Views: 919
Posted By MrOnline
php sql vs vbulletin sql

when doing query and other stuff direct to sql, is it better/quicker to use vb way or just use direct sql query from php ??
Forum: Modification Requests/Questions (Unpaid) 04-21-2006, 09:30 AM
Replies: 0
Views: 962
Posted By MrOnline
IP check at login

anybody know of a good hack/mod or somethin that checks the ipaddress on user when he log's in vs the ipaddress reged on him in admincp-user ??

And if they dont match ask if he want to change it..
Forum: vB3 Programming Discussions 04-20-2006, 07:08 PM
Replies: 0
Views: 685
Posted By MrOnline
noob question

guess this is a noob question but here it goes...

I need to find users who are member of group 9, but doesnt have an active subscriptions...

i've played alittle with it and figured out that i...
Forum: vB3 Programming Discussions 04-11-2006, 09:36 PM
Replies: 0
Views: 958
Posted By MrOnline
Pull password from sql or cookie

is that possible ? to pull the password for a logged in user ??
I'm working on a auth. script where atm user needs to enter username and password.. The username i can pull out of user from...
Forum: vB3 General Discussions 04-09-2006, 10:25 AM
Replies: 1
Views: 916
Posted By MrOnline
i'm trying this ,user.userid FROM user...

i'm trying this

,user.userid FROM user WHERE user.username='{$username}' AND (usergroupid !=3 OR usergroupid !=4

But it just doens seem to work.. so if you get any reply or anybody got an idea...
Forum: vB3 General Discussions 04-08-2006, 04:01 PM
Replies: 3
Views: 906
Posted By MrOnline
Check config.php, you can set users there that...

Check config.php, you can set users there that cannot be changed, banned and that are superadmins..
to change this they will need ftp access... so ofcouse you mod's cant have that...
Showing results 1 to 25 of 33

 
Forum Jump

All times are GMT. The time now is 07:50 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.02264 seconds
  • Memory Usage 2,035KB
  • 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
  • (21)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