User Profile

Collapse

Profile Sidebar

Collapse
Fadili
Fadili
Last Activity: Jun 22 '10, 07:26 AM
Joined: Mar 2 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Fadili
    replied to Problem embedding SWF to HTML
    Bump ...

    I don't have posted much information, or what is the problem, any reply.
    See more | Go to post

    Leave a comment:


  • Fadili
    started a topic Problem embedding SWF to HTML

    Problem embedding SWF to HTML

    Hi .

    I've a problem embedding SWF to HTML, i've used this code:

    Code:
    <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0' width=100% height=90>
    <param name='movie' value='main.swf'>
    <param name='quality' value='high'>
    <param name='wmode' value='transparent'>
    <param name='scale'
    ...
    See more | Go to post

  • Fadili
    replied to How to view the source of a PHP file
    in PHP
    Hi guillermobytes
    Thanks for replying, hmm ... i'm sorry for my simplicity, but the php file is not in my host, ok that's the problem, someone wanted to scam me (phishing), but i didn't send him my pass'es, so i wanna now were is the .txt file, where are saved the passwords, to prevent the others, and report it as a scam.

    I've founded a file - write.php - maybe it can help you.
    Thanks

    Fadili
    See more | Go to post

    Leave a comment:


  • Fadili
    started a topic How to view the source of a PHP file
    in PHP

    How to view the source of a PHP file

    Can someone tell me how to view the source of a PHP file. Or how to find a .txt/.jpeg/ (any) file in a host.
    If you must now more information, don't hesitate to ask.
    See more | Go to post
    Last edited by Fadili; Mar 7 '10, 01:53 PM. Reason: Added some text

  • Fadili
    replied to Calculator Explanation
    Thanks bvdet, very clearly explained
    See more | Go to post

    Leave a comment:


  • Fadili
    started a topic Calculator Explanation

    Calculator Explanation



    Code:
    from Tkinter import *
    
    def frame(root, side): 
        w = Frame(root)
        w.pack(side=side, expand=YES, fill=BOTH)
        return w
    
    def button(root, side, text, command=None): 
        w = Button(root, text=text, command=command) 
        w.pack(side=side, expand=YES, fill=BOTH)
        return w
    
    class Calculator(Frame):
        def __init__(self):
            Frame.__init__(self)
    ...
    See more | Go to post
    Last edited by bvdet; Mar 2 '10, 06:53 PM. Reason: Fixed indentation error
No activity results to display
Show More
Working...