Showing posts with label Video Tutorial. Show all posts
Showing posts with label Video Tutorial. Show all posts

Sep 21, 2018

Telegram Message Automation for Your Channel

Telegram Message Automation for Your Channel


Requirements : 

1. Telegram Account
2. Account in www.000webhost.com


For Script :

Visit My GitHub at Telegram Automation
or Direct Download

Tutorial : 

1. Open a telegram Account

2. Create a bot using BotFather.

3. Create a channel if it doesn't exists 

4. Assign the Administrator Role for both BotFather and your bot

5. Copy the token from botfather and save it into safe place.

6. Also paste token and channelname into the php script i provided

7. Open the  www.000webhost.com Account and see the FTP Credentials &
    Upload it into public_html folder.

8. Add the index.php into cron jobs.

For Details See this Video Tutorial.






Aug 19, 2018

Sails Framework V1.0- Form POST



Sails Framework  V1.0 - Form POST

STEP 1:
a) Generate pages using the command

In the above example foldername is the name of the folder. which will be created under the following locations
i) API
ii) views/pages/
iii) assets/js/pages/
iv) assets/styles/pages/

b) copy the generated routes into routes file.
The above single command will be used to generate files for the following locations.
under i) API folder back end foldername/view-functionname.js file will be created .
ii) views/pages/foldername/functionname.ejs file will be create for html file.
iii)  assets/js/pages//foldername/functionname.js  this file is for javascript operations.
iv) assets/styles/pages/foldername/functionname.less  this file is for css operations.

STEP 2:
a) Create API alone using the command
sails generate auth apifolder/functionname

b) Again copy the generated routes into routes file.
c) create logic for the function example




STEP 3:
a) Run the command to generation post action for form post.
sails run rebuild-cloud-sdk


STEP 4:

a) now look into ii) views/pages/foldername/functionname.js and create a ajax form using the following code.


STEP 5:
a) now look into assets/js/pages//foldername/functionname.js and create the required functions



STEP 6:
a) now look into config/policies.js
check the session validation on the page is authorized to view for the user.


STEP 7:
a) Stop the server once and restart again. Usually it back-end related operations require to restart the server

See this video Tutorial


Jun 10, 2017

Unlock Wd My Passport External Harddisk


Here is the python script, Download it first.

wdunlock.py

Step 1:
 Save it in a folder

Step2:

Execute the following code

sudo apt-get install python-pip python-dev lsscsi
sudo pip install py_sg

Step 3:

Goto Location of the file wdunlock.py saved in your folder. open terminal

Step 4:

Run the following code:

sudo python wdunlock.py -u
Enter your Password of your Harddisk now.

Enjoy !!..




Reference : https://github.com/0-duke/wdpassport-utils


Mar 17, 2014

Nokia and out look sync

Nokia and out look sync :


Just watch this video tutorial .

Manage FTP Operation without Softwate

Manage FTP Operation without Softwate:

step 1:
 ftp://username:password@domain
write your ftp details like above.
then copy.

step 2:
open my comnputer ==>
right click on my computer empty space
Add a network location ===> choose FTP.

step 3:
paste the copied content and click next and finish.

step 4:

In my computer new shortcut will appear and double click it .

step 5:
 just use all the operation like windows explorer.


Watch this video :

Jul 16, 2012

How To Hide File In A JPG

How To Hide File In A JPG








====================
take one picture and
One compress file(.RAR) on desktop

whatever do you want to hide, please compress it as .rar

then

=====================


>start->run->cmd

>cd desktop

>copy /b picturename.jpg + foldername.rar outputfilename.jpg

eg: copy /b 1.jpg + 2.rar a.jpg

>done

now it has only picture


==========================
HOW TO OPEN:

>ren outputfilename.jpg outputfilename.rar

eg: ren a.jpg a.rar

=========================

thank you friends


Jul 15, 2012

INSTALL UBUNDU IN WINDOWS


INSTALL UBUNDU IN WINDOWS ( VMWARE WORKSTATION ):

>NEED :

1. Vmware workstation
2. Ubundu CD or iso file

 This tutorial is not only for ubundu install you can install any os using these kind of method...