PHPBB Login

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
15 posts Page 2 of 2
Contributors
User avatar
Bloodz_Ninja
Dedicated Member
Dedicated Member
Posts: 69
Joined: Sat Aug 25, 2012 3:20 am

Re: PHPBB Login
Bloodz_Ninja
i found a code for mybb i think it is, can someone please edit it for phpbb3?
Code: Select all
Dim postData As String = "http%3A%2F%2Fdl4hacks.net%2Fmember.php?action=login&username=" + TextBox1.Text & "&password=" + TextBox2.Text & "&submit=Login&action=do_login&url="
        Dim tempcookies As New CookieContainer
        Dim encoding As New UTF8Encoding
        Dim byteData As Byte() = encoding.GetBytes(postData)
        Dim postreq As HttpWebRequest = DirectCast(HttpWebRequest.Create("http://www.dl4hacks.net/member.php?action=login"), HttpWebRequest)
        postreq.Method = "POST"
        postreq.KeepAlive = True
        postreq.CookieContainer = tempcookies
        postreq.UserAgent = "Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.3) Gecko/20100401 Firefox/4.0 (.NET CLR 3.5.30729"
        postreq.ContentType = "application/x-www-form-urlencoded"
Code: Select all
Imports System.Net
Imports System.Text
Imports System.IO
User avatar
pip
VIP - Donator
VIP - Donator
Posts: 156
Joined: Tue Jul 12, 2011 3:13 am

Re: PHPBB Login
pip
@ #Bloodz_Ninja all you have to do is change & "&submit=Login&action=do_login&url=" , and ("http://www.dl4hacks.net/member.php?action=login") you have to right click and view source on your site and find the login action and make the site to your site login page very easy if cant figure out pm me your site your trying to use :) and ill try to help!

edit: you have to change a few things and it involves using your ftp to find the links needed
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
User avatar
Bloodz_Ninja
Dedicated Member
Dedicated Member
Posts: 69
Joined: Sat Aug 25, 2012 3:20 am

Re: PHPBB Login
Bloodz_Ninja
i dont see where to pm
User avatar
pip
VIP - Donator
VIP - Donator
Posts: 156
Joined: Tue Jul 12, 2011 3:13 am

Re: PHPBB Login
pip
um well in post top right little orange box or click my profile and little orange box
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
User avatar
Bloodz_Ninja
Dedicated Member
Dedicated Member
Posts: 69
Joined: Sat Aug 25, 2012 3:20 am

Re: PHPBB Login
Bloodz_Ninja
ok sent cooll;
15 posts Page 2 of 2
Return to “Tutorial Requests”