vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   how do i (https://vborg.vbsupport.ru/showthread.php?t=72750)

spick 12-10-2004 11:27 PM

how do i
 
hey i got a question



i am creating a vB3 battle system



im stuck on this problem i created a textfield with the name="winner"



and in my newreply.php i used the code



PHP Code:


// update battles

$winid $DB_site->query_first("SELECT username FROM ".TABLE_PREFIX."user WHERE userid='$winner'");

 

if (
$winid['username'] > 0

{

$DB_site->query("UPDATE ".TABLE_PREFIX."user SET wins=wins+1 WHERE username='$winid[username]'");

}

 

 

// end of battle update 



but it does nuthing and i tried more codes but dont seem to work can any body help me??

Brad 12-11-2004 12:03 AM

Change $winner to

PHP Code:

$_POST['winner'


spick 12-11-2004 10:49 AM

1 Attachment(s)
then ill get this error

PHP Code:

Parse errorparse errorunexpected T_ENCAPSED_AND_WHITESPACEexpecting T_STRING or T_VARIABLE or T_NUM_STRING in c:\program files\easyphp1-7\www\upload\newreply.php on line 334 

ill make a screen with it what im trying to build

Brad 12-11-2004 07:10 PM

What is on line 334 of that file?

spick 12-11-2004 07:28 PM

PHP Code:

// update battles 

$winid $DB_site->query_first("SELECT username FROM ".TABLE_PREFIX."user WHERE userid='$_POST['winner'] '"); 



if (
$winid['username'] > 0



$DB_site->query("UPDATE ".TABLE_PREFIX."user SET wins=wins+1 WHERE username='$winid[username]'"); 







// end of battle update 


this is on that line

Mike343 12-12-2004 05:55 AM

try chaning $_POST['winner'] to $_POST[winner]

spick 12-12-2004 12:14 PM

ok got the page back on now but it still doenst update

this is the template part i use for it maybe there is the error

PHP Code:

<!--START BATTLE SYSTEM UPDATER-->
                <if 
condition="$show['admincplink']">
                <
fieldset class="fieldset">
                    <
legend>Battle System Updater (ADMIN VIEW ONLY)</legend>
                    <
div style="padding:$stylevar[formspacer]px">
                        <
div>
Winner Id <br><form action="newreply.php"  name="name" method="update"><input type="textfield" name="winner" value="$winner"><br>vs <br>Loser Id<br><input type="textfield" name="losser" value="$losser"><input type=submit name=verzenden></form></div>
                </
fieldset>
                </if>
                <!--
END BATTLE SYSTEM UPDATER--> 



All times are GMT. The time now is 01:14 AM.

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.01026 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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