vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - External Custom Page (https://vborg.vbsupport.ru/showthread.php?t=182527)

dreads 06-18-2008 11:07 PM

u need to call php inside the php file it self not the template

look at myip.php mod.. and take the sources from there :p

dxflw 06-19-2008 07:08 AM

i have uploaded and install the product i see the option on admincp but i cant find on my forum page , where is this add on

NannyMin 06-19-2008 12:15 PM

Quote:

Originally Posted by dxflw (Post 1553332)
i have uploaded and install the product i see the option on admincp but i cant find on my forum page , where is this add on


I'm facing the same situation. Help!

soundbarrierpro 06-19-2008 05:43 PM

I don't know if this will work, but this is the path I use from the "How to create your own vb powered page" hack

http://www.yourdomain.com/misc.php?do=page&template=

after template= add the name of the page you created.

Like I said though, this is the path used from a seperate hack maybe it will work?

Yonatan 07-03-2008 09:48 AM

thxx...
great mod!

soundbarrierpro 07-03-2008 11:38 AM

I have over 40 custom pages using this hack. However, I still can't figure out how to add permissions to it. Other than that, I can do whatever, however I want to each individual page.

https://vborg.vbsupport.ru/showthrea...t=powered+page

Charlie98902 07-03-2008 02:59 PM

Quote:

Originally Posted by TheInsaneManiac (Post 1549777)
You should make it so that you can edit the page from the AdminCP Vbulletin Options. That would be easier than editing a template.

I agree with this. To the others you need to go to styles and templates locate the MyPage or CustomPage in the list and use HTML or XHTML in some cases if you wish. But I agree need to be edited by the AdminCP rather than template edits.

GaiLoan 08-06-2008 01:06 AM

let me try, thanks

but can you up to more than 1 page ?

Chewy954 08-14-2008 10:20 PM

im trying to adapt this into it.

Code:

<html>
<body>
<form action="math.php?=submit" method="post">
Ticket Amount: <input type="text" name="tickets" />
<input type="submit" name="Submit" />
</form>


<?php
$total = 0.000983428571428571428571428571428 * $_POST["tickets"];
echo($total);
?>
</body>
</html>

i get this error:


Parse error: syntax error, unexpected T_CHARACTER, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\Program Files\Abyss Web Server\htdocs\mypage.php(29) : eval()'d code on line 28


any ideas?

v12kid 08-17-2008 07:20 PM

look forward to an update. this feature has some serious potential


All times are GMT. The time now is 04:13 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.01642 seconds
  • Memory Usage 1,732KB
  • 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)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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