Search found 898 matches
Aprelium Forum Index
Author Message
  Topic: downloading .exe
MonkeyNation

Replies: 50
Views: 33378

PostForum: Off Topic Discussions   Posted: Sat Nov 04, 2006 8:28 am   Subject: downloading .exe
Bargain with them, trick them into installing it, or format.

You could try something like [url=http://ophcrack.sourceforge.net/]Ophcrack to get the administrator password too I suppose, but you'd b ...
  Topic: Any Good PHP5 OOP Resources?
MonkeyNation

Replies: 6
Views: 11106

PostForum: PHP   Posted: Sat Nov 04, 2006 8:08 am   Subject: Any Good PHP5 OOP Resources?
class db {
var $link;
function db($hostname, $username, $password, $database) {
if (!$this->link = @mysql_connect($hostname, $username, $password))
...
  Topic: Gzip Compression Size.
MonkeyNation

Replies: 7
Views: 14366

PostForum: PHP   Posted: Wed Jul 26, 2006 10:52 pm   Subject: Gzip Compression Size.
Download a file with file_get_contents, save to a text file, get the size of the text file, and thats your uncompressed size :-)

You would still need the response headers to know if it was gzip'ed ...
  Topic: Gzip Compression Size.
MonkeyNation

Replies: 7
Views: 14366

PostForum: PHP   Posted: Wed Jul 26, 2006 10:28 pm   Subject: Gzip Compression Size.
Uh, download the gzip'ed page then decompress it and compare the sizes.

I think you'll have to write out the HTTP request manually rather than use file_get_contents or something, but other than tha ...
  Topic: AbyssUnderground.co.uk Server Issues
MonkeyNation

Replies: 19
Views: 14730

PostForum: Off Topic Discussions   Posted: Sat Jul 22, 2006 9:11 pm   Subject: AbyssUnderground.co.uk Server Issues
But you never said it was for the new one

Seriously? Are you kidding?

Also I wasn't saying *nix is better, I use Windows on one of my servers, infact it has 250+ days of uptime, I have nothing a ...
  Topic: AbyssUnderground.co.uk Server Issues
MonkeyNation

Replies: 19
Views: 14730

PostForum: Off Topic Discussions   Posted: Sat Jul 22, 2006 6:00 pm   Subject: AbyssUnderground.co.uk Server Issues
Windows isnt the problem, Its a hardware failure, so drop the "windows is rubbish linux is better" crap.

How rude.
You were buying a new computer, I made a software suggestion. No need t ...
  Topic: AbyssUnderground.co.uk Server Issues
MonkeyNation

Replies: 19
Views: 14730

PostForum: Off Topic Discussions   Posted: Sat Jul 22, 2006 5:33 pm   Subject: AbyssUnderground.co.uk Server Issues
Lose Windows. (Or install a good version at least.)
  Topic: Delete files outside of Web Directory on Local Machine
MonkeyNation

Replies: 9
Views: 18750

PostForum: General Questions   Posted: Wed Jul 12, 2006 10:40 pm   Subject: Delete files outside of Web Directory on Local Machine
Oh sorry, I thought the ...s meant there was code taken out.
I could've told you that, sorry.
  Topic: Delete files outside of Web Directory on Local Machine
MonkeyNation

Replies: 9
Views: 18750

PostForum: General Questions   Posted: Wed Jul 12, 2006 8:50 pm   Subject: Delete files outside of Web Directory on Local Machine
Can you please post the result of:
unlink("C:¯\\Program Files\\Abyss Web Server\\htdocs\\_exports\\ratracking\\myfile.txt");

Be sure to Change myfile.txt to a real file that ...
  Topic: Delete files outside of Web Directory on Local Machine
MonkeyNation

Replies: 9
Views: 18750

PostForum: General Questions   Posted: Wed Jul 12, 2006 6:07 pm   Subject: Delete files outside of Web Directory on Local Machine
Uh, I don't know if this is the problem, but try:
$dir = "C:¯\\Program Files\\Abyss Web Server\\htdocs\\_exports\\ratracking";

Unless my memory is going I don't think PHP will let yo ...
  Topic: Help creating a simple contact form for my site
MonkeyNation

Replies: 33
Views: 47745

PostForum: PHP   Posted: Thu Jul 06, 2006 11:49 am   Subject: Help creating a simple contact form for my site
Look whos talking! Why can't you just drop the subject! Also, since when did this topic envolve you!

I'm getting sick and tired of this along as everyone else, I may as well just stick to MSN if pe ...
  Topic: Help creating a simple contact form for my site
MonkeyNation

Replies: 33
Views: 47745

PostForum: PHP   Posted: Thu Jul 06, 2006 6:44 am   Subject: Help creating a simple contact form for my site
Dear MonkeyNation, your a small man and you can't just leave the past behind.

That is all.

0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0

As for eveyone else trying to help thank ...
  Topic: Help creating a simple contact form for my site
MonkeyNation

Replies: 33
Views: 47745

PostForum: PHP   Posted: Wed Jul 05, 2006 7:28 pm   Subject: Help creating a simple contact form for my site
For somebody who hates the person that's going to use it, that's a pretty dumb thing to say.
  Topic: Different PHP for every user
MonkeyNation

Replies: 8
Views: 16673

PostForum: PHP   Posted: Tue Jul 04, 2006 6:12 pm   Subject: Different PHP for every user
The file doesn't /have/ to be called php.ini if you use the -c paramater.
If you provide a directory with -c it will look for php.ini in that directory, otherwise it will use the exact filename you g ...
  Topic: Can't get exif_imagetype working...
MonkeyNation

Replies: 6
Views: 14930

PostForum: PHP   Posted: Tue Jun 27, 2006 11:14 pm   Subject: Can't get exif_imagetype working...
Well, obviously - that's why I didn't bother pasting the error in the first place, and why I tried exif_imagetype.. :wink:

But, here are the results from the code you suggested above:

bool(tru ...
  Topic: Can't get exif_imagetype working...
MonkeyNation

Replies: 6
Views: 14930

PostForum: PHP   Posted: Tue Jun 27, 2006 10:32 am   Subject: Can't get exif_imagetype working...
Create a blank PHP script, and paste:
<?php
error_reporting(E_ALL);
var_dump(dl("php_exif.dll"));
?>
Does that produce a warning? Can you paste it?

Also ...
  Topic: Can't get exif_imagetype working...
MonkeyNation

Replies: 6
Views: 14930

PostForum: PHP   Posted: Tue Jun 27, 2006 10:07 am   Subject: Can't get exif_imagetype working...
php.net
--enable-exif and --enable-mbstring are paramaters for the configure script when compiling PHP yourself.

As to your problem, "an error reporting lack of permissions" isn't very h ...
  Topic: locked myself
MonkeyNation

Replies: 15
Views: 24504

PostForum: PHP   Posted: Sun Jun 25, 2006 12:43 am   Subject: Re: locked myself
out of phpmyadmin pressed one of the buttons on it and now it says localhost is not allowed to connect to the server anybody no a way to get back in ?

Can you actually paste what it says?
If you d ...
  Topic: Smarty Templates and Dreamweaver
MonkeyNation

Replies: 1
Views: 3170

PostForum: Off Topic Discussions   Posted: Sat Jun 24, 2006 2:26 am   Subject: Smarty Templates and Dreamweaver
I've used smarty, just not with dreamweaver.
Then again, other than stealing their icon, I've never used dreamweaver.

On a quick google I get [url=http://smartydwt.klitsche.org/]this, though. Look ...
  Topic: Generically Securing PHP code
MonkeyNation

Replies: 11
Views: 21246

PostForum: PHP   Posted: Sun Jun 18, 2006 5:07 pm   Subject: Generically Securing PHP code
Dude, addslashes().

mysql_query("INSERT INTO `music` (`artist`,`title`) VALUES('".addslashes($_POST['artist'])."', '".addslashes($_POST[' ...
  Topic: Generically Securing PHP code
MonkeyNation

Replies: 11
Views: 21246

PostForum: PHP   Posted: Sun Jun 18, 2006 1:15 pm   Subject: Generically Securing PHP code
I don't know why you're worried about SQL injection with shell_exec, but [url=http://www.php.net/manual/en/function.addslashes.php]addslashes() is what you're after.
It also might be worth creating a ...
  Topic: Generically Securing PHP code
MonkeyNation

Replies: 11
Views: 21246

PostForum: PHP   Posted: Sat Jun 17, 2006 3:57 pm   Subject: Generically Securing PHP code


$output = shell_exec('echo ^<ID01^> '.escapeshellcmd($_POST['message']).' > com1');
  Topic: help with PHP script not working...
MonkeyNation

Replies: 6
Views: 13469

PostForum: General Questions   Posted: Fri Jun 16, 2006 6:54 pm   Subject: help with PHP script not working...
Seems its because the domain providor does not allow subdomains.

Also if he used the code he pasted above then he'll have parse errors.
  Topic: Generically Securing PHP code
MonkeyNation

Replies: 11
Views: 21246

PostForum: PHP   Posted: Fri Jun 16, 2006 6:51 pm   Subject: Generically Securing PHP code
[url=http://www.php.net/manual/en/function.escapeshellcmd.php]escapeshellcmd().
  Topic: help with PHP script not working...
MonkeyNation

Replies: 6
Views: 13469

PostForum: General Questions   Posted: Fri Jun 16, 2006 12:18 pm   Subject: help with PHP script not working...
You're going to have to do better than "neither work" if you want any help.
  Topic: Sending emails with my real name
MonkeyNation

Replies: 10
Views: 18698

PostForum: PHP   Posted: Fri Jun 16, 2006 12:16 pm   Subject: Sending emails with my real name
Which operating system are you using and which SMTPd?
Check the SMTPd's logs to see if it was sendmail that rejected it or the SMTPd.

"From: Symphonics <symphonics@inter.net>\r\n" ...
  Topic: Sending emails with my real name
MonkeyNation

Replies: 10
Views: 18698

PostForum: PHP   Posted: Fri Jun 16, 2006 12:06 am   Subject: Sending emails with my real name
I /know/ using "From: Symphonics <symphonics@inter.net>\r\n" works.
  Topic: Image Question
MonkeyNation

Replies: 12
Views: 17852

PostForum: PHP   Posted: Wed Jun 14, 2006 9:28 pm   Subject: Image Question
The reason fopen() alone doesn't work is because all fopen does is create a handle.
You need to fread() or something in conjunction with fopen() to get it to display the contents of the stream.
  Topic: aprelium.com specs
MonkeyNation

Replies: 22
Views: 19922

PostForum: Off Topic Discussions   Posted: Sun Jun 11, 2006 10:33 am   Subject: aprelium.com specs
My servers specifications are the same as aprelium's. (Same provider I believe, although not intentionally.)

I also co-own a server located in Redbus Interhouse's London datacentre.
It's a 3Ghz IP ...
  Topic: Seperate MySQL server issues
MonkeyNation

Replies: 4
Views: 22347

PostForum: Databases   Posted: Wed Jun 07, 2006 3:28 am   Subject: Seperate MySQL server issues
Use % as a wildcard for the hostname.

Also most things for MySQL under *nix will work for windows.
  Topic: The last 3-4 times I tried MySQL...
MonkeyNation

Replies: 5
Views: 22695

PostForum: Databases   Posted: Mon Jun 05, 2006 11:12 am   Subject: The last 3-4 times I tried MySQL...
Im saying everyone who seems to use command line has problems. If you use the GUI tools its easier. The tutorials I created are there to make it easier for people. Even I would never dream of using th ...
  Topic: The last 3-4 times I tried MySQL...
MonkeyNation

Replies: 5
Views: 22695

PostForum: Databases   Posted: Mon Jun 05, 2006 12:33 am   Subject: The last 3-4 times I tried MySQL...
Firstly, dont use command line. Thats liable to cause problems from the start. Follow the tutorials on my website to get you up and running. www.abyssunderground.co.uk .

I'm sorry, did you just sug ...
  Topic: More recent help with phpmyadmin
MonkeyNation

Replies: 4
Views: 9710

PostForum: PHP   Posted: Thu Jun 01, 2006 11:52 pm   Subject: More recent help with phpmyadmin
Could have sworn I replied to this topic.
Anyway, I doubt very much it's a case of phpmyadmin "not working", I also doubt it's incompatability between php and mysql - all of that stuff is b ...
  Topic: Mail Server Help
MonkeyNation

Replies: 6
Views: 4546

PostForum: Off Topic Discussions   Posted: Tue May 30, 2006 9:46 pm   Subject: Mail Server Help
so what domains do i need to add then?

I host more than one doman and they all use the shost.no-ip.org DNS

Err? The domain that you're sending an email to?
  Topic: Mail Server Help
MonkeyNation

Replies: 6
Views: 4546

PostForum: Off Topic Discussions   Posted: Tue May 30, 2006 9:10 pm   Subject: Mail Server Help
The error is pretty self explanitory. You don't have shost.no-ip.org on the list of domains which your server recieves mail for. (That or you haven't made it so anyone can send anything with it.)

I ...
  Topic: Communicating with dos via website
MonkeyNation

Replies: 7
Views: 13777

PostForum: PHP   Posted: Sun May 28, 2006 1:52 pm   Subject: Communicating with dos via website
Well, there are two ways to pass values over with forms.
They both have obvious advantaeges and disadvantages over eachother. (Post being less visibile, get being easier to manipulate for the end use ...
  Topic: Communicating with dos via website
MonkeyNation

Replies: 7
Views: 13777

PostForum: PHP   Posted: Sun May 28, 2006 1:09 pm   Subject: Communicating with dos via website
You're on the right track.
Two problems:
For variables to get evaluated you have to use double quotes (""s). And you don't really need to use them in this case, you can just do $var.$var. ...
  Topic: Communicating with dos via website
MonkeyNation

Replies: 7
Views: 13777

PostForum: PHP   Posted: Sun May 28, 2006 12:21 pm   Subject: Communicating with dos via website
http://www.php.net/manual/en/ref.exec.php
echo shell_exec("ver"); # Microsoft Windows XP [Version 5.1.2600]
  Topic: Fight SPAM
MonkeyNation

Replies: 5
Views: 4510

PostForum: Off Topic Discussions   Posted: Sat May 27, 2006 11:21 am   Subject: Fight SPAM
Actually, it wasn't here to begin with, it was moved.
  Topic: Problems installing ASP
MonkeyNation

Replies: 9
Views: 40655

PostForum: Classic ASP   Posted: Fri May 26, 2006 5:40 pm   Subject: Problems installing ASP
If I understand you correctly, you want the web server to serve a network resource?

The Inquisitor is correct, however you could avoid the whole copying and pasting problem by mounting the network ...
  Topic: Fatal error: Call to undefined function socket_create()
MonkeyNation

Replies: 10
Views: 23417

PostForum: PHP   Posted: Thu May 25, 2006 11:29 am   Subject: Fatal error: Call to undefined function socket_create()
If C:\WINDOWS\php.ini was the one you edited, then you edited the correct one.

Like aprelium said, try restarting abyss too.
Also, you could see what PHP does from the command line.
I.E. Start &g ...
  Topic: Fatal error: Call to undefined function socket_create()
MonkeyNation

Replies: 10
Views: 23417

PostForum: PHP   Posted: Thu May 25, 2006 9:42 am   Subject: Fatal error: Call to undefined function socket_create()
Oh right, I thought the windows binaries had it enabled by default.
In that case, yeah, you'll have to uncomment the extension in php.ini.

If you already have, and it didn't seem to work, run phpi ...
  Topic: Fatal error: Call to undefined function socket_create()
MonkeyNation

Replies: 10
Views: 23417

PostForum: PHP   Posted: Wed May 24, 2006 7:51 pm   Subject: Fatal error: Call to undefined function socket_create()
Can you paste the output of running phpinfo()? Did you compile PHP yourself?
Also, according to the PHP manual you don't need an extension for socket_create().
  Topic: <= No Longer power by Abyss =>
MonkeyNation

Replies: 5
Views: 15374

PostForum: Powered by Abyss   Posted: Wed May 24, 2006 12:19 pm   Subject: <= No Longer power by Abyss =>
You've obviously put a lot of work into it, and it shows.
If that's your first site, then well done, a great effort.
I'm not too keen on the flash buttons, but other than that I see nothing wrong wi ...
  Topic: Fight SPAM
MonkeyNation

Replies: 5
Views: 4510

PostForum: Off Topic Discussions   Posted: Wed May 24, 2006 12:03 pm   Subject: Fight SPAM
This is ripe with irony.
  Topic: http://19x.xxx.x.xxx ? - urgent
MonkeyNation

Replies: 24
Views: 39446

PostForum: Networking Issues   Posted: Mon May 22, 2006 6:05 am   Subject: http://19x.xxx.x.xxx ? - urgent
If your database details are fine, make sure that (Assuming you created a new user for it.) the user has access to the database.

Also, in MySQL, a primary key can be assigned the auto_increment att ...
  Topic: http://19x.xxx.x.xxx ? - urgent
MonkeyNation

Replies: 24
Views: 39446

PostForum: Networking Issues   Posted: Sun May 21, 2006 1:57 pm   Subject: http://19x.xxx.x.xxx ? - urgent
Heh, I quickly skimmed and checked http://fmi.compusa.com, assuming it was his site.
It does look a lot like a personal website however, which says it all for the manufacturer.
  Topic: http://19x.xxx.x.xxx ? - urgent
MonkeyNation

Replies: 24
Views: 39446

PostForum: Networking Issues   Posted: Sun May 21, 2006 12:43 pm   Subject: http://19x.xxx.x.xxx ? - urgent
You must have done something wrong. :o

Assuming you were referring to The Inquisitor, then although there's no preset timing, I've found that changes can take up to a week to propagate, although fo ...
  Topic: CGIproxy problems
MonkeyNation

Replies: 12
Views: 89759

PostForum: Perl   Posted: Wed May 17, 2006 7:12 am   Subject: CGIproxy problems
What are the paths to the images on lighthttpd, and what are they on abyss?
  Topic: Display servers current ip in page... possible?
MonkeyNation

Replies: 18
Views: 32255

PostForum: Networking Issues   Posted: Sun May 14, 2006 5:22 am   Subject: Display servers current ip in page... possible?
gethostbyname($_SERVER['HTTP_HOST']); # This work?
 
Page 1 of 18 Goto page 1, 2, 3 ... 16, 17, 18  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group