vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   mYvBindex v3.1 (https://vborg.vbsupport.ru/showthread.php?t=44691)

Big J 01-24-2004 10:54 PM

Quote:

Originally Posted by Faranth
turn off wether in the ACP

I did that as well and it till didn't work. So I went to index.php and just removed the code from there. Now it works great!

Any idea why the weather stopped working out of the blue?

Zachery 01-25-2004 12:18 AM

Quote:

Originally Posted by Big J
I did that as well and it till didn't work. So I went to index.php and just removed the code from there. Now it works great!

Any idea why the weather stopped working out of the blue?

depding on how high the load is at the remote server is how long it takes for the page to be displayed

we_scooter 01-28-2004 02:22 PM

hello guyz

I have problem with redirecting after logging in using ( user log in box ) in homepage index

It goes to www.alqassim.org/member.php instead of www.alqassim.org/forums/member.php


so what is wronge ?

------------

I have the Cookie Domain
set to:

www.alqassim.org

is this ok?

Zachery 01-28-2004 07:02 PM

cookie domain should be .mysite.com nothing else.

we_scooter i dont belive you correctly did the insltation, please read the faq in the readme file

we_scooter 01-28-2004 07:15 PM

its www.domain.org

so u saying there must not be 'www' !

===========
u don't believe I did
Quote:

Suggestions for insltation:
1. insolation
2. insulation
3. insolations
4. illustration
5. elicitation
6. insulations
7. insanitation
8. insertion
9. elicitations
10. insulated

which one :P:P:P

sorry , I did the thing;) and hope to be like u someday...

thanx for replying master am happy to include ur clue ...

thanks..

we_scooter

Konrad0 01-29-2004 02:53 PM

How can i create a new page just with the right and left menu.. but no news in the middle.... but there should be such a table like the news.. :)

i hope u know what i mean :)

jarvis 02-02-2004 01:42 AM

Okay, I am not a php guru, but have fumbled along this far.

I have been running this hack for quite a while now, and am trying to get some scrolling news across the top of the page. I need to include some PHP code into my myvbindex.php that will scroll this news across the top.

Here is the code:
PHP Code:

// rss news
define('MAGPIE_DIR''/home/mhogamin/includes/magpie/');
require_once(
MAGPIE_DIR.'rss_fetch.inc');

$url 'http://www.dailygame.net/rss.xml';

if ( 
$url ) {
    
$rss fetch_rss$url );
    
    echo 
"<marquee>";
    
$count=0;
    foreach (
$rss->items as $item) {
        if(
$count=="10"){
        break;
        }
        
$count++;
        
$href $item['link'];
        
$title $item['title'];    
        echo 
"<a href=$href><font size=-1>$title</font></a>";
        echo 
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
    }
    echo 
"</marquee>";


The code works within the index.php fine but puts it at the top of the page. I have been trying to put a variable called $rssnews into the index template, but am lost at how I should go about next steps so that this code executes in the right location.

Thanks much for any help!!! :D

jokerjp 02-07-2004 03:50 PM

ive no idea what this is can anyone help?
Code:

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v084711/index.php:8) in /www/htdocs/v084711/forums/admin/functions.php on line 1850

Zachery 02-07-2004 11:33 PM

Quote:

Originally Posted by jokerjp
ive no idea what this is can anyone help?
Code:

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v084711/index.php:8) in /www/htdocs/v084711/forums/admin/functions.php on line 1850

You have whitespace after ?> or before <?php

in one of your files

Assault 02-08-2004 06:57 AM

i installed dis on 2.3.3..and the news doesnt show up on the front page


All times are GMT. The time now is 06:05 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.03593 seconds
  • Memory Usage 1,754KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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