Tuesday, July 17, 2012

htaccess file invisible on ftp

Once again i faced with this problem...

I have connected to ftp to edit htaccess file but it is invisible. I use PSPad Editor with ftp client support.

Here is how to fix


Invisible files on ftp in PSPad:
1. Edit your ftp connection
2. Check checkbox with text - "Show hidden files (must be supported by FTP server)"
3. Reconnect
4. Done.

Cureftp fixing hidden files:

1. Open CuteFTP and Enter Hostname , Username and Password.
2. Click Action tab in Settings
3. Click on Filter button
4. tick on Enable server side filtering
5. Enter -a in Remote filter
6. Click on apply & connect.

FileZilla fix to see invisible files:

For FileZilla 2,
1. Click on Settings.
2. Select Edit -> Settings -> Interface settings -> Remote file list
3. Tick check box syas Always show hidden files & press ok.

For FileZilla 3,
1. Click on Server from top navigation.
2. Click on Force showing hidden files at last option
3. Press ok when it shows warning.

Thursday, July 12, 2012

WARNINGcall_user_func_array() expects parameter 2 to be array, string givenError in line 649

Today i faced with JCE joomla image manager problem. It was displaying all the time when i tried to insert or edit image.
PHP Error Message: WARNINGcall_user_func_array() expects parameter 2 to be array, string givenError in line 649 of file /customers/global-trade.dk/global-trade.dk/httpd.www/plugins/editors/jce/libraries/classes/plugin.php
So here is how to fix it:
1) Go to /plugins/editors/jce/libraries/classes/plugin.php,2) You should see the line code:
$result = call_user_func_array( $func, $args );
3) Edit it to this code:
$result = call_user_func_array( $func, (array)$args );
4) Save and go insert / edit images!

Source: http://ow-s.com/interesnye-stati/82-problema-s-jce-redaktorom-na-novyx-versiyax-php.html 

Thursday, July 5, 2012

OpenX remove Trojan program HEUR:Trojan.Script.Iframer



So for last few days i was faced with the Trojan which was injected into OpenX.

So here is my guide how to remove it.

1. First of all create
`banners` copy like `banners_2` ( so it be backup if you will need it ).

2. Lanch the query to remove unwanted virus / trojan code snippets

UPDATE `banners` SET `htmltemplate` = '', `htmlcache` = '', `append` = ''
WHERE 1
AND
(
`htmltemplate` LIKE '%BrowserDetect%' OR `htmltemplate` LIKE '%function hex2a(hex)%' OR`htmlcache` LIKE '%BrowserDetect%' OR ` htmlcache ` LIKE '%function hex2a(hex)%' OR`append` LIKE '%BrowserDetect%' OR ` append ` LIKE '%function hex2a(hex)%')

[EDIT]
Launch same query for zones table
UPDATE `zones` SET `append` = ''
WHERE 1
AND
(
`append` LIKE '%BrowserDetect%' OR ` append ` LIKE '%function hex2a(hex)%')

[EDIT end]

3. Do OpenX update to latest version ( 2.8.9 for current moment )

4. After you update your OpenX, lanch query at (2) for one more time.

5. At this stage you will need to clear cache or just wait to renew it by itself.. I didnt deleted it, so i cant tell you anything about how to do it. If you OpenX is huge i dont recommend you to delete it., better ask someone who knows anything about "grep" ( Google scan command? ).
Cache exists in var/cache/

[EDIT]
6. After all this cleanings we still couldn't find the trojan by itself, but banners and zones position were infected from time to time...
Solution for this was to limit`append` field attribute length to '10' symbols. It helped us for now...
[EDIT end]

These are steps which we took and a bit more..

Hope it will help you. Good luck, you will need it.

p.s. a bit more information can be fount here:
http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/

Tuesday, June 26, 2012

Warning: Parameter 1 to IcemodMainMenuHelper::IcebuildXML()



For few days i had headache because of icemod menu which was installed in web site which i got zipped by Akeeba Backup tool based on Joomla.

Finally after many restores, i got notification in place where error appeared:
Warning: Parameter 1 to IcemodMainMenuHelper::IcebuildXML() expected to be a reference, value given in blah...blah...\libraries\joomla\cache\handler\callback.php on line 99
Googling the error i found solution for it:
1. Go to your Joomla files
2. Go to this directory \templates\...template name...\html\mod_mainmenu ( ...template name... - your template name )
3. Open to edit helper.php
4. Find line 31 with this code:
function IcebuildXML(&$params)
5. Delete "&" sign or replace the line with this one:
function IcebuildXML($params)


It helped me. Good luck you.

Source: http://www.icetheme.com/Forums/Feedback-regarding-IceTheme-Website/37034-the-problem-with-the-main-menu.html

Monday, June 25, 2012

Multiple mysql insert quiery

i was trying to insert a lot ( 1.000.000 ) values into single table with single query, because inserting each value takes much longer time.

table looks like:

id , value

so solution is to create array with php of the values:

code:
    $insert = array();
    for($i=0;$i<=950000;$i++)
    {
      $insert[] = "('".md5(rand(0,1000))."')";
    }

and then executing the query:

$sql = "INSERT INTO `skelbimai` ( `value` ) VALUES ".implode(",",$insert)." ";
ALSO

You might have problem with time limit. so i set up this limit:

set_time_limit(1800);
Also you might have problem with memory_limit, so use it:
ini_set('memory_limit', '150M'); 

Good luck. 

Wednesday, June 13, 2012

Blockly - Google's programming language

Blockly is a web-based, graphical programming language. Users can drag blocks together to build an application. No typing required.
Blockly is currently a technology preview. We want developers to be able to play with Blockly, give feedback, and think of novel uses for it. All the code is free and open source. Join the mailing list and let us know what you think.
You can try to programm with Blockly by your self.
  • Maze - Use Blockly to solve a maze.
  • Code - Export a Blockly program into JavaScript, Dart, Python or XML.
  • RTL - See what Blockly looks like in right-to-left mode (for Arabic and Hebrew).
 
My result for Maze:

Saturday, June 2, 2012

Portal fan film



http://facebook.com/syntheticph
http://facebook.com/Aperture.A.TriumphofScience
http://syntheticph.com

Click to tweet: http://clicktotweet.com/3XuMG

Aperture: Lab Ratt is a live action interpretation of VALVe's web comic 'Portal 2: Lab Rat' and follows the story of the schizophrenic hero behind the walls; Doug Rattmann.

Buy the Lab Ratt shirt here!
http://redbubble.com/people/ryanoxerous/works/8919701-aperture-lab-ratt

Aperture Science Radio by Ace Replicas
http://www.facebook.com/pages/Ace-Replicas/115418035213077

Music
"In A Dream"
"I'm Not Here"
"SFHK (Mental Breakdown)"
"Back To The Start"
& "Halls Of Science 4 Cover" (bit.ly/Kybvs2)
By johnny_ripper
http://johnnyripper.bandcamp.com
http://soundcloud.com/johnny_ripper

"Something Strange"
& "And The Sky Opened Up"
By Matthew Mercer
http://mattmercer.com

Impress your friends! Get your very own Aperture Science Employee Identification Badge here etsy.me/LEgsvU

If you need to be caught up to speed, watch this,
http://www.youtube.com/watch?v=dteP3QK7JKA
read this,
http://www.thinkwithportals.com/comic/
& enjoy.

Created by Synthetic PictureHaus (Nick Celentano & Ryan Anthony Martin). 2012.
http://syntheticph.com

Friday, May 11, 2012

Hacked twitter account passwords

Recently few days ago, hackers hacked twitter accounts and pasted part of it. - 34k of accounts.

Result, here is most common passwords which twitter users uses:


580315475
487123456
174123456789
68102030
65
59123
5012345
441234
29101010
28242424
2712345678
24010203
241234567
23654321
21123123
19121212
16123321
151234567890
14sexo
13junior
130123456789
13124578
12202020
12123654
12gatinho
12brasil
11212121
11159753
1112345678910
11adm15575 


So, if you have one of these passwords, i suggest to change it for more difficult one.

Recursive drawing

Have you wondered how to draw this ones easy? It calls "Recursive drawing".

I made this one by my self in few minutes.
Recursive Drawing by artist Toby Schachman is a simple web app for creating images out of recursive shapes, in other words, shapes that repeat in a self-similar way.
Try yourself: http://recursivedrawing.com/
Recursive Drawing is an exploration of user interface ideas towards the development of a spatially-oriented programming environment.

Real Tracking and Shooting Portal Turret

I guess its first which I see... first pretty good looking IRL Portal shooting turret. 
This is the final project for my Advanced Mechatronics class at Penn State University. The robot is the skeleton of a turret from the game Portal that uses an IP webcam to track a target and fire nerf bullets at them. This is the current state of the robot as of 5/9/12, but I am currently molding a shell for the frame to make it look like the Portal turret, along with improving my code to make the tracking faster. All programming is done with MATLAB and Arduino. Enjoy!
P.S. Fount another one, but it is not shooting :<

Saturday, April 28, 2012

Portal 2 map creator



The idea is that Players will be able to create maps. And other players as you and me will be able to play the created maps in Portal 2.

The "Perpetual Testing Initiative" allows players to easily create, share, and play Portal 2 puzzles. The Initiative comes with a simplified puzzle maker that allows that creation of mind-bending puzzles without ever leaving the game.
"Perpetual Testing Initiative" will be available for the PC and Mac on May 8th.
---
Если вы есть ВКонтакте, то советуем подписаться на страницу Steam.http://vk.com/steam_vk
More information about map editor:

http://pc.gamespy.com/pc/portal-2/1210492p1.html

So lets see what will happen next...

Youtube source:

http://youtu.be/vSilUQg7CZg

Portal 2 official web site: http://www.thinkwithportals.com/




Wednesday, April 25, 2012

New google service - Google drive

So if you haven't heard about it yet. Today launched new google service - google drive. Which provides storage service.

At the moment you will get 5 free gb storage for files, 10 gb for your gmail which you already have and one more gb for picasa images.


Url of the google service google drive:https://drive.google.com .

P.S. I didnt got access at first. All i could do is to request "Notify me" when my google drive will be ready.

Tuesday, April 10, 2012

Count divs in div with jquery

Solution for: We have several elements ( tags ) for example divs, in div or other object which can contain elements inside it with certain class or ID, and we want to count how many there are the certain elements. For example we have several divs:
<div class="div1">
 <div></div>
 <div></div>
 <div></div>
 <div></div>
 <div></div>
</div>
JQuery counter for the divs inside the div is:
$(document).ready(function()
{ 
 var divs_count = $("#div1 > div").size();
 alert(divs_count);
}

Tuesday, April 3, 2012

Disabled input with JQuery

We have in html inputs like text, radio, select and textareas.

In my situation i had radio inputs and i needed to create trigger which should effect other inputs ( disable them ).

My inputs:
<input name="order_type" type="radio" value="2" /><br />
<input name="order_type" type="radio" value="3" /><br />
<input name="order_type" type="radio" value="4" />
Other section which i want to disable:
<input class="viewspereach" name="text" type="text" value="" />

JQuery:
$("input[name=order_type]").change(check_ordertype);
  
  function check_ordertype()
  {
    var order_type = $("input[name=order_type]:checked").attr("value");
    
    if(order_type == 4)
    { 
      $(".viewspereach").prop('disabled', true);

    }
    else
    {
      $(".viewspereach").prop('disabled', false);
    }
  }
Demo: http://igloro.info/demos/disableinput.php

Wednesday, March 28, 2012

Filter Select options JQuery



Filtering select options jusy by inputting text into text field - "textbox" or other input type. You can do that by using jquery.

Demo with full code is here:
http://www.igloro.info/demos/selectfilter.php

Source:
http://www.lessanvaezi.com/filter-select-list-options/

Friday, March 16, 2012

Diablo III Release Date




Finally greatest game of all time!!! only 2 months~ left.

59.99 €  for pre-order.
After many delays, Blizzard has finally announced the release date for the long-awaited action RPG Diablo III. It’s due out May 15th, 2012. The game is available for pre-order now.
That doesn’t mean D3 is finished, though. In a press release, Blizzard said, “We look forward to putting the final polish on Diablo III over the next two months.”
The company has removed PvP capability from the initial release in order to avoid further delays, saving it for a post-launch patch that will let players battle one another.
Source: http://geeks.thedailywh.at/2012/03/15/geek-news-diablo-iii-release-date-of-the-day/

Time counter: http://igloro.info/time_left_diablo_release.php

Thursday, March 15, 2012

Click to open image! Joomla K2

Today i faced problem "Click to open image!". Its an text which appears in K2 Joomla item "Image gallery" over each photo.

I searched everywhere but couldn't find where this freaking text.

After successful search i found forums:

http://forum.joomlaworks.gr/simple-image-gallery-(plugin)/change-'click-to-open-image!'/

Solution is to copy en-GB to your language folder this file

project_name\administrator\language\en-GB\en-GB.plg_content_jw_sigpro.ini ( this file )
project_name\administrator\language\lt-LT\lt-LT.plg_content_jw_sigpro.ini  ( here and rename it )

Done.

Good luck!

Timeline Cover Photo Dimensions

Facebook Timeline Cover Photo Dimensions is 850 x 315 pixels.
To get the best quality for your Timeline cover photo, be sure to create your image at 850 x 315 pixels. Your Timeline cover photo should be a strong representation of your brand like this one on the Butterfinger page. 
http://blog.kissmetrics.com/new-facebook-pages

Monday, March 12, 2012

How to remove duplicate values from an array in PHP



If you have duplicated values in array, and you wonder how to clean it.

Easy !

There is a function which solves the problem.

Function calls array_unique

Use:
$clean_array = array_unique($array);
Source: http://php.net/manual/en/function.array-unique.php

Thursday, March 1, 2012

Microsoft Flight Free to play


Free to play Microsoft flight simulator!
Microsoft's Flight Simulator has long prodded gamers to splash out on hardware upgrades and insane joysticks. Like Madonna, it's reinvented itself for the 21st century as a single-named free-to-play game for those who want to zoom around the skies of Hawaii. The company will make its money by selling premium add-ons including new aircraft and "adventure packs." The game is now ready for download (at the source link) and, if it proves popular, Redmond should expect a nice gift basket from AMD and NVIDIA this Christmas.
Source: http://www.engadget.com/2012/02/29/microsoft-flight/



We’re proud to open the hangar doors and present the future of flying on your PC. Whether you’re a complete newcomer to aviation or an experienced PC pilot, we believe you’ll enjoy flying with us. 
The release of Flight represents the culmination of three years of hard work and experimentation as we worked to reimagine the 30-year-old Flight Simulator franchise, push forward the evolution of the PC flying experience, and bring the thrill and wonder of flight to whole new audiences. 
There’s a lot to do in Flight’s version of Hawaii, from basic flight instruction to hunts for hidden Aerocaches, from experimenting with different aircraft to showing off your skills in aerobatic...
Source: https://microsoftflight.com/en-US/home/