Work In Progress

Oninuva

You can change this now in User CP.
Reaction score
221
Warning: mysql_connect(): Can't connect to MySQL server on 'mysql2.freehostia.com' (111) in /home/www/atrocitygaming.org/php/functions.php on line 13
Can't connect to MySQL server on 'mysql2.freehostia.com' (111)
 

TFlan

I could change this in my User CP.
Reaction score
64
I'm unable to reproduce that error can you tell me exactly what you were doing when it came up?
 

TFlan

I could change this in my User CP.
Reaction score
64
There is, just not in that query function listed in the above post.

I've tried using SQL Injection on my login system, doesn't work.

----

New Problem:
Redirecting to a new page, but resending POST vars with it.

I tried 301 redirect, but it's not working so I'm attempting cURL.

Here is what I have so far:

PHP:
$url = "./forums/ucp.php?mode=login";
$user_agent = "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)";
$postvalue = "username=".$user."&password=".$pass."&redirect=../index2.php";
			
$con = curl_init();
curl_setopt($con, CURLOPT_POSTFIELDS, $postvalue); 
curl_setopt($con, CURLOPT_URL, $url);
curl_setopt($con, CURLOPT_USERAGENT, $user_agent);
curl_setopt($con, CURLOPT_RETURNTRANSFER, TRUE);
$result = curl_exec($con);

Would that resend the POST vars? Currently testing, but putting it out there

EDIT::
When i use the above code it just returns back to index.php and doesnt do anything... any clue on why?

EDIT2::
Nevermind, I'm just going to make a custom error page on phpbb... doesn't want to show me how it creates its own session variables... documentation is great, I'm just annoyed with it.

So everything is now integrated with each other! Everyone that made an account before this, you're going to have to re-register. Sorry -.-'
 

TFlan

I could change this in my User CP.
Reaction score
64
Updated first post, and entire site.

Feedback? <3
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top