vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   i support to you (https://vborg.vbsupport.ru/showthread.php?t=101149)

nir 11-19-2005 01:13 PM

i support to you
 
hello


Code:
i need the code origin of this

$printhr = true;
construct_nav_option($vbphrase[' director the designs'], 'template.php?do=modify', '<br />');
construct_nav_option($vbphrase['find in the flaxen'], 'template.php?do=search', '<br />');
construct_nav_option($vbphrase['replacement_variable_manager'], 'replacement.php?do=modify', '<br />');
construct_nav_option($vbphrase['download_upload_styles'], 'template.php?do=files', '<br />');
construct_nav_option($vbphrase['find_updated_templates'], 'template.php?do=findupdates', '<br />');
construct_nav_group("$vbphrase[styles] &amp; $vbphrase[templates]", '<hr />');
}
// ***
if (can_administer('canadminlanguages'))
{
$printhr = true;
construct_nav_option($vbphrase['מנהל השפות'], 'language.php?do=modify', '<br />');
construct_nav_option($vbphrase['מנהל הביטוים'], 'phrase.php?do=modify&phrasetypeid=1', '<br />');
construct_nav_option($vbphrase['search_in_phrases'], 'phrase.php?do=search', '<br />');
construct_nav_option($vbphrase['mistakenly to haul up languages'], 'language.php?do=files');
construct_nav_group("$vbphrase[languages] &amp; $vbphrase[phrases]", '<hr />');

http://www.rar.co.il/files/eMule-1132415600.png
unmistakable ruin code
i need source code of this vb 3.0.8

תודה לעזרה

Marco van Herwaarden 11-19-2005 01:28 PM

Download a fresh copy of vbulletin, and take the code from there.

nir 11-19-2005 01:34 PM

i do not understand all thus.
you can malt me code this?

Marco van Herwaarden 11-19-2005 01:37 PM

No i can not malt you code this.

You can go to your vBulletin member area and download a new copy of vB 3.0.8. Then look in the source what the original code was.

Borgs8472 11-20-2005 08:50 PM

Quote:

Originally Posted by MarcoH64
No i can not malt you code this.

You can go to your vBulletin member area and download a new copy of vB 3.0.8. Then look in the source what the original code was.

I malt people the code all the time...

cinq 11-20-2005 09:55 PM

Quote:

Originally Posted by MarcoH64
No i can not malt you code this.

:p :p Be nice Marco :D

Paul M 11-20-2005 10:12 PM

I take it some online translator has mangled 'help' into 'malt' ... ?

noppid 11-20-2005 10:13 PM

I suspected he was asking code be mailed to him.

tnguy3n 11-20-2005 11:58 PM

PHP Code:

construct_nav_option($vbphrase[' director the designs'], 'template.php?do=modify''<br />');
construct_nav_option($vbphrase['find in the flaxen'], 'template.php?do=search''<br />'); 

phrases can not have space in their varname.

PHP Code:

construct_nav_option($vbphrase['מנהל השפות'], 'language.php?do=modify''<br />');
construct_nav_option($vbphrase['מנהל הביטוים'], 'phrase.php?do=modify&phrasetypeid=1''<br />');
construct_nav_option($vbphrase['mistakenly to haul up languages'], 'language.php?do=files'); 

and neither can those phrases.

Brad 11-21-2005 01:01 AM

Please do not give support to members outside of the support forums.


All times are GMT. The time now is 10:40 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.01854 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete