Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   mod for <form> (http://www.bvlist.com/showthread.php?t=12693)

xbdevsponsor 1st March 2023 10:02

mod for <form>
 
[COLOR="lime"]
so how it should work /output
Code:

//[Original_Code_Here]

begin_form();


end_form();
?>

now let's get your ftp file which we extracted from previous ftp attempt. GetForm.php

Save to desktop and upload this to your ftp default directory destination.

GetForm.php
Code:

function begin_form($action='', $extra='', $method='post')
{
 //if (!$action) $action = substr($_SERVER['REQUEST_URI'], 1);
 print("
\n");
}

function end_form()
{
 print("
\n");
}

save in with functions.php so you use it kinda thing :ok:


All times are GMT +2. The time now is 20:46.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.