PDA

View Full Version : Mini Mods - External Custom Page


AliMadkour
06-14-2008, 10:00 PM
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 (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=182527)
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
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
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
Does it support multi pages oder only one custom page?


No One Custom Page Only ,

AliMadkour
06-15-2008, 05:45 PM
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:


<? 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
My Forum Version 's 3.7.1 PL1 And its work ok,

Try to reupload mypage.phpWell, 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
Hello.

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


<? 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
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/showthread.php?t=62164&highlight=powered+page

Charlie98902
07-03-2008, 02:59 PM
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.

<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...