Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
good day, am a new programmer and i am trying to create a roll captcha script for my bitcoin betting website, as the admin i want to be able to get 0.1btc on one roll,with my little experience this can be done on the console of any google chrome, below is the script i and my colleagues wrote but it errored as
uncaught exception unexpected identifier

so i really don't know why i got that message after executing the script...
below is the script;

What I have tried:

HTML
0.15891620 BTC</ div>               <div class="large-9 small-12
large-centered columns center lottery_winner_table_box_container
my_tickets_row_two ">           <div class="large-6 small-6 columns center
lottery_winner_table_box lottery_winner_table_first_last_cell">9986 -
9993</div>      <div class="large-6 small-6 columns center
lottery_winner_table_box lottery_winner_table_first_last_cell"> 0.15891620 BTC</div>                       <div
class="large-9 small-12="" large_centered="" columns="" center
lottery_winner-table_box_container="" my_tickets_row_two="" "="">          <div
class="large-6 small-6="" columns="" center="" lottery_winner_table_box
lottery_winner_table_first_last_cell"="">9994 - 9997</div>      <div
class="large-6 small-6="" columns="" center="" lottery_winner_table_box
lottery_winner_table_first_last_cell"="" style"border-left:="" none;"="">0.00162010
BTC                  <div class="large-9 small-12 large-centered
columns center lottery_winner_table_box_container my_tickets_row_two ">
     <div class="large-6 small-6 columns center lottery_winner_table_box
lottery_winner_table_first_last_cell">9998 - 9999</div>      <div
class="large-6 small-6 columns center lottery_winner_table_box
lottery_winner_table_first_last_cell" style-"border-left: none;=>0.01620102
BTC</div>                  <div class="large-9 small-12 large-centered
columns center lottery_winner_table_box_container my_tickets_row_two ">
     <div class="large-6 small-6 columns center lottery_winner_table_box
lottery_winner_table_first_last_cell br_0_0_0_5">10000</div>      <div
class="large-6 small-6="" columns="" center="" lottery_winner_table_box
lottery_winner_table_first_last_cell="" br_0_05_5"="" style="border-left:
none;">0.16201022 BTC</div>                   <div
id="box_ad_middle" class="wx3uoH4d"><center></center><div
id="free_play" align="center" class="free_play_element"><div
id="free_play_form"><div
align="center"> <div id="free_play_captchas_recaptcha_v2"
Posted
Updated 16-May-17 13:03pm
v2

1 solution

You've got a bunch of double quotes out of place all over this HTML:
    <div class="large-9 small-12="" large_centered="" columns="" center
lottery_winner-table_box_container="" my_tickets_row_two="" "="">


Frankly, a lot of these attributes don't make any sense. They are not normal HTML, so they'll get ignored, but it also makes it impossible to tell you how to fix this.

Oh, and none of what you posted is javascript.
 
Share this answer
 
v2
Comments
Member 13204781 17-May-17 4:27am    
okay thanks,but how can the intended script for my site be fixed? can you guide me on how i can create such a script? Thanks for your Feedback
Member 13204781 17-May-17 4:30am    
i'd appreciate your support?, if you need me to explain my use for the script,please just type request:..thanks. am looking forward to your reply
Dave Kreskowiak 17-May-17 10:29am    
Script? What script? There's nothing to help with. What you posted is really bad and confused HTML with no javascript. There's nothing to help with and what you're asking is a sh*t-ton of work. There's no way writing this code is going to happen in any forum environment. I also have my own job to do and code to write and nobody is doing that for me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900