• 0

Newbie here in PHP and need help for this!


Question

Ok.. im doing a kind of registration form for users... so i can deleted user from another page as an admin.. now for example i want to delete a user and i have this link:

href=deleteuser.php?userid=X

where the x depends of the user i want to delete

so in the deleteuser.php file i have a routine or function that delete the user...for example

DELETE FROM TABLE WHERE field=userid...

It works great... my problem or the thing i wanna know is HOW TO PREVENT DELETING DIRECTLY FROM ADDRESS BAR??

for example if i write in the IE address bar this http://server/deleteuser.php?userid=5 it will execute directly the script...

so i want the script only for being executed if the admin or the user that wants to delete the record comes from the page where you choose the user he wants to delete...

I dont know if you get my question.. i would like your help please!

Any question yo ucan tell me!

Thanks!

14 answers to this question

Recommended Posts

  • 0

Hi there,

There are several ways this can be done..

1) Make the delete page check the referrer page URL, so it has to be referred from the page where you have the click link...

2) Write a password authorization script and make it so you have to type a password in before it works, or have it check for a cookie which you can make it place when you login as admin on the page where you have the link.

3) Place the deleteuser.php into a folder and place a htaccess file inside the folder and make it password protected.

Hope that helps!

  • 0

Here's the code.. I don't know if doing it this way is 100% secure though, anyone know if its possible to forge refer info? It might be, not sure tho..anywho, it will keep most users out unless they are determined...

Stick this at the very top:



<?php

if (!strstr($HTTP_REFERER, "Whatever the url of the page is goes here"))

{

print "Go away.";

exit;

}

?>

[/PHP]

That should work...

X.

  • 0

Hi sunshock,

I learned without any books, so I wouldn't know of any good ones.. but the way I learned was by reading the php manual at http://www.php.net/

It's free, and if you already know a bit of programming, it shouldn't be that hard.

Hope that helps,

Xcalibur

  • 0

Another question but a little diferent..

i have some data in my db, so im looking for a function or anything i can read about this... i want to retrieve my data from the database and put it on a table but if i have 100 rrecords i dont want to show them all i would like to have something like search results in yahoo, google, etc etc etc.. that you only show 10 results and if you hit back or next links you go to the next 10 records ..

Thanks!

  • 0
Originally posted by Nxt_Gate

Another question but a little diferent..

i have some data in my db, so im looking for a function or anything i can read about this... i want to retrieve my data from the database and put it on a table but if i have 100 rrecords i dont want to show them all i would like to have something like search results in yahoo, google, etc etc etc.. that you only show 10 results and if you hit back or next links you go to the next 10 records ..

Thanks!

Well that script is pretty complicated for a newbie :p It'll take time for you to do ...

All i have to contribute is about the searching: Remember that % is the wildcard in SQL, so if you search user descriptions for %ugly% , the database will return all records for ugly people.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Well I've done a grand total of nothing, and it now clocks between 2010mhz and 1995mhz (stock is 1710mhz) and hovers around 80c, warmer than it used to, but tolerable clocks seem to have returned. Thanks for all the advice on this thread. Will review the evidence and make a choice.
    • Audacious 4.6.1 by Razvan Serea Audacious is a lightweight, open-source audio player that emphasizes simplicity, performance, and sound quality. Designed for Linux, Windows, and macOS, it supports a wide range of audio formats, internet radio streaming, and playlist management. Users can customize the interface with Winamp-style skins or modern themes, making it flexible for different preferences. Audacious also includes an equalizer, advanced audio effects, and a plugin system for extending functionality. Its low resource usage makes it especially suitable for older computers or users who value efficiency without sacrificing playback quality. Audacious key features: High audio quality – delivers clean, gapless playback with minimal distortion. Wide format support – plays MP3, FLAC, Ogg Vorbis, AAC, WAV, WMA, and more. Internet radio streaming – supports Shoutcast, Icecast, and other online streams. Winamp skin support – classic, nostalgic look for users who prefer the old-school style. Modern GTK-based interface – clean, simple UI with a more modern feel. Customizable themes – change appearance through skins and themes. Advanced playlist management – organize, save, and edit playlists with ease. Equalizer – fine-tune audio output with a built-in graphical equalizer. Audio effects – built-in DSP options like crossfade, replay gain, and more. Plugin system – extend functionality with additional components. File metadata support – displays and organizes music based on tags. Drag-and-drop support – quickly add songs or playlists. Global hotkey support – control playback without switching windows. Bit-perfect output modes – bypass system mixers for pure audio output. ReplayGain support – normalizes track loudness automatically. Cue sheet support – play entire albums from a single audio file with .cue. MPRIS2 integration – integrates with Linux desktop environments for media controls. Advanced resampling options – adjust playback quality with different resampler settings. Gapless playback – seamless transition between tracks encoded properly. Crossfade plugin – blend one song into the next smoothly. Last.fm scrobbling plugin – track listening history online. Remote control support – control Audacious via command-line or scripts. Lyrics plugin – display song lyrics if available. Alarm / timer plugin – start or stop playback at set times. SOX resampler plugin – high-quality resampling for audiophiles. Spectrum analyzer / visualization plugins – visual feedback while playing music. Headphone crossfeed effect – simulates speaker listening for headphones. Customizable buffer size – tweak latency and playback smoothness. Audacious 4.6.1 changelog: Use XDG cache dir to store temporary files (#1817) Accept embedded lyrics in more cases (#1818) Bump .so and plugin ABI versions retrospectively (#1819) Include Georgian translation (#1820) Fix build on systems using musl instead of glibc (#1823) Download: Audacious 4.6.1 | 48.2 MB (Open Source) Download: Portable Audacious 4.6.1 | 69.8 MB View: Audacious Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I really wonder if this has to do with the built in VPN or "private DNS" of browsers that trip up legal requirements like cookie consent and Cloudflare (to avoid all the botnet attacks we get). And BTW some botnets still manage to get past Cloudflare, we are constantly having to tweak it to block malicious traffic that ultimately cause a DDoS.
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      142
    4. 4
      ATLien_0
      89
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!