Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 869 Vote(s) - 3.46 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python urllib HELP

#1
HELLO
How to add click web button (urllib, python)
Thanks!
Reply

#2
Could you please be a bit more specific?
Reply

#3
Quote:(04-14-2019, 12:03 AM)eClaire Wrote:

[To see links please register here]

Could you please be a bit more specific?

error: SyntaxError: invalid syntax
My code:

import urllib

f = raw_input("Add your mail: ")
b = raw_input("Add password: ")
x = raw_input("Target mail: ")
c = raw_input("Subject: ")
url = 'gmailurl'
data=urllib.urlencode{'Email or Phone':f 'submit': 'Next''Enter your password':b 'submit':'Next'}
op = urllib.urlopen('gmailurl',data)
Reply

#4
Quote:(04-14-2019, 11:57 AM)D0R3K Wrote:

[To see links please register here]

Quote: (04-14-2019, 12:03 AM)eClaire Wrote:

[To see links please register here]

Could you please be a bit more specific?

error: SyntaxError: invalid syntax
My code:

import urllib

f = raw_input("Add your mail: ")
b = raw_input("Add password: ")
x = raw_input("Target mail: ")
c = raw_input("Subject: ")
url = 'gmailurl'
data=urllib.urlencode{'Email or Phone':f 'submit': 'Next''Enter your password':b 'submit':'Next'}
op = urllib.urlopen('gmailurl',data)

What Python version are you using?
Reply

#5
Quote:(04-14-2019, 11:57 AM)D0R3K Wrote:

[To see links please register here]

Quote: (04-14-2019, 12:03 AM)eClaire Wrote:

[To see links please register here]

Could you please be a bit more specific?

error: SyntaxError: invalid syntax
My code:

import urllib

f = raw_input("Add your mail: ")
b = raw_input("Add password: ")
x = raw_input("Target mail: ")
c = raw_input("Subject: ")
url = 'gmailurl'
data=urllib.urlencode{'Email or Phone':f 'submit': 'Next''Enter your password':b 'submit':'Next'}
op = urllib.urlopen('gmailurl',data)

Looks like you are using python 3 but using raw_input, and also not defining the encode string properly. Try this:

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.

Reply

#6
Quote:(05-14-2019, 11:13 AM)Sartux Wrote:

[To see links please register here]

Quote: (04-14-2019, 11:57 AM)D0R3K Wrote:

[To see links please register here]

Quote: (04-14-2019, 12:03 AM)eClaire Wrote:

[To see links please register here]

Could you please be a bit more specific?

error: SyntaxError: invalid syntax
My code:

import urllib

f = raw_input("Add your mail: ")
b = raw_input("Add password: ")
x = raw_input("Target mail: ")
c = raw_input("Subject: ")
url = 'gmailurl'
data=urllib.urlencode{'Email or Phone':f 'submit': 'Next''Enter your password':b 'submit':'Next'}
op = urllib.urlopen('gmailurl',data)

Looks like you are using python 3 but using raw_input, and also not defining the encode string properly. Try this:

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.

Thanks!!!!!!!!!!!!!!! :biggrin: :biggrin: :biggrin:
Reply

#7
Quote:(05-14-2019, 03:45 PM)D0R3K Wrote:

[To see links please register here]

Quote: (05-14-2019, 11:13 AM)Sartux Wrote:

[To see links please register here]

Quote: (04-14-2019, 11:57 AM)D0R3K Wrote:

[To see links please register here]

error: SyntaxError: invalid syntax
My code:

import urllib

f = raw_input("Add your mail: ")
b = raw_input("Add password: ")
x = raw_input("Target mail: ")
c = raw_input("Subject: ")
url = 'gmailurl'
data=urllib.urlencode{'Email or Phone':f 'submit': 'Next''Enter your password':b 'submit':'Next'}
op = urllib.urlopen('gmailurl',data)

Looks like you are using python 3 but using raw_input, and also not defining the encode string properly. Try this:

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.

Thanks!!!!!!!!!!!!!!! :biggrin: :biggrin: :biggrin: :biggrin:

glad it helped - remember to like if it did :smile:

Also feel free to pm me if you need more help!
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through