Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 202
Search took 0.34 seconds.
Search: Posts Made By: cyborg360
Forum: PHP 05-11-2012, 11:26 PM
Replies: 0
Views: 284
Posted By cyborg360
Forum: JavaScript programming 05-03-2012, 03:33 PM
Replies: 1
Views: 307
Posted By cyborg360
A bit surprised I haven't received replies yet. ...

A bit surprised I haven't received replies yet. Maybe I should elaborate.

Normally I expect to have javascript to capture form data by pointing it to the FORM html, but in this case, the...
Forum: JavaScript programming 05-01-2012, 01:44 PM
Replies: 1
Views: 307
Posted By cyborg360
calendar javascript widget - obtaining input

How do I retrieve input/selections from this calendar widget on this site: moongarm.99k.org
Forum: Domains for sale 03-10-2012, 10:22 PM
Replies: 1
Views: 1,604
Posted By cyborg360
Going to start from the bottom up instead,...

Going to start from the bottom up instead, bidding-style.

$45 or highest bid. Please PM me with offer.
Forum: PHP 02-26-2012, 01:39 AM
Replies: 13
Views: 711
Posted By cyborg360
update: may have found resolution. code that...

update: may have found resolution. code that displays result of upload may be pulling from another location.

I'm trying this now with less code to make things simpler:

...
Forum: PHP 02-24-2012, 11:02 PM
Replies: 13
Views: 711
Posted By cyborg360
mode w will make domdocument class' loadhtml...

mode w will make domdocument class' loadhtml report empty string whereas with r+ it doesn't. not sure why.
Forum: PHP 02-24-2012, 10:38 PM
Replies: 13
Views: 711
Posted By cyborg360
is there a complete list of the built in...

is there a complete list of the built in functions i might want to use like strip_tags somewhere? Or you just suggest learning DOMdocument class better?
Forum: PHP 02-24-2012, 10:25 PM
Replies: 13
Views: 711
Posted By cyborg360
changed code to use chmod($fullpath_and_file,...

changed code to use chmod($fullpath_and_file, 0755); and seems to fopen now but now see:

Warning: DOMDocument::loadHTMLFile() expects parameter 1 to be string, resource given
Warning:...
Forum: PHP 02-24-2012, 10:16 PM
Replies: 13
Views: 711
Posted By cyborg360
Thanks for your responses. Sorry I can't get all...

Thanks for your responses. Sorry I can't get all the responses you need this post. Here is what I did get:

printf("Permissions of %s are: %o" . PHP_EOL, fileperms($sPath));
printf()...
Forum: PHP 02-24-2012, 09:53 PM
Replies: 13
Views: 711
Posted By cyborg360
Still have this issue.. Warning:...

Still have this issue..

Warning: fopen(../imp_b1/4f1esample2.htm) [function.fopen]: failed to open stream: Permission denied

the directory was confirmed to be set to 775 and I am chown'ing the...
Forum: Other server side languages/ issues 02-24-2012, 06:01 PM
Replies: 0
Views: 540
Posted By cyborg360
modifying temporary files

I've heard it's not a good idea to modify these temporary files that have been uploaded to a server and are residing in a temporary directory before moving them to a permanent storage area. What are...
Forum: PHP 02-24-2012, 02:12 PM
Replies: 13
Views: 711
Posted By cyborg360
Tried fopen with 'w' but get the same error... ...

Tried fopen with 'w' but get the same error...

"Just use move_uploaded_file to put it in a directory which you can write in." <---- I'll try that.


The line where the code is yielding the...
Forum: PHP 02-24-2012, 12:31 AM
Replies: 0
Views: 227
Posted By cyborg360
error messaging

I have set php.ini to retain error messages with:

error_reporting = -1
log_errors = On

but i have yet to find errors displayed in the browser showing up in the cpanel PHP error log, although...
Forum: PHP 02-24-2012, 12:25 AM
Replies: 13
Views: 711
Posted By cyborg360
fopen failing to open stream in /var/tmp/

The key issues are that i get this error:

Warning: fopen(/var/tmp/phghvBL8Y) [function.fopen]: failed to open stream: Permission denied in /.../myfile.php on line 99

and I need to write to the...
Forum: PHP 02-20-2012, 09:00 PM
Replies: 0
Views: 267
Posted By cyborg360
strip out only certain inline styles using preg_replace

What code would be used to turn something like this:

<a name="_Utc9083470">

into this:

<a>

and how would I modify it for <h> tags and others?
Forum: Domains for sale 02-14-2012, 05:50 PM
Replies: 1
Views: 1,604
Posted By cyborg360
spikeysoft.com

1) Domain for sale:
spikeysoft.com

2) Registrar domain is registered at:
godaddy

3) Asking Price (or if auction, starting bid plus end time in days):
$650 OBO

4) Payment method (ie:...
Forum: Computer/PC discussions 01-24-2012, 04:30 AM
Replies: 2
Views: 490
Posted By cyborg360
After a second look, it looks like the file...

After a second look, it looks like the file extensions got lost somehow. I just re-added them.
Forum: Computer/PC discussions 01-23-2012, 05:31 PM
Replies: 2
Views: 490
Posted By cyborg360
file type in windows labeled as "file" (previously wasn't)

i had a graphic file, it might have been a jpeg, and now it just shows up as "file" in windows and i cannot open it. what could have happened?
Forum: Computer/PC discussions 01-15-2012, 12:34 PM
Replies: 0
Views: 353
Posted By cyborg360
disabling devices in a bios and security (esp. wifi)

Disabling a NIC in the bios *seems* like a fullproof way to disable it, but is it? For instance, could a card disabled in the bios be reenabled in Windows 7 or linux OSes?
Forum: ASP.NET 01-15-2012, 12:32 PM
Replies: 0
Views: 395
Posted By cyborg360
disabling network card (security)

Disabling a NIC in the bios *seems* like a fullproof way to disable it, but is it? For instance, could a card disabled in the bios be reenabled in Windows 7 or linux OSes?
Forum: Computer/PC discussions 12-23-2011, 05:44 PM
Replies: 2
Views: 705
Posted By cyborg360
I could be wrong, but I think adjusting a pages...

I could be wrong, but I think adjusting a pages language settings based on IP is quite common these days.

I know Google does this, for example.
Forum: Computer/PC discussions 12-22-2011, 09:15 AM
Replies: 2
Views: 705
Posted By cyborg360
Automatic Language Change Based on Location

It seems to me that certain websites may be checking my IP and changing the language to the country's primary language. Can this be prevented through browsers? I've set the language to English in...
Forum: Computer Programming 12-08-2011, 05:18 PM
Replies: 2
Views: 808
Posted By cyborg360
(bumping message. hoping it's ok)

(bumping message. hoping it's ok)
Forum: Computer Programming 12-04-2011, 12:39 AM
Replies: 2
Views: 808
Posted By cyborg360
Cracking my lost password

I lost my password to my usb drive which was encrypted in linux.

This might sound like a school project, but it's not. I know the password was six characters long, numbers and letters only. I...
Forum: Computer/PC discussions 12-03-2011, 10:20 PM
Replies: 2
Views: 1,227
Posted By cyborg360
1. in the log file i see "failed to activate core...

1. in the log file i see "failed to activate core devices". Also, I see a line about a driver being experimental.

2. during installation one of the last parts of session could not load the gui.
...
Showing results 1 to 25 of 202

 
Forum Jump

All times are GMT +1. The time now is 02:44 PM.