Dynadot โ€” .com Registration $8.99

[Resolved] HELP NEEDED: Proxy Script!

Spacemail by SpaceshipSpacemail by Spaceship
Watch

LogiK

Established Member
Impact
11
HELP NEEDED: Proxy Script!

Hello all,
I have a proxy site (ProxyMe.cc) that I got from a friend, Ive done everything the readme says but when i try to browse a page with it i get this error:
Code:
Fatal error: Cannot instantiate non-existent class: domdocument in /home/admin/domains/proxyme.cc/public_html/php/classes/proxy.class.php on line 107

This is a part of the code
Lines 107-124:
PHP:
			$this->dom = new domDocument;
			@$this->dom->loadHTML($this->data);
			foreach ($this->dom->getElementsByTagName('body') as $node) {
				$this->parseNode($node, $exclude);
				$object = $this->dom->createElement('div');
				ob_start();
				include 'php/includes/urlForm.inc.php';
				$content = ob_get_clean();
				$object->nodeValue = '{URL_FORM}';
				$references = $node->getElementsByTagName('*');
				$i = 0;
				foreach ($references as $reference) {
					if (!$i) {
						$node->insertBefore($object, $reference);
					}
					$i++;
				}
			}

To anyone who helps me with this I would be very apprichiate and if you want would give you a copy of the script.

Thanks, Declan.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable DomainsUnstoppable Domains
You are missing the class domDocument... if you can't find it (it might be in another file) then i would reccomend: http://whitefyre.com/poxy/
 
0
•••
0
•••
The DOM functions filth mentions are only available in PHP5, and are part of the php5 core. If the script was written for php5 and you're having trouble running it, check that you are indeed running php5.
 
0
•••
Thank you all, I have messaged my host regarding this.
 
0
•••
I would really reccomend PHProxy.
 
Last edited by a moderator:
0
•••
Speaking of PHProxy on their demo site, grab.cc myspace logins work fine... but then when i try to use the same alleged version that i downloaded form their sourceforge site it doesn't work with myspace... and it determined to remove scripts no matter what lol...

Any ideas?
 
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Unstoppable Domains
Domain Recover
DomainEasy โ€” Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back