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)

AliMadkour 06-14-2008 10:00 PM

External Custom Page
 
Hello,

Today I have A Cool Add-ons

Its Allow you to manage a page from your AdminCP

Installation:
  • Upload mypage.php to you forum directory
  • Import XML file via Product
  • You Can Change mypage.php content by edit mypage Template
  • click install
Note: you can rename mypage.php

:)

Mattimus1984 06-15-2008 03:40 AM

*Reserved*

habbworpe 06-15-2008 03:45 AM

Very nice!

lostgirl815 06-15-2008 06:22 AM

I never did figure out how to 'tag' a Mod, so... marked as installed, so that it'll show up on my list. It looks like it could come in handy.

TheProphet 06-15-2008 07:35 AM

Thx m8, will give this a try aswell

youradhere4222 06-15-2008 08:15 AM

Quote:

Originally Posted by lostgirl815 (Post 1549712)
I never did figure out how to 'tag' a Mod, so... marked as installed, so that it'll show up on my list. It looks like it could come in handy.

Mod Information > Edit Settings

goranbaxy 06-15-2008 08:17 AM

I've been waiting for this one, thanks!

TheInsaneManiac 06-15-2008 08:49 AM

You should make it so that you can edit the page from the AdminCP Vbulletin Options. That would be easier than editing a template.

marc2005 06-15-2008 09:13 AM

Does it support multi pages oder only one custom page?

Desesperao 06-15-2008 11:04 AM

It doesn?t work in vB 3.7.1 patch 1:(

lostguy 06-15-2008 12:07 PM

Im abit confuse here ! The TEST spot ...how we can change , add or edit ? I dont see any oprion allow we CHANGE them or ADD .

Please Explain for me .

lg

lostguy 06-15-2008 12:12 PM

Quote:

Originally Posted by marc2005 (Post 1549790)
Does it support multi pages oder only one custom page?

Ya i want the script allow us create more then 10 pages ! Mean we can have 10 different pages so we can add 10 different stuff .

Lg

AliMadkour 06-15-2008 05:44 PM

Quote:

Originally Posted by marc2005 (Post 1549790)
Does it support multi pages oder only one custom page?


No One Custom Page Only ,

AliMadkour 06-15-2008 05:45 PM

Quote:

Originally Posted by Desesperao (Post 1549848)
It doesn?t work in vB 3.7.1 patch 1:(


My Forum Version 's 3.7.1 PL1 And its work ok,

Try to reupload mypage.php

spudermanxxl 06-15-2008 06:24 PM

Hello.

is it possible to put php script to show ip example:

Code:

<? echo getenv('REMOTE_ADDR'); ?>
How I can put php script to this custom page ?

helpmehost 06-15-2008 06:25 PM

reserved

sbarbz 06-16-2008 04:29 AM

this is not allow to open number page .. :(

Desesperao 06-18-2008 09:07 PM

Quote:

Originally Posted by AliMadkour (Post 1550163)
My Forum Version 's 3.7.1 PL1 And its work ok,

Try to reupload mypage.php

Well, I?ve tried to upload again "mypage.php" but it doesn?t work fine. I don?t know why but the hack doesn?t show the changes I make in the "admincp".

I?ve managed to make it work editing the "product-costom_page" and pasting in it the code directly.

Any idea?


PD: thanks for your hack. IT?S GREAT!!.

AliMadkour 06-18-2008 09:41 PM

Quote:

Originally Posted by spudermanxxl (Post 1550188)
Hello.

is it possible to put php script to show ip example:

Code:

<? echo getenv('REMOTE_ADDR'); ?>
How I can put php script to this custom page ?

you can do that but you will need to edit mypage.php

Deepdog009 06-18-2008 10:20 PM

Externalizatvbulletionation... :up:

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

zaddy 10-28-2008 02:55 AM

I currently have this mod installed and it works like its suppose to but I want to know how I can add more pages? Where should I go to add more custom pages?

JohorBahru 08-30-2011 03:51 AM

it could be better if multiple pages is allowed :)

lawiki 09-22-2012 03:11 AM

could someone please convert the product code to VB4?
It uses EVAL and I read all the documents how to change this 1 line, but I cant figure it out.
pretty please?

It is small single file...


All times are GMT. The time now is 09:52 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.01427 seconds
  • Memory Usage 1,778KB
  • 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
  • (3)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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