PDA

View Full Version : i want helo php code in Easy Forms product


m7sen
11-05-2014, 12:49 AM
hello

i use Easy Forms - Create a form or multiple forms without php or html knowledge for vb3.8.8
https://vborg.vbsupport.ru/showthread.php?t=201097

i want to do select a specific time (like 24 hourse) so that member would be able to re- fill the form again, can i do it by ip members and guest too

i see this

$ip = $vbulletin->input->clean($_SERVER['REMOTE_ADDR'], TYPE_STR);
$formoutput .= $form[preq] . "IP:" . $form[pstq];
$formoutput .= $form['prea'] . $ip . $form[psta];

in here
https://vborg.vbsupport.ru/showthread.php?p=1753251#post1753251

i want it cannt users add two new post before 24 hourse by ip (only one post)

help me please

ozzy47
11-05-2014, 12:58 AM
As I told you in the other thread you posted, https://vborg.vbsupport.ru/showthread.php?t=315243

Questions/Problems regarding modifications/styles need to be asked in the modification/style thread. That is where the support for modification/style is - not out here in the main forums. Please note that if a modification/style is unsupported (or even if it says it is supported), you may be on your own if you chose to install it.

Pleas make sure not to start multiple threads about a mod in the forums, use the mods thread.

m7sen
11-05-2014, 01:46 AM
ok just anyone can help me !!?

TheLastSuperman
11-05-2014, 01:47 AM
M7sen please await a reply in the mods thread, having multiple threads up on the same subject is not acceptable and later on down the road those searching for issues have to sift through 4 of the same threads is just more mess per say. I see you posted in the mods thread recently and the author was online within the past 30 days "04 Oct 2014, 09:11" was his last post. Bananalive is very supportive of his mods so I'm sure he'll reply soon ;).

I'm deleting the other threads, please remain in this one and edit your first post accordingly.

Edit: I see you posted code above;
$ip = $vbulletin->input->clean($_SERVER['REMOTE_ADDR'], TYPE_STR);
$formoutput .= $form[preq] . "IP:" . $form[pstq];
$formoutput .= $form['prea'] . $ip . $form[psta];

Where did you try this? Did you try it in the form hook?

m7sen
11-05-2014, 02:00 AM
thanks man and sorry about the another thread

the code is just sample
is for input a hidden field to automatically log the users IP address regardless of their Usergroup

not what i want :(

Lynne
11-05-2014, 05:01 PM
As you've already been told, you need to post in the modification for support. We do not provide support for modifications outside of the modification thread.

m7sen
11-05-2014, 08:37 PM
i do it and i post in the modification

but none answer me :(

I am sorry if I have caused inconvenience to you

my english is not perfect

thanks

TheLastSuperman
11-05-2014, 10:26 PM
You're not an inconvenience - we just have rules and the reason why is to maintain some form of structure and not have countless threads on the same subject up, with only one containing an answer to the issue. Having multiple threads up on the same issue causes confusion for others when searching for answers.

Check the modification thread every so often for a reply.